Governance Functions
Set up a Merkle Root Hash to verify the usage privilege of the address used for accessing Tako
function setMerkleRoot(bytes32 newMerkleRoot) external onlyGov
whitelistBidToken
Set a whitelist of token types that can be used in transactions
function whitelistBidToken(address token, bool whitelist) external onlyGov
whitelistRelayer
function whitelistRelayer(address relayer, bool whitelist) external onlyGov
setToCuratorLimit
The bid can be sent to multiple curators at one time, and this function can limit the number of curators.
function setToCuratorLimit(uint8 counter) external onlyGov
Bids can be set with a valid duration, and this method can restrict the maximum valid time
function setMaxDuration(uint256 max) external onlyGov