Voxel Ville Avatars
Verified contract
Active on
Ethereum with 1,265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc619…848f
Balances ($0.00)
No balances found for "Voxel Ville Avatars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20479816 | 3 months ago | | | 0 | 0.00010737764 | |
| 20178086 | 5 months ago | | | 0 | 0.00045928100 | |
| 20149313 | 5 months ago | | | 0 | 0.00015220472 | |
| 19650653 | 7 months ago | | | 0 | 0.00075865623 | |
| 19531202 | 8 months ago | | | 0 | 0.0010227050 | |
| 19449031 | 8 months ago | | | 0 | 0.0014154125 | |
| 19448400 | 8 months ago | | | 0 | 0.0020062376 | |
| 19256263 | 9 months ago | | | 0 | 0.0011552705 | |
| 19172367 | 9 months ago | | | 0 | 0.0010069206 | |
| 19171978 | 9 months ago | | | 0 | 0.0015059246 |
ABI
ABI objects
Getter at block 21212781
MAX_SUPPLY() view returns (uint256)
9999
PRICE() view returns (uint256)
50000000000000000
baseURI() view returns (string)
ipfs://QmYp3kpW7TVbKBM4nr3aUuMgBjSUYQTqfCnwhaQBWGGaMp/
getCurrentPhase() view returns (uint8)
0
name() view returns (string)
Voxel Ville Avatars
owner() view returns (address)
0x6dd3299ebdc0aa3a54d880d73e4483b564de2e03
symbol() view returns (string)
VVA
totalSupplyRemaining() view returns (uint256)
7499
Read-only
airdroppedTokens(address) view returns (uint256)
allowList(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropMint(address to, struct VoxelVilleAvatarsCoupon coupon, uint8 allocated, uint8 count)
approve(address to, uint256 tokenId)
mint(struct VoxelVilleAvatarsCoupon coupon, uint8 couponType, uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setSalePhase(uint8 salePhase)
transferFrom(address from, address to, uint256 tokenId)
transferLegacyNFTs(uint256 from, uint256 to)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string baseURI)
CurrentPhase(uint8 salePhase)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TotalSupplyRemaining(uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _adminSignerAddress, address _voxelVilleContractAddress, address _retiredContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.