Contains the contract functions only with a link to the full function in the contract code
Contract events
- event TransferUnlockFeeDestinationSet(address indexed oldTransferUnlockFeeDestination, address indexed newTransferUnlockFeeDestination)
- event TransferUnlockFeeSet(uint256 indexed oldTransferUnlockFee, uint256 indexed newTransferUnlockFee)
- event BaseURISet(string oldBaseURI, string newBaseURI)
- event TransferUnlocked(address indexed owner, uint256 indexed tokenID)
- event RewardsClaimed(address indexed owner, uint256 indexed tokenID, uint256 indexed rewards)
- event AirdropDisabled()
- event VariantSelected(address indexed owner, uint256 indexed tokenID, uint8 indexed variant)
External Functions
- receive () external payable {}
- function setTransferUnlockFeeDestination(address destination) external onlyOwner
- function setBaseURI(string memory baseURI_) external onlyOwner
- function setTransferUnlockFee(uint256 fee) external onlyOwner
- function SetAllowTokenOwnerVariantSelection(bool allowed) external onlyOwner
