Voodoo City NFT
Verified contract
Active on
Ethereum with 1,453 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Voodoo City NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19586834 | 8 months ago | | | 0 | 0.00032532383 | |
| 19208952 | 9 months ago | | | 0 | 0.00054584938 | |
| 19084427 | 10 months ago | | | 0 | 0.00089145039 | |
| 16980561 | 2 years ago | | | 0 | 0.00073512622 | |
| 16968908 | 2 years ago | | | 0 | 0.0011006076 | |
| 16883209 | 2 years ago | | | 0 | 0.00038616280 | |
| 16654044 | 2 years ago | | | 0 | 0.00066846780 | |
| 16620675 | 2 years ago | | | 0 | 0.00084843990 | |
| 16596821 | 2 years ago | | | 0 | 0.00043904709 | |
| 16570098 | 2 years ago | | | 0 | 0.0010247067 |
ABI
ABI objects
Getter at block 21273764
MAX_TOKENS() view returns (uint256)
6666
PROVENANCE() view returns (string)
baseURI() view returns (string)
ipfs://QmV9kmuwPtYgZrg9TPbwy8kUF6H8isww483y2y7fMgNw69/
devReserve() view returns (uint256)
0
maxTokenPurchase() view returns (uint256)
30
name() view returns (string)
Voodoo City NFT
owner() view returns (address)
0xe0d2118528d15f35d8a46c983a9a551d71492a9c
presaleIsOn() view returns (bool)
false
presaleMaxMint() view returns (uint256)
5
saleIsOn() view returns (bool)
true
symbol() view returns (string)
VDC
tokenPrice() view returns (uint256)
55000000000000000
totalSupply() view returns (uint256)
2239
Read-only
balanceOf(address owner) view returns (uint256)
canPresaleMint(address addr) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleSlots(address addr) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintToken(uint256 numberOfTokens) payable
presaleMint(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPresaleMaxMint(uint256 maxMint)
setProvenanceHash(string provenanceHash)
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateWhitelist(struct VDCWhitelist[] whitelist)
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)
VdcMinted(uint256 supply)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.