getMinBidAmount
Retrieve the minimum bid token amount accepted by the curator.
function getMinBidAmount(address wallet, address token) external view returns (uint256)
getDisableAcceptType
Retrieve whether the curator accepts a certain bidType.
function getDisableAcceptType(address wallet, BidType bidType) external view returns (bool)
isBidTokenWhitelisted
Retrieve whether the token accepts a certain bidType.
function isBidTokenWhitelisted(address token) external view returns (bool)
isRelayerWhitelisted
function isRelayerWhitelisted(address wallet) external view returns (bool)
Verify if the address has governance privileges
function isGovernance(address wallet) external view returns (bool)
getContentByIndex
Get bid content by bid index.
function getContentByIndex(uint256 index) external view returns (Content memory)
getMomokaContentByIndex
Get bid content by bid index.
function getMomokaContentByIndex(uint256 index) external view returns (MomokaContent memory)
Get the quantity of the bid (not Momoka).
function getBidCounter() external view returns (uint256)
getMomokaBidCunter
Get the quantity of the Momoka bid.
function getMomokaBidCunter() external view returns (uint256)