ExodiaFrostEmblem

Verified contract

Active on Ethereum with 2,279 txns
Deployed by via 0x98006a49 at 15302450
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $8,756.39
0xdde0359eef5b7550558932cdc850b74a8d9034f4e68cfca0b7072de6c3faae22
0x3b69f21187fae8c7a370721d6919837c007e377ac7503d6d000b5de504460110
0x7024e74add7576fa45c96e756d1b8c5891ba0861148634a301b957c67d1db102
0x176c6228c9cf6f1b30f21bb51209eeb8ed2de3542a1bb5f3263692c68a243af3
0x1c7fa548640d9679f6fdebea9aeead2e737914b6de135c8898aa3d017d219b7d
0xd244977d43b714f4290f691b39eb70e7de51e0d9cde2dcc7274c550f1498bc15
0xca27655391f5a4ddbe69c8ff3744f316c736166bcef041ab183f3869ed9ea64a
0x25cb80f2989841a7a6d77d33e436d2b8dcedbe3a1690b0d3fdbf2ff64d2c1740
0x8805ea988e0cebbfd0d9f7803b6d8585ec3f1217625d52ff69db2fa1e619a138
0xd9b5a95956fcc5a18b46f48c24b786b521d6c64cd9b5a79a338fa5b652bd6c05

Functions
Getter at block 21224941
eliteFreeMintAmount(view returns (uint256)
2
eliteMerkleRoot(view returns (bytes32)
0xea3e212166517e46df3cfdd0ac38fbacb4329a321f02867d2f6dcfa853d8dc02
emblemsFreeMintAmount(view returns (uint256)
1
emblemsMerkleRoot(view returns (bytes32)
0x348633e0698b4029c9ebddd64353db4ac0a82517cf19f6b30924b5ee52279596
locked(view returns (bool)
false
maxMintSupply(view returns (uint256)
3000
maxUserMintAmount(view returns (uint256)
3
mintPrice(view returns (uint256)
10000000000000000
name(view returns (string)
ExodiaFrostEmblem
owner(view returns (address)
0x304f5af9d7eba6b37125b5e431d0cc00b9cd61b7
presaleActive(view returns (bool)
true
publicSaleActive(view returns (bool)
true
symbol(view returns (string)
FROST
totalSupply(view returns (uint256)
2132
wlMerkleRoot(view returns (bytes32)
0x2ead31be2990c3614adfe9a91805c75b416e4a1110bd67191f43753a802b4be5
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address userview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
lockMetadata(
mint(uint256 quantitypayable 
mintElite(uint256 quantitybytes32[] proofpayable 
mintEmblems(uint256 quantitybytes32[] proofpayable 
mintWL(uint256 quantitybytes32[] proofpayable 
ownerMint(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setEliteFreeMintAmount(uint256 _eliteFreeMintAmount
setEliteMerkleRoot(bytes32 _root
setEmblemsFreeMintAmount(uint256 _emblemsFreeMintAmount
setEmblemsMerkleRoot(bytes32 _root
setMaxUserMintAmount(uint256 _maxUserMintAmount
setMintPrice(uint256 _mintPrice
setWLMerkleRoot(bytes32 _root
togglePresaleStatus(
togglePublicSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetBaseUri(string uri
SetEliteMerkleRoot(bytes32 root
SetEmblemsMerkleRoot(bytes32 root
SetWLMerkleRoot(bytes32 root
TogglePresaleStatus(bool presaleStatus
TogglePublicSaleStatus(bool publicSaleStatus
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(