Metapals Metaverse Pass
Verified contract
Active on
Ethereum with 2,618 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($192.23)
Native
Value
$192.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.054 | $3,559.85 |
$192.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20394593 | 4 months ago | | | 0 | 0.000029808557 | |
| 20273199 | 5 months ago | | | 0 | 0.00013121813 | |
| 20134797 | 5 months ago | | | 0 | 0.00029239862 | |
| 19466582 | 8 months ago | | | 0 | 0.0010751879 | |
| 19285992 | 9 months ago | | | 0 | 0.0043450955 | |
| 19242631 | 9 months ago | | | 0 | 0.00061194508 | |
| 19242630 | 9 months ago | | | 0 | 0.00060540697 | |
| 19242629 | 9 months ago | | | 0 | 0.00055395020 | |
| 19242575 | 9 months ago | | | 0 | 0.00054083659 | |
| 19220118 | 9 months ago | | | 0 | 0.0015797847 |
ABI
ABI objects
Getter at block 21289941
Tmint() view returns (uint256)
100000000000000
collectionSize_() view returns (uint256)
10000
isPublicSaleOn() view returns (bool)
false
maxBatchSize_() view returns (uint256)
9999
maxMintPerAddressTW() view returns (uint256)
8000
maxPerAddressDuringMint() view returns (uint256)
600
mintlistPrice() view returns (uint256)
1500000000000000
name() view returns (string)
Metapals Metaverse Pass
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyWhitelisted() view returns (bool)
true
owner() view returns (address)
0x30d254329a0a886318db479cdaf5b295265ca081
paused() view returns (bool)
true
symbol() view returns (string)
MMP
totalSupply() view returns (uint256)
4458
Read-only
allowlist(address) view returns (uint256)
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)
numberMinted(address owner) view returns (uint256)
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 StartTWMint(bool _state)
TWMint(uint256 quantity) payable
TreasuryWalletWithdraw()
WhiteListArray(address[] addresses, uint256[] numSlots)
WhiteListMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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.
This contract contains no error objects.