ExodiaFrostEmblem
Verified contract
Active on
Ethereum with 2,279 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,756.39)
Native
Value
$8,756.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.83 | $3,094.13 |
$8,756.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20760422 | 2 months ago | | | 0 | 0.000073803200 | |
| 20518790 | 3 months ago | | | 0 | 0.000051297207 | |
| 20499087 | 3 months ago | | | 0 | 0.000036322500 | |
| 19757375 | 7 months ago | | | 0 | 0.00022399857 | |
| 18967849 | 10 months ago | | | 0 | 0.00084075770 | |
| 18909993 | a year ago | | | 0 | 0.00050343953 | |
| 18907223 | a year ago | | | 0 | 0.00087738210 | |
| 18358292 | a year ago | | | 0 | 0.00032177788 | |
| 18333347 | a year ago | | | 0 | 0.00032913006 | |
| 18253201 | a year ago | | | 0 | 0.00014829293 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address user) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lockMetadata()
mint(uint256 quantity) payable
mintElite(uint256 quantity, bytes32[] proof) payable
mintEmblems(uint256 quantity, bytes32[] proof) payable
mintWL(uint256 quantity, bytes32[] proof) payable
ownerMint(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseUri(string uri)
SetEliteMerkleRoot(bytes32 root)
SetEmblemsMerkleRoot(bytes32 root)
SetWLMerkleRoot(bytes32 root)
TogglePresaleStatus(bool presaleStatus)
TogglePublicSaleStatus(bool publicSaleStatus)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()