View Functions

isBidTokenWhitelisted

Check whether the token accepts a certain bidType.

function isBidTokenWhitelisted(address token) external view returns (bool)

isRelayerWhitelisted

function isRelayerWhitelisted(address wallet) external view returns (bool)

isGovernance

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)

getBidCounter

Get the quantity of the bid

function getBidCounter() external view returns (uint256)

Last updated