Exploration
Verified contract
Active on
Ethereum with 225 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 "Exploration"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18888260 | a year ago | | | 0 | 0.00075009801 | |
| 16681391 | 2 years ago | | | 0 | 0.0012131593 | |
| 16680996 | 2 years ago | | | 0 | 0.0014500019 | |
| 16677139 | 2 years ago | | | 0 | 0.0012400565 | |
| 16668327 | 2 years ago | | | 0 | 0.00098746616 | |
| 16635900 | 2 years ago | | | 0 | 0.0019894251 | |
| 16634924 | 2 years ago | | | 0 | 0.0019534617 | |
| 16631718 | 2 years ago | | | 0 | 0.0014246071 | |
| 16630880 | 2 years ago | | | 0 | 0.0018067499 | |
| 16630868 | 2 years ago | | | 0 | 0.0024707752 |
ABI
ABI objects
Getter at block 21268476
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
1800000000000000
name() view returns (string)
Exploration
owner() view returns (address)
0xea1cda58ad87e62c9922699f74eddb2b39545715
symbol() view returns (string)
Exploration
totalSupply() view returns (uint256)
1000
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()