It's loading
Verified contract
Active on
Ethereum with 1,524 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "It's loading"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16500237 | 2 years ago | | | 0 | 0.0014196402 | |
| 16029879 | 2 years ago | | | 0 | 0.00064784876 | |
| 16002819 | 2 years ago | | | 0 | 0.00062625036 | |
| 15870524 | 2 years ago | | | 0 | 0.0010465516 | |
| 15816333 | 2 years ago | | | 0 | 0.00052370970 | |
| 15816120 | 2 years ago | | | 0 | 0.00062612858 | |
| 15810112 | 2 years ago | | | 0 | 0.00054108104 | |
| 15810070 | 2 years ago | | | 0 | 0.00055023713 | |
| 15805232 | 2 years ago | | | 0 | 0.00081330953 | |
| 15804094 | 2 years ago | | | 0 | 0.00080026818 |
ABI
ABI objects
Getter at block 21158835
MAX_PUBLIC_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1111
MAX_WHITELIST_MINT() view returns (uint256)
1
baseTokenURI() view returns (string)
https://bafybeibjcgb5azp5nh7mzzxozs3nx7kh64ui5rixybi6qy7lazwxjdqb3q.ipfs.nftstorage.link/
getMerkleRoot() view returns (bytes32)
0x96afe2070cb38f085d814b3b3765929e88167e94c91bd01ba15553b6b79fd74b
name() view returns (string)
It's loading
owner() view returns (address)
0x8c54bfef5f00d7ed37f42f037f868606de984d29
publicSale() view returns (bool)
true
symbol() view returns (string)
LOADING
totalSupply() view returns (uint256)
1111
whiteListSale() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setTokenUri(string _baseTokenUri)
togglePublicSale()
toggleWhiteListSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof)
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)
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()