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 "vApez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042869 | 22 days ago | | | 0 | 0.00038538308 | |
| 19774822 | 6 months ago | | | 0 | 0.00037654252 | |
| 19603104 | 7 months ago | | | 0 | 0.00068475331 | |
| 19447222 | 8 months ago | | | 0 | 0.0013985700 | |
| 19442377 | 8 months ago | | | 0 | 0.0017182590 | |
| 19177103 | 9 months ago | | | 0 | 0.0030888602 | |
| 19159368 | 9 months ago | | | 0 | 0.00030762161 | |
| 18882066 | a year ago | | | 0 | 0.00064789705 | |
| 18516377 | a year ago | | | 0 | 0.0018653828 | |
| 18071177 | a year ago | | | 0 | 0.0013215617 |
ABI
ABI objects
Getter at block 21197373
baseExtension() view returns (string)
.json
currentPrice() view returns (uint256)
30000000000000000
getCurrentId() view returns (uint256)
3000
maxFreeVapez() view returns (uint256)
200
name() view returns (string)
vApez
owner() view returns (address)
0x6f9262e629119f9fd6d6d9b6589086f44ba470df
paused() view returns (bool)
false
preRevealURI() view returns (string)
ipfs://QmXCyvc9CHidWqnFMbKfLNdjQN2GTxhnrSYKoAsg7qqofu/hidden.json
revealed() view returns (bool)
true
symbol() view returns (string)
VAPEZ
totalVapez() view returns (uint256)
3000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
blazeVape(uint256 mintAmount) payable
freeVape(uint256 mintAmount)
pause(bool val)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPreRevealURI(string _newPreRevealURI)
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(string _initBaseURI, string _preRevealURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.