Contains the contract functions only with a link to the full function in the contract code
Interface
Contract events
- event MintingOpen()
- event MintFeeDestinationSet(address indexed oldMintFeeDestination, address indexed newMintFeeDestination)
- event MintPriceSet(uint256 indexed oldMintPrice, uint256 indexed newMintPrice)
- event BaseURISet(string oldBaseURI, string newBaseURI)
- event WhitelistActivitySet(bool oldWhitelistActive, bool newWhitelistActive)
- event WhitelistAuthoritySet(address indexed oldWhitelistAuthority, address indexed newWhitelistAuthority)
External Functions
- function setMintFeeDestination(address destination) external onlyOwner
- function setBaseURI(string memory baseURI_) external onlyOwner
- function setMintPrice(uint256 price) external onlyOwner
- function setWhitelist(address[] calldata addresses, bool[] calldata isWhitelisted) external onlyOwner
- function setWhitelistComplete(bool _isComplete) external onlyOwner
