MetaMountaineers

Verified contract

Active on Ethereum with 11,277 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#3049)
ERC-721
--
 (#2681)
ERC-721
--
 (#2665)
ERC-721
--
 (#2655)
ERC-721
--
0x52dc200eb304de0d204d3fefa4f9cbf3055315d8ba6052c8ad6517bc2ea256f3
0xe8aeba4709528255f8bfac8ebc14cc1b0660398675be8f432b7d48e872e89b54
0xad5daf7b388213d0b97e09d9fdc7b73ee7f8122a3907e8c690b83c90910b38b5
0x60ec955da61b869d91ba047dcd9e46d628770393f440b4e5319ed52063b24c64
0x68e329ae38a38b4b85157d3c19120b556b7ada33611cdc864745821166cb6a14
0x59a065555f314f7dd36bb81f8e949fce8cc97faea5de86b64977e216879b5d02
0xff352e08fdf233708b8f44d97d651d1ca1b36f739d92e31d42d831031970faf0
0xfafbf72e5817f3054aace9c770666f2c2ccd586c959ba3f5203da81b7151bb58
0xb82d44cd825a808df19715cc7749ff5c84816f7b3b5b578fd09aabfa2907224c
0x2ca4681ebda989cfd78930a484853f5ec80925d41c7b025e0f37cea472d9485c

Functions
Getter at block 21166799
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost(view returns (uint256)
40000000000000000
hiddenMetadataUri(view returns (string)
https://mountaineers-prereveal.s3.us-east-2.amazonaws.com/metadata/unrevealed.json
maxMega(view returns (uint256)
444
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
4444
name(view returns (string)
MetaMountaineers
owner(view returns (address)
0xc4d1e7ab0d36782ab958ff05e03c6991ae2f16d3
state(view returns (uint8)
2
symbol(view returns (string)
METAMOUNTAINEERS
totalSupply(view returns (uint256)
4444
uriPrefix(view returns (string)
ipfs://bafybeidaku5f2zpb62dy5jo2snxolzogao7x72ajjl3aslgdifixiuimie/
whitelistMerkleRoot(view returns (bytes32)
0x07910c6c05b34e11bcb7c670bb9de922e9551a2ba2500daf3538c8e29a3e0fb8
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mega(uint256view returns (bool)
mintedAllowlist(addressview returns (uint256)
numberMinted(address _minterview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(payable 
mintAllowList(uint256 amountuint256 allowancebytes32[] proofpayable 
mintForAddress(uint256[] amountsaddress[] receivers
mintMega(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setState(uint8 _state
setUriPrefix(string _uriPrefix
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(