Meta Meerkat Club
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
4 additional
variables
Balances ($0.00)
No balances found for "Meta Meerkat Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18900833 | 10 months ago | | | 0 | 0.00094010604 | |
| 18619208 | a year ago | | | 0 | 0.0011460940 | |
| 17984061 | a year ago | | | 0 | 0.0011277717 | |
| 17010405 | 2 years ago | | | 0 | 0.00074205044 | |
| 16717537 | 2 years ago | | | 0 | 0.0013527668 | |
| 16682785 | 2 years ago | | | 0 | 0.0015669286 | |
| 16647734 | 2 years ago | | | 0 | 0.0011267054 | |
| 16588985 | 2 years ago | | | 0 | 0.0011947898 | |
| 16189233 | 2 years ago | | | 0 | 0.00065777834 | |
| 16087769 | 2 years ago | | | 0 | 0.00052415430 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwner()
approve(address to, uint256 tokenId)
declineOwner()
disableMinting()
disableWhitelist()
enableMinting()
enableWhitelist()
publicMint(uint256 amount) payable
pushOwner(address newOwner)
release()
renounceOwner()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPublicMints(uint256 _amount)
setMaxWhitelistMints(uint64 _amount)
setMintPrice(uint256 _newFee)
setMintSize(uint256 _amount)
setRoyaltyInfo(address _royaltyAddress, uint256 _percentage)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwner(address newOwner)
whitelistMint(bytes32[] merkleProof, uint64 amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnerTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PayeesLocked(bool _status)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedMaxPublicMints(uint256 _old, uint256 _new)
UpdatedMaxWhitelistMints(uint256 _old, uint256 _new)
UpdatedMintPrice(uint256 _old, uint256 _new)
UpdatedMintSize(uint256 _old, uint256 _new)
UpdatedMintStatus(bool _old, bool _new)
UpdatedPresaleEnd(uint256 _old, uint256 _new)
UpdatedRoyalties(address newRoyaltyAddress, uint256 newPercentage)
UpdatedWhitelist(bytes32 _old, bytes32 _new)
UpdatedWhitelistStatus(bool _old, bool _new)
constructor(string name, string symbol, string _placeholderURI, uint256 _mintPrice, uint256 _mintSize, address _candyWallet, bool _multi, address[] splitAddresses, uint256[] splitShares, bytes32 _whitelistMerkleRoot)
fallback()
receive()
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()