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 IV"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21032754 | 18 days ago | | | 0 | 0.00024705183 | |
| 21032753 | 18 days ago | | | 0 | 0.00043121168 | |
| 21032617 | 18 days ago | | | 0 | 0.00040469573 | |
| 20327983 | 4 months ago | | | 0 | 0.00072714670 | |
| 18381193 | a year ago | | | 0 | 0.00055390014 | |
| 16851866 | 2 years ago | | | 0 | 0.00047927187 | |
| 16191224 | 2 years ago | | | 0 | 0.0012668194 | |
| 16116034 | 2 years ago | | | 0 | 0.00058669316 | |
| 15299884 | 2 years ago | | | 0 | 0.00057580858 | |
| 15267027 | 2 years ago | | | 0 | 0.00080529184 |
ABI
ABI objects
Getter at block 21158347
MAX_EDITIONS() view returns (uint256)
1045
TOKEN_URI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmV9fz5EzT1B7eHQvvXYm5owYymF1oAM63aD5Aw8wcLW6q
TOTAL_SUPPLY() view returns (uint256)
293
name() view returns (string)
Venus IV
owner() view returns (address)
0x2a91d4ff6ad3bf749fd4950191c780fb20819425
symbol() view returns (string)
VNSIV
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.