Owner Functions
setFeeCollector
The administrator can collect the fee from every bid. When one bid is complete, the FeeCollect address will collect the fee, and the rest will be sent to the curator.
function setFeeCollector( address newsFeeCollector, uint256 newFeeRate ) external onlyOwner
setGovernance
Set up administrator addresses
function setGovernance(address gov, bool whitelist) external onlyOwner
Last updated