ExodiaFlowEmblem

Verified contract

Active on Ethereum with 2,216 txns
Deployed by via 0x3c3a4084 at 15431336
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $800
0x3bc9e34d68ff6e8fa5b5aa069bd646bcda9faa546e589a47fffc95044ae8f14d
0x2718bc7e93f62a9493f65c44b6acb90f4339eae573f5fa5109be9e7c5a70d1be
0x45fe4dd2bbd94a355f87e3920a1d2b3edbf47b03c2227d8e2c6691cde00e9eaa
0xbab9b0bb044c355b6f6e399027220d341e2420e32116fc93841903b16e0c6c2b
0xd7c3bca4a551dfa7f9ac4906875713da47d818dc25756ff110dfd3bddaa5b802
0xe61dbb33f51e5835068736cb5ad3e6a47502d56c1b3031c37bbbae3bb0ce9561
0x4d0a888f44eab858bc1d593d243ab7bb5168a81b47c8fe19cffcd41bad670995
0xbd56d7ef3342dcbe0105b22ae08b5fdc71b86084a5cb35eb02941e8eacf2baa0
From
0x2e5b3af29aa609ce75fa9be12d2af2f97854357dd03f54ba62b8185ab28e2007
0x535e19d2bf957e6e51101b81c8b4ae32a9a3b53fe709382ac724f98dd49462f2

Functions
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 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 quantity
mintAL(uint256 quantitybytes32[] proof
mintSkipList(uint256 quantitypayable 
mintWL(uint256 quantitybytes32[] proofpayable 
ownerMint(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setALMerkleRoot(bytes32 _root
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxUserMintAmount(uint256 _maxUserMintAmount
setMintPrice(uint256 _mintPrice
setWLFreeMintAmount(uint256 _wlFreeMintAmount
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
SetALMerkleRoot(bytes32 root
SetBaseUri(string uri
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(