Metamon

Verified contract

Active on Ethereum with 813 txns
Deployed by via 0x53702971 at 14584757
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "Metamon"

0x1244a6fe0820bf02a64beb6f0448bc81b5ec876c949f8e4c688a0fa19f8d96f2
0x14bf853554562df777effbbd316ccbc0c223910628437d8086bf627abf8abdb6
0x72bef23ac86302db7a04f2334ca59c49231f4412f2604babb008ead834901cdd
0xc23ce669d14ba3a7c026ffd08596e3d931817a94b99ab6e2cc793efd0fc8213d
0x0918e6ad01e1183f242723148bdfc8fe3780c1e49271e4242b3bc7947eeffd5f
0x04a2d6eb29775407869ba5f097ede7900f409023050595caa8cd4fca1a25d8af
0xbfc2602d2058d97590bb2f84e730604a3ad0de62e0c49ed935a968912f3dbd71
0xe2c6aced80b919d024aa2b75aea4c1eca2b6f012496bf6d1eb56583b4be77fd8
From
0x003ed6e30da61be69d418ad137b8e38284e3ff31c9c545873ac2a580686000d6
0x4512322d37b5477841a231ae3c0eb123755d2f1f73c01ce2b72579f2389f7f3c

Functions
Getter at block 20865552
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
verify(bytes32 _merkleRootbytes32 leafbytes32[] proofpure returns (bool)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
mintForSelf(uint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32 leafbytes32[] proofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(