Tiny Explorers
Verified contract
Active on
Ethereum with 467 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 "Tiny Explorers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20882914 | 2 months ago | | | 0 | 0.00018393901 | |
| 20819511 | 2 months ago | | | 0 | 0.0012243815 | |
| 19448722 | 9 months ago | | | 0 | 0.0016647799 | |
| 19058424 | 10 months ago | | | 0 | 0.0011813176 | |
| 18902985 | a year ago | | | 0 | 0.00057981802 | |
| 18036714 | a year ago | | | 0 | 0.0012627488 | |
| 18017026 | a year ago | | | 0 | 0.0011039855 | |
| 16965766 | 2 years ago | | | 0 | 0.00087204407 | |
| 16671106 | 2 years ago | | | 0 | 0.0025951846 | |
| 16418511 | 2 years ago | | | 0 | 0.00074135414 |
ABI
ABI objects
Getter at block 21316986
claimed() view returns (uint256)
1163
mintingPaused() view returns (bool)
false
name() view returns (string)
Tiny Explorers
owner() view returns (address)
0x5c11cc01a141c17ef24218ab10762d2f01562bad
renderingContractAddress() view returns (address)
0xdb42f91cae24f4f95c47fa010fc6cba5767d00e5
restricted() view returns (bool)
false
symbol() view returns (string)
EXPLORER
totalSupply() view returns (uint256)
1163
Read-only
balanceOf(address owner) view returns (uint256)
explorerExists(uint256 tokenId) view returns (bool)
generateExplorer(uint256 tokenId) view returns (uint256, bool _pirate)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimWithTinyKingdoms(uint256 tinyKingdomsId)
mintExplorers(uint256 amount) payable
multiclaimWithTinyKingdoms(uint256[] tinyKingdomsIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRenderingContractAddress(address _renderingContractAddress)
togglePause()
toggleRestricted()
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)
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.
InvalidExplorerCount()
MintNotAuthorized()
MintingPaused()
NotOwnerOfTinyKingdom()
PaymentAmountInvalid()
PublicSaleIsNotActive()
TokenAlreadyClaimed()