Meta Meerkat Club

Verified contract

Active on Ethereum with 2,618 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "Meta Meerkat Club"

0xd1087dc40a79b83f0040e80ba579e307b57b5b4a6a6a8827c97c1e7f3ee3fae0
0xb6b0d8e8992ec916546ef036abdc3811ccb2d5f26356b55f11c761c0f6c5139c
0xa6114c0245d1bc4deab168f0f4db72f22ca57f677942e61962faeaacf0d99d65
0x70f3ddf399b1aae122c2cf0743670187a9b984cf580f50a3bccc119301288295
0xcc6a0ec128468920556e1039f0cd28a1e7b7a8567724ab62270c50703644b853
0x8423215e19dd4ec0851a37b1f46dddf578c20beb13d93cc23ddcde267620a7c6
0xf06bd536fd229cf6565387776115cbf63fd8cc829a516c1ecefc32387d539662
0xb29144ded26fe1bf535d9f9953c5f092051f7dbf9d977304ff7a7a80a41a773e
0x3e9594f076284f15d95b4c82177a0b884ffcfb548d6f7bafcc67d01e5a44785a
0x893369a4ae7687015d3fb0c50cbbfb22978cf0b23b8107f74e098bbde12131c5

Functions
Getter at block 21102034
collectionSize(view returns (uint256)
4505
getBalance(view returns (uint256)
0
mintStatus(view returns (bool)
false
mintingFee(view returns (uint256)
0
name(view returns (string)
Meta Meerkat Club
owner(view returns (address)
0xe669460e99c1c70c3014ee776169c012123ebbab
publicMaxMints(view returns (uint256)
2
symbol(view returns (string)
MMC
totalReleased(view returns (uint256)
640000000000000000
totalShares(view returns (uint256)
10000
totalSupply(view returns (uint256)
4505
whitelistMaxMints(view returns (uint256)
5
whitelistMerkleRoot(view returns (bytes32)
0x286483fd014811465c441c7afa4dc93535eb9096eec24a7bc093cee02600a44b
whitelistStatus(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwner(
approve(address touint256 tokenId
declineOwner(
disableMinting(
disableWhitelist(
enableMinting(
enableWhitelist(
publicMint(uint256 amountpayable 
pushOwner(address newOwner
release(
renounceOwner(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPublicMints(uint256 _amount
setMaxWhitelistMints(uint64 _amount
setMintPrice(uint256 _newFee
setMintSize(uint256 _amount
setRoyaltyInfo(address _royaltyAddressuint256 _percentage
setWhitelistMerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwner(address newOwner
whitelistMint(bytes32[] merkleProofuint64 amountpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnerTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PayeesLocked(bool _status
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdatedMaxPublicMints(uint256 _olduint256 _new
UpdatedMaxWhitelistMints(uint256 _olduint256 _new
UpdatedMintPrice(uint256 _olduint256 _new
UpdatedMintSize(uint256 _olduint256 _new
UpdatedMintStatus(bool _oldbool _new
UpdatedPresaleEnd(uint256 _olduint256 _new
UpdatedRoyalties(address newRoyaltyAddressuint256 newPercentage
UpdatedWhitelist(bytes32 _oldbytes32 _new
UpdatedWhitelistStatus(bool _oldbool _new
Constructor
constructor(string namestring symbolstring _placeholderURIuint256 _mintPriceuint256 _mintSizeaddress _candyWalletbool _multiaddress[] splitAddressesuint256[] splitSharesbytes32 _whitelistMerkleRoot
Fallback and receive
fallback(
receive(
Errors
AddressAlreadyAssigned(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
AuxQueryForZeroAddress(
BalanceQueryForZeroAddress(
ExceedsMaxTransactionMints(
ExceedsMaxWhitelistMints(
InvalidMintSize(
InvalidShares(
MintToZeroAddress(
MintZeroQuantity(
MintingActive(
MintingNotActive(
NonExistentToken(
NotEnoughWhitelistSlots(
NotWhitelisted(
OwnerQueryForNonexistentToken(
SharesToZeroAddress(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
WhitelistNotRequired(
WhitelistRequired(
WouldExceedMintSize(
WrongPayment(
ZeroBalance(