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 "K Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12923471 | 3 years ago | | | 0 | 0.0046707300 | |
| 12922957 | 3 years ago | | | 0 | 0.0041259400 | |
| 12896273 | 3 years ago | | | 0 | 0.0080931900 | |
| 12878911 | 3 years ago | | | 0 | 0.010790920 | |
| 12846650 | 3 years ago | | | 0 | 0.0033324900 | |
| 12758390 | 3 years ago | | | 0 | 0.0012695200 | |
| 12615185 | 3 years ago | | | 0 | 0.0038402980 | |
| 12602484 | 3 years ago | | | 0 | 0.0035070490 | |
| 12587569 | 3 years ago | | | 0 | 0.0026183850 | |
| 12587520 | 3 years ago | | | 0 | 0.0026183850 |
ABI
ABI objects
Getter at block 21333132
baseTokenURI() view returns (string)
#
isOwner() view returns (bool)
false
name() view returns (string)
K Base
owner() view returns (address)
0xaa7f4e62463950ae392bdf33d642c27267b59736
symbol() view returns (string)
KB
totalSupply() view returns (uint256)
125
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)
mintTo(address _to, uint256 _numOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
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(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.