Grumpets
Verified contract
Active on
Ethereum with 4,820 txns
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 "Grumpets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278251 | 2 days ago | | | 0 | 0.00048364217 | |
| 21255778 | 5 days ago | | | 0 | 0.00044202554 | |
| 21104569 | a month ago | | | 0 | 0.000085670137 | |
| 20322323 | 4 months ago | | | 0 | 0.00027075011 | |
| 20188170 | 5 months ago | | | 0 | 0.00011858371 | |
| 20169343 | 5 months ago | | | 0 | 0.00059232881 | |
| 20142800 | 5 months ago | | | 0 | 0.00024170309 | |
| 20107550 | 5 months ago | | | 0 | 0.00012004965 | |
| 19781822 | 7 months ago | | | 0 | 0.00031925852 | |
| 19772420 | 7 months ago | | | 0 | 0.00016805131 |
ABI
ABI objects
Getter at block 21290190
collectionSize() view returns (uint256)
8888
maxBatchSize() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0x80bbf591d0a3297b9845591e402572e2b86cc7919a4da6c5215e8abd98ce08a1
name() view returns (string)
Grumpets
owner() view returns (address)
0x5049c2b82ccd13ff3c2755445eae39a43f4a3527
price() view returns (uint256)
40000000000000000
reserves() view returns (uint256)
100
saleState() view returns (uint256)
0
symbol() view returns (string)
GRUMPET
totalSupply() view returns (uint256)
3600
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAllowance(string allowance, bytes32[] proof) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 quantity, address reciever)
privateSaleMint(uint256 quantity, uint256 allowance, bytes32[] proof) payable
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _newPrice)
setSaleState(uint256 _saleState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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 baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.