Utopia

Verified contract

Active on Ethereum with 6,256 txns
Deployed by via 0x43579729 at 16663128
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.97
0x39d00b60e50f8b30af969c5eb302c525849307cc68f079441291b5bf59945868
0x67d55deddfe0c9824206606021fea791b59a065df9348a2c568efe2558f2f1a4
0xac39c1ad84ae6eb1c64244dcdb7b7f697eeb4b52a532c4419bab6b648464472f
0x46c9b56d0aeb76480f573cc85918aa34992dbd13db7f0b52cc769e178ff16abb
0x944587f97fca068d9be056c749d29945c2f33cc4a60fb08d07e16cf981c329c9
0x1c42a41d6252f05420ad99f4408542886db6e4ba81d69c7cba1239e396290231
0xe85c6600a9771c9b80e3dddf091d015d73b88dc0547b56ab7ca48a851bb42b60
0x474f094e25fb7e58011b9575769ca3a757703ba643c33fa25e770c48ff6b6cef
0x7ae52b97045978e99a57bc35ee189c0f26e949c2130d37de0324ce393fee7c2f
0x2ec2169558fb55493812aafc41bba48760543306223e2399dde3f6570ec46f8a

Functions
Getter at block 20921599
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
isRevealed(view returns (bool)
true
mintFinished(view returns (bool)
true
name(view returns (string)
Utopia
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0x5e2cf01d32398ab2a812075563ff350fde92c51e
saleUtopiaNFT(view returns (address)
0x39c4b8e4bbda8185bfed497e73851bb176a8e497
symbol(view returns (string)
UTOPIA
totalSupply(view returns (uint256)
6628
treasuryAddr(view returns (address)
0x5e2cf01d32398ab2a812075563ff350fde92c51e
Read-only
allowedToMint(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address _owneruint256 _fromuint256 _toview returns (uint256[] ownerTokens)
State-modifying
approve(address operatoruint256 tokenId
buyWithCrossmint(uint256 _quantityaddress _tobytes32[] _merkleProofpayable 
deleteDefaultRoyalty(
feeDenominator(returns (uint96)
mint(address touint256 qty
renounceOwnership(
resetTokenRoyalty(uint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAddressToMintAllowed(address _accountbool _canMint
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setEndURI(string endURI
setMintFinished(bool _mintFinished
setOwnersExplicit(uint256 quantity
setRevealed(bool _isRevealed
setSaleUtopiaNFT(address _saleUtopiaNFT
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address _treasuryAddr
setUnrevealedURI(string unrevealedURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ResetTokenRoyalty(uint256 indexed _tokenId
SetAddressToMintAllowed(address indexed _accountbool indexed _canMint
SetBaseURI(string indexed _baseURI
SetDefaultRoyalty(address indexed _receiveruint96 indexed _feeNumerator
SetEndURI(string indexed _endURI
SetMintFinished(bool indexed _mintFinished
SetOwnersExplicit(uint256 indexed _quantity
SetRevealed(bool indexed _isRevealed
SetTokenRoyalty(uint256 indexed _tokenIdaddress indexed _receiveruint96 indexed _feeNumerator
SetTreasury(address indexed _treasuryAddr
SetUnrevealedURI(string indexed _unrevealedURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WithdrawMoney(
Constructor
constructor(uint256 maxBatchSize_uint256 collectionSize_
Fallback and receive
receive(
Errors
OperatorNotAllowed(address operator