Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Metamon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18996373 | a year ago | | | 0 | 0.00035979976 | |
| 18909972 | a year ago | | | 0 | 0.00042744217 | |
| 18800692 | a year ago | | | 0 | 0.0011065711 | |
| 18761099 | a year ago | | | 0 | 0.00059052595 | |
| 18297807 | a year ago | | | 0 | 0.00014048422 | |
| 18297804 | a year ago | | | 0 | 0.00013208945 | |
| 18259346 | a year ago | | | 0 | 0.00016271662 | |
| 17045391 | 2 years ago | | | 0 | 0.00073977772 | |
| 16847139 | 2 years ago | | | 0 | 0.0010314310 | |
| 16847110 | 2 years ago | | | 0 | 0.0014056654 |
ABI
ABI objects
Getter at block 21397560
cost() view returns (uint256)
5000000000000000
hiddenMetadataUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmR8kGw6oZUQ71yWTPY6ZPYAbVJqdq7s9sui5RqNKxAyLW
maxMintAmountPerTx() view returns (uint256)
100
maxPresaleMintAmountPerTx() view returns (uint256)
5
maxPresaleWalletLimit() view returns (uint256)
250
maxPublicMintAmountPerTx() view returns (uint256)
100
maxPublicSaleWalletLimit() view returns (uint256)
2000
maxSupply() view returns (uint256)
10000
maxWalletLimit() view returns (uint256)
2000
name() view returns (string)
Metamon
owner() view returns (address)
0xdb2f8b6e3668ab96cf50f9664604450ce976c150
paused() view returns (bool)
false
presaleActive() view returns (bool)
false
presaleCost() view returns (uint256)
150000000000000000
publicCost() view returns (uint256)
5000000000000000
revealed() view returns (bool)
false
saleActive() view returns (bool)
true
symbol() view returns (string)
Metamon
totalSupply() view returns (uint256)
3325
uriSuffix() view returns (string)
.json
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)
verify(bytes32 _merkleRoot, bytes32 leaf, bytes32[] proof) pure returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
mintForSelf(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setPreSale(bool _sale)
setPresaleCost2(uint256 _cost)
setPresaleMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPresaleMaxWalletLimit(uint256 _maxWalletLimit)
setPublicCost(uint256 _cost)
setPublicMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPublicSale(bool _sale)
setPublicSaleMaxWalletLimit(uint256 _maxWalletLimit)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32 leaf, bytes32[] proof) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()