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 "NFTvocab"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13180931 | 3 years ago | | | 0 | 0.021462921 | |
| 13180494 | 3 years ago | | | 0 | 0.0069091761 | |
| 13178377 | 3 years ago | | | 0 | 0.015249335 | |
| 13178357 | 3 years ago | | | 0 | 0.012906245 | |
| 13178328 | 3 years ago | | | 0 | 0.010556138 | |
| 13178115 | 3 years ago | | | 0 | 0.011661830 |
ABI
ABI objects
Getter at block 21325215
name() view returns (string)
NFTvocab
owner() view returns (address)
0xb0a7125237b29d02b4aeeaa2b467696a916ef716
symbol() view returns (string)
NFTv
totalSupply() view returns (uint256)
5
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEighth(uint256 tokenId) view returns (string)
getFifth(uint256 tokenId) view returns (string)
getFirst(uint256 tokenId) view returns (string)
getFourth(uint256 tokenId) view returns (string)
getSecond(uint256 tokenId) view returns (string)
getSeventh(uint256 tokenId) view returns (string)
getSixth(uint256 tokenId) view returns (string)
getThird(uint256 tokenId) view returns (string)
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(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.