vVv Season 1
Verified contract
Active on
Ethereum with 3,348 txns
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 "vVv Season 1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309457 | 2 days ago | | | 0 | 0.00088139050 | |
| 21307539 | 2 days ago | | | 0 | 0.00024227604 | |
| 21306519 | 2 days ago | | | 0 | 0.00025142813 | |
| 21306492 | 2 days ago | | | 0 | 0.00049173418 | |
| 21306146 | 2 days ago | | | 0 | 0.00045212889 | |
| 21306125 | 2 days ago | | | 0 | 0.00042970440 | |
| 21299619 | 3 days ago | | | 0 | 0.00059961600 | |
| 21282998 | 5 days ago | | | 0 | 0.00054542988 | |
| 21282997 | 5 days ago | | | 0 | 0.00053320105 | |
| 21279774 | 6 days ago | | | 0 | 0.00087299536 |
ABI
ABI objects
Getter at block 21321188
name() view returns (string)
vVv Season 1
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x79b563d11fc4513a8b16ec032a78902943775b9c
symbol() view returns (string)
VVVS1
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
freeMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.