thirdweb

AUCTION_DROP_INTERVAL

(AUCTION_DROP_INTERVAL)

view

Use this function in your app


import { readContract } from "thirdweb"; const data = await readContract({ contract, method: "function AUCTION_DROP_INTERVAL() view returns (uint256)", params: [] })