Tiny Kingdoms
Verified contract
Active on
Ethereum with 6,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 83 additional slots
-
variable spans 49 additional slots
-
variable spans 17 additional slots
Balances ($0.00)
No balances found for "Tiny Kingdoms"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230275 | 8 days ago | | | 0 | 0.0011752843 | |
| 20673761 | 3 months ago | | | 0 | 0.000054802954 | |
| 20672597 | 3 months ago | | | 0 | 0.00012089745 | |
| 20670143 | 3 months ago | | | 0 | 0.00015276249 | |
| 19694296 | 7 months ago | | | 0 | 0.00027739194 | |
| 19467406 | 8 months ago | | | 0 | 0.00067743244 | |
| 19451743 | 8 months ago | | | 0 | 0.0012984032 | |
| 19448910 | 8 months ago | | | 0 | 0.0016670225 | |
| 18911147 | a year ago | | | 0 | 0.00046657503 | |
| 18910422 | a year ago | | | 0 | 0.00051423171 |
ABI
ABI objects
Getter at block 21287373
name() view returns (string)
Tiny Kingdoms
owner() view returns (address)
0x5c11cc01a141c17ef24218ab10762d2f01562bad
saleIsActive() view returns (bool)
true
symbol() view returns (string)
TNY
totalSupply() view returns (uint256)
4096
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)
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)
claim() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.
This contract contains no error objects.