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 "Venus V"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20238456 | 4 months ago | | | 0 | 0.00058917596 | |
| 19487601 | 8 months ago | | | 0 | 0.00098275909 | |
| 19196614 | 9 months ago | | | 0 | 0.0013856651 | |
| 16116028 | 2 years ago | | | 0 | 0.00057793689 | |
| 15388628 | 2 years ago | | | 0 | 0.00030240039 | |
| 15131179 | 2 years ago | | | 0 | 0.0012297157 | |
| 15127357 | 2 years ago | | | 0 | 0.00082840454 | |
| 15108506 | 2 years ago | | | 0 | 0.00049511606 | |
| 15108492 | 2 years ago | | | 0 | 0.00040506413 | |
| 13250790 | 3 years ago | | | 0 | 0.0029133438 |
ABI
ABI objects
Getter at block 21182838
MAX_EDITIONS() view returns (uint256)
200
TOKEN_URI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmedFTfYr6WThwBjhJcsBHWSo3k47eUyEcMk7Wy2KUvqWA
TOTAL_SUPPLY() view returns (uint256)
140
name() view returns (string)
Venus V
owner() view returns (address)
0x2a91d4ff6ad3bf749fd4950191c780fb20819425
symbol() view returns (string)
VNSV
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string uri)
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 uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.