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 |
---|---|---|---|---|---|
VAX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21030674 | 2 months ago | | | 0 | 0.00059971304 | |
| 19178399 | 10 months ago | | | 0 | 0.0017301076 | |
| 17032657 | 2 years ago | | | 0 | 0.00062164120 | |
| 16257938 | 2 years ago | | | 0 | 0.00047449430 | |
| 16257937 | 2 years ago | | | 0 | 0.00066593107 | |
| 16172504 | 2 years ago | | | 0 | 0.00060255243 | |
| 16172501 | 2 years ago | | | 0 | 0.00064452505 | |
| 16171984 | 2 years ago | | | 0 | 0.00091601338 | |
| 15896484 | 2 years ago | | | 0 | 0.00055365354 | |
| 15865245 | 2 years ago | | | 0 | 0.00017060901 |
ABI
ABI objects
Getter at block 21403172
name() view returns (string)
MetaVax
owner() view returns (address)
0xe1aff414c96ef6b10c2a51cdb95c7db60c04bfe6
publicSale() view returns (bool)
true
stakingAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VAX
totalSupply() view returns (uint256)
272
whitelistSale() view returns (bool)
false
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)
whitelistMints(address) view returns (uint256)
State-modifying
Events adminMint(address[] addresses)
adminSetBaseURI(string baseURI_)
adminSetSales(bool publicSale_, bool whitelistSale_)
adminSetSigner(address signer_)
adminSetStakingAddress(address stakingAddress_)
adminWithdraw()
approve(address to, uint256 tokenId)
publicMint(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)
stakingTakeToken(address from, uint256 id)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes signature) payable
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 hiddenURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.