Kingdoms Beyond
Verified contract
Active on
Ethereum with 1,564 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 |
---|---|---|---|---|---|
DUAL | ERC-20 | 13.824 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18802648 | a year ago | | | 0 | 0.00093626152 | |
| 17601324 | a year ago | | | 0 | 0.00032782297 | |
| 15849604 | 2 years ago | | | 0 | 0.00067570015 | |
| 15771416 | 2 years ago | | | 0 | 0.00077300512 | |
| 15239050 | 2 years ago | | | 0 | 0.00062186010 | |
| 14344090 | 3 years ago | | | 0 | 0.0010529284 | |
| 14128838 | 3 years ago | | | 0 | 0.016403306 | |
| 14097368 | 3 years ago | | | 0 | 0.012571909 | |
| 12383671 | 4 years ago | | | 0 | 0.0025553550 | |
| 12294473 | 4 years ago | | | 0 | 0.0046439000 |
ABI
ABI objects
Getter at block 21203998
isOwner() view returns (bool)
false
name() view returns (string)
Kingdoms Beyond
owner() view returns (address)
0xb391ae8fc7483770930d1deab5a898206e9cdb3f
symbol() view returns (string)
KB
totalSupply() view returns (uint256)
1150
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)
batchTokenizeAssets(uint256[] _assetId, bytes _sig)
burn(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseTokenURI(string _tokenURI)
setServerAddress(address _serverAddress)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.