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 "NKCM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11649970 | 4 years ago | | | 0 | 0.0018369217 | |
| 11566355 | 4 years ago | | | 0 | 0.0021447828 | |
| 11560800 | 4 years ago | | | 0 | 0.0043165440 | |
| 11535310 | 4 years ago | | | 0 | 0.0020233801 | |
| 11535307 | 4 years ago | | | 0 | 0.0022751784 | |
| 11522757 | 4 years ago | | | 0 | 0.0035620035 | |
| 11521478 | 4 years ago | | | 0 | 0.014549040 | |
| 11521473 | 4 years ago | | | 0 | 0.016367670 | |
| 11521471 | 4 years ago | | | 0 | 0.016367670 | |
| 11521465 | 4 years ago | | | 0 | 0.016367670 |
ABI
ABI objects
Getter at block 21161608
_governance() view returns (address)
0x523fcf4aa05dc4f80598dec4dc39f2cc6df11ce8
baseURI() view returns (string)
https://nftkkswap.com/nkcm-token/
name() view returns (string)
NKCM
symbol() view returns (string)
NKCM
totalSupply() view returns (uint256)
209
Read-only
_minters(address) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMinter(address minter)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 tokenId) returns (bool)
removeMinter(address minter)
safeMint(address to, uint256 tokenId) returns (bool)
safeMint(address to, uint256 tokenId, bytes _data) returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setGovernance(address governance)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GovernanceTransferred(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.