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 "VMT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104845 | a month ago | | | 0 | 0.000084633071 | |
| 21012441 | 2 months ago | | | 0 | 0.00028077254 | |
| 20655622 | 3 months ago | | | 0 | 0.000028935500 | |
| 20498452 | 4 months ago | | | 0 | 0.000056022171 | |
| 20322743 | 5 months ago | | | 0 | 0.00013985353 | |
| 20195136 | 5 months ago | | | 0 | 0.000052039133 | |
| 19969478 | 6 months ago | | | 0 | 0.00096846189 | |
| 19771856 | 7 months ago | | | 0 | 0.00015539385 | |
| 19771832 | 7 months ago | | | 0 | 0.00016568331 | |
| 19497299 | 9 months ago | | | 0 | 0.00045108144 |
ABI
ABI objects
Getter at block 21380497
maxSupply() view returns (uint256)
10000
name() view returns (string)
VMT
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xeacdc8e80587c467612cf5838d7913c508e54175
phase() view returns (uint8)
0
soulBound() view returns (bool)
false
symbol() view returns (string)
VMT
totalSupply() view returns (uint256)
10000
usePlaceholder() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
tokensOfOwner(address _owner, uint256 startId, uint256 endId) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
doDaWlThing(address _wlMintSigner)
gifMe(uint256 quantity)
gifYou(address[] addresses, uint256[] count)
isFreeSoGifMeNuthin()
mekItShowDaStuff(bool _usePlaceholder)
mekMachunForNeone() payable
mekMachunForSpecial(bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFree()
setOwnersExplicit(uint256 quantity)
setTheMaybe(string _placeholderURL)
setTheWat(string _baseURL)
setTheWen(uint8 phase_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
AllOwnershipsHaveBeenSet()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
NoTokensMintedYet()
OwnerQueryForNonexistentToken()
QuantityMustBeNonZero()
SoulBound()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()