Utopia

Verified contract

Active on Ethereum with 6,263 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 $1.47
0x9101589d7b11ed58539ddf28a86e94459e2e830e4d1753d4bc073fda5e2d1ddc
0x892d4ddd7cff2cda9bb0be693092f920d508c5f71afc15ab14b95849509a3f92
0xd4245874234e850c8c1db5d487d67b9b40698dbc4a55e5c002f43968eb101e08
0x329f137985a1ddaf4f920a02d03d0305edb3e1d76632d975c6fa5064a632acaa
0x4f58698d9f49f51c762c60a32e3db63b99540f89c7df989e5af62f9c5e0cf78e
0x84b104022a5ac4417333aa89bc15afc8d49765c12ddb3b6770d7445d84fa3dd8
0x4d939f05fca99435dadd4ee8e28271c829eba7cbb9dff4ba173fc18e9020de93
0x39d00b60e50f8b30af969c5eb302c525849307cc68f079441291b5bf59945868
0x67d55deddfe0c9824206606021fea791b59a065df9348a2c568efe2558f2f1a4
0xac39c1ad84ae6eb1c64244dcdb7b7f697eeb4b52a532c4419bab6b648464472f

Functions
Getter at block 21327095
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