Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Meep"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105376 | 14 days ago | | | 0 | 0.00014050500 | |
| 21103459 | 14 days ago | | | 0 | 0.00010610202 | |
| 21103451 | 14 days ago | | | 0 | 0.00011179386 | |
| 21102188 | 14 days ago | | | 0 | 0.00013039109 | |
| 20962966 | a month ago | | | 0 | 0.00062767744 | |
| 20912473 | a month ago | | | 0 | 0.00027519122 | |
| 20912471 | a month ago | | | 0 | 0.00026298202 | |
| 20908503 | a month ago | | | 0 | 0.00018069092 | |
| 20908487 | a month ago | | | 0 | 0.00016282248 | |
| 20634451 | 3 months ago | | | 0 | 0.00012884912 |
ABI
ABI objects
Getter at block 21204063
cost() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
1
maxSupply() view returns (uint256)
5555
merkleRootWl1() view returns (bytes32)
0x6d40726cfca07b0cda45b2b7d6f8cd2a5fd0cb61788450cbfde00c6a263a49a6
merkleRootWl2() view returns (bytes32)
0x653a89ccac6f7a1e478b70da5f6e4f84f998d9828cb9a0a6db18821c24ea9d47
name() view returns (string)
Meep
owner() view returns (address)
0x7bc6847cb669b5d4582db0f712e19198461a14f6
publicSaleEnabled() view returns (bool)
false
symbol() view returns (string)
MEEPS
totalSupply() view returns (uint256)
5553
uriPrefix() view returns (string)
ipfs://QmQ8B5bui6NPmk3PBZvokqCdPdPKFjVLcsEmasWHsfdLzi/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() 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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddresses(uint256 _mintAmount, address[] _receivers)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRootWl1(bytes32 _merkleRoot)
setMerkleRootWl2(bytes32 _merkleRoot)
setPublicSaleEnabled(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) 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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri, address[] _teamWallets, address _devTeamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.