Ether Kingdoms Items
Verified contract
Active on
Ethereum with 5,178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
IMPi | ERC-721 | 1 | -- | -- | |
IMPi | ERC-721 | 1 | -- | -- | |
IMPi | ERC-721 | 1 | -- | -- | |
IMPi | ERC-721 | 1 | -- | -- | |
IMPi | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048308 | a month ago | | | 0 | 0.000095841912 | |
| 21032759 | a month ago | | | 0 | 0.00039910006 | |
| 21026908 | a month ago | | | 0 | 0.00037554621 | |
| 20698142 | 3 months ago | | | 0 | 0.00024778336 | |
| 20686947 | 3 months ago | | | 0 | 0.00020001417 | |
| 20658509 | 3 months ago | | | 0 | 0.000036648701 | |
| 20566556 | 3 months ago | | | 0 | 0.000077039100 | |
| 20488096 | 4 months ago | | | 0 | 0.00011201302 | |
| 20474826 | 4 months ago | | | 0 | 0.00012397737 | |
| 20474762 | 4 months ago | | | 0 | 0.00015031329 |
ABI
ABI objects
Getter at block 21305715
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
name() view returns (string)
Ether Kingdoms Items
owner() view returns (address)
0x6e83d1bba29a66fef2ed82dc46b486b46c70f29c
symbol() view returns (string)
IMPi
totalSupply() view returns (uint256)
2907
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
burn(uint256 _tokenId)
mint(uint256 _tokenId, string _uri, bytes _signedData)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setTokenInformation(string _newName, string _newSymbol)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenInformationUpdated(string _name, string _symbol)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.