GroundHogClub
Verified contract
Active on
Ethereum with 202 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 "GroundHogClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19784040 | 7 months ago | | | 0 | 0.0015127363 | |
| 19391234 | 9 months ago | | | 0 | 0.0040234502 | |
| 19388661 | 9 months ago | | | 0 | 0.021901494 | |
| 18343581 | a year ago | | | 0 | 0.00032844849 | |
| 18080522 | a year ago | | | 0 | 0.0013927101 | |
| 17947423 | a year ago | | | 0 | 0.00043916619 | |
| 17671759 | a year ago | | | 0 | 0.0038210447 | |
| 17419419 | a year ago | | | 0 | 0.0010278086 | |
| 17266387 | 2 years ago | | | 0 | 0.0031558478 | |
| 17138791 | 2 years ago | | | 0 | 0.0040533007 |
ABI
ABI objects
Getter at block 21319079
baseTokenURI() view returns (string)
https://nft.1point3acres.com/api/metadata/
collectionSize() view returns (uint256)
6666
maxItemsPerTx() view returns (uint256)
10
maxItemsPerWallet() view returns (uint256)
10
mintPrice() view returns (uint256)
30000000000000000
name() view returns (string)
GroundHogClub
owner() view returns (address)
0x5fd43af62046853dc96008617b56bd867a9761ff
publicMintPaused() view returns (bool)
false
reservedSize() view returns (uint256)
500
symbol() view returns (string)
GHC
totalSupply() view returns (uint256)
650
whitelistMintMaxSupply() view returns (uint256)
5822
whitelistMintPaused() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAddressWhitelisted(bytes32[] proof, address _address) view returns (bool)
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)
walletOfOwner(address address_) view returns (uint256[])
whitelistMintedAmount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 amount)
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMaxItemsPerTx(uint256 _maxItemsPerTx)
setMaxItemsPerWallet(uint256 _maxItemsPerWallet)
setMintPrice(uint256 _mintPrice)
setPublicMintPaused(bool _publicMintPaused)
setReservedSize(uint256 _reservedSize)
setWhitelistMintMaxSupply(uint256 _whitelistMintMaxSupply)
setWhitelistMintMerkleRoot(bytes32 _whitelistMerkleRoot)
setWhitelistMintPaused(bool _whitelistMintPaused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(bytes32[] proof) payable
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.