Voxel Ville
Verified contract
Active on
Ethereum with 18,790 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 "Voxel Ville"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21045759 | 22 days ago | | | 0 | 0.00024775910 | |
| 20911218 | a month ago | | | 0 | 0.00032112690 | |
| 20911023 | a month ago | | | 0 | 0.00020748837 | |
| 20910961 | a month ago | | | 0 | 0.00020854826 | |
| 20910943 | a month ago | | | 0 | 0.00023211400 | |
| 20797206 | 2 months ago | | | 0 | 0.00036132012 | |
| 20787778 | 2 months ago | | | 0 | 0.00023270712 | |
| 20650958 | 3 months ago | | | 0 | 0.000028406419 | |
| 20603640 | 3 months ago | | | 0 | 0.000024342397 | |
| 20578832 | 3 months ago | | | 0 | 0.00016818777 |
ABI
ABI objects
Getter at block 21204928
MAX_MINT_PER_TX() view returns (uint256)
3
MAX_MINT_PER_TX_PRESALE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
7777
PRICE() view returns (uint256)
50000000000000000
baseURI() view returns (string)
https://voxelville-api.vercel.app/api/metadata/
batchCount() view returns (uint256)
188
batchSize() view returns (uint256)
303
mintable() view returns (bool)
true
name() view returns (string)
Voxel Ville
owner() view returns (address)
0x6a29cade663a3a9bd8e865ac3f6153be0d2a12ec
preSaleMintable() view returns (bool)
false
symbol() view returns (string)
VOVI
totalSupplyRemaining() view returns (uint256)
2276
Read-only
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)
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(uint256 amount) payable
preSaleMint(uint256 amount) payable
removeAddressFromAllowList(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressesToAllowList(address[] _addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setBatchCount(uint256 _batchCount)
setBatchSize(uint256 _batchSize)
setMintable(bool _mintable)
setPreSaleMintable(bool _preSaleMintable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AddToAllowList(address[] accounts)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string baseURI)
BatchCount(uint256 batchCount)
BatchSize(uint256 batchSize)
Mintable(bool mintable)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PreSaleMintable(bool preSaleMintable)
RemoveFromAllowList(address account)
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.