ExodiaFlowEmblem
Verified contract
Active on
Ethereum with 2,216 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($800.00)
Native
Value
$800
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.26 | $3,076.93 |
$800 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20760424 | 2 months ago | | | 0 | 0.000071952818 | |
| 20610115 | 3 months ago | | | 0 | 0.000022429202 | |
| 20499087 | 3 months ago | | | 0 | 0.000036289500 | |
| 20257885 | 4 months ago | | | 0 | 0.000092466654 | |
| 18909990 | a year ago | | | 0 | 0.00052512675 | |
| 18907221 | a year ago | | | 0 | 0.00091788374 | |
| 18423923 | a year ago | | | 0 | 0.0011036785 | |
| 17845171 | a year ago | | | 0 | 0.00065153734 | |
| 17661310 | a year ago | | | 0 | 0.0011035237 | |
| 16757968 | 2 years ago | | | 0 | 0.00094742846 |
ABI
ABI objects
Getter at block 21209911
alMerkleRoot() view returns (bytes32)
0x4d0e82f3ad12935e8ef2e3393e44e48dc5e49f4d2a594159837f6c2224a5e19d
locked() view returns (bool)
false
maxMintSupply() view returns (uint256)
3000
maxUserMintAmount() view returns (uint256)
2
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
ExodiaFlowEmblem
owner() view returns (address)
0x304f5af9d7eba6b37125b5e431d0cc00b9cd61b7
presaleActive() view returns (bool)
true
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
FLOW
totalSupply() view returns (uint256)
3000
wlFreeMintAmount() view returns (uint256)
1
wlMerkleRoot() view returns (bytes32)
0x753b41fdde6026b4ddf3b773711bb415906b6f20c409ba422509645cadd6d2b4
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)
mintAL(uint256 quantity, bytes32[] proof)
mintSkipList(uint256 quantity) 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)
setALMerkleRoot(bytes32 _root)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxUserMintAmount(uint256 _maxUserMintAmount)
setMintPrice(uint256 _mintPrice)
setWLFreeMintAmount(uint256 _wlFreeMintAmount)
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)
SetALMerkleRoot(bytes32 root)
SetBaseUri(string uri)
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()