GentsCroquetClub
Verified contract
Active on
Ethereum with 3,301 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ea9…3e96
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GCC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206936 | 12 days ago | | | 0 | 0.00039871788 | |
| 21204119 | 13 days ago | | | 0 | 0.00052882978 | |
| 21165768 | 18 days ago | | | 0 | 0.0019163613 | |
| 20966523 | a month ago | | | 0 | 0.00096224822 | |
| 20927841 | 2 months ago | | | 0 | 0.00070779722 | |
| 20893589 | 2 months ago | | | 0 | 0.00058698918 | |
| 20893588 | 2 months ago | | | 0 | 0.00053640745 | |
| 20893586 | 2 months ago | | | 0 | 0.00078632641 | |
| 20893583 | 2 months ago | | | 0 | 0.00098641053 | |
| 20893579 | 2 months ago | | | 0 | 0.0010655286 |
ABI
ABI objects
Getter at block 21294666
MAX_TOKENS() view returns (uint256)
975
NUMBER_RESERVED_TOKENS() view returns (uint256)
250
PRICE() view returns (uint256)
4500000000
mainSale() view returns (bool)
false
mainSaleLimit() view returns (uint256)
2
name() view returns (string)
GentsCroquetClub
notRevealedUri() view returns (string)
overflowSale() view returns (bool)
false
overflowSaleLimit() view returns (uint256)
1
owner() view returns (address)
0x848b087bba6da9e88ee759e71fcc90b085f92bda
reservedTokensMinted() view returns (uint256)
250
revealed() view returns (bool)
true
symbol() view returns (string)
GCC
totalSupply() view returns (uint256)
975
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipMainSale()
flipOverflow()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount, bytes32[] proof)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMainSaleLimit(uint256 newLimit)
setMainSaleRoot(bytes32 root)
setNotRevealedURI(string _notRevealedURI)
setOverflowSaleLimit(uint256 newLimit)
setOverflowSaleRoot(bytes32 root)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawERC20()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()