VOX Series 1
Verified contract
Active on
Ethereum with 24,617 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x9171…19bd | ERC-1555 | 1 | -- | -- | |
VOX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160329 | 9 hours ago | | | 0 | 0.00086575123 | |
| 21145397 | 2 days ago | | | 0 | 0.00039554590 | |
| 21123510 | 6 days ago | | | 0 | 0.00050577543 | |
| 21106401 | 8 days ago | | | 0 | 0.00017044832 | |
| 21089193 | 10 days ago | | | 0 | 0.00054555314 | |
| 21085430 | 11 days ago | | | 0 | 0.00035473580 | |
| 21064851 | 14 days ago | | | 0 | 0.0011577239 | |
| 21049761 | 16 days ago | | | 0 | 0.00069628970 | |
| 21049745 | 16 days ago | | | 0 | 0.0010934980 | |
| 21049735 | 16 days ago | | | 0 | 0.0012270222 |
ABI
ABI objects
Getter at block 21163110
MAX_PURCHASE() view returns (uint256)
5
PRICE() view returns (uint256)
88800000000000000
PROVENANCE() view returns (string)
a5d0c1a1f96a62cd6188c1227baf7061361777fc295ce80d23af4576aad40f2e
maxSupply() view returns (uint256)
8888
name() view returns (string)
VOX Series 1
offset() view returns (uint256)
8304
owner() view returns (address)
0x6f71e19e8b28963dfdfed04c4e6a217f0838aef2
revealSupply() view returns (uint256)
4444
saleStartTimestamp() view returns (uint256)
1628632800
symbol() view returns (string)
VOX
totalSupply() view returns (uint256)
8888
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)
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)
burn(uint256 tokenId)
mintNFT(uint256 numberOfNfts) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 _saleStartTimestamp, uint256 _revealSupply, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.