Grandpa Ape Country Club
Verified contract
Active on
Ethereum with 10,342 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x811b…2da4
5 additional
variables
Balances ($0.00)
No balances found for "Grandpa Ape Country Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20984623 | a month ago | | | 0 | 0.0011437371 | |
| 20803806 | 2 months ago | | | 0 | 0.00029994499 | |
| 20721044 | 3 months ago | | | 0 | 0.00049000819 | |
| 20681119 | 3 months ago | | | 0 | 0.00078557518 | |
| 20572590 | 3 months ago | | | 0 | 0.000058709833 | |
| 20446111 | 4 months ago | | | 0 | 0.00011960821 | |
| 20366774 | 4 months ago | | | 0 | 0.00018835418 | |
| 20176797 | 5 months ago | | | 0 | 0.00055188176 | |
| 20059841 | 6 months ago | | | 0 | 0.00027752956 | |
| 20002163 | 6 months ago | | | 0 | 0.00021760879 |
ABI
ABI objects
Getter at block 21277896
GACC_MAX() view returns (uint256)
5000
PRESALE_MINT_LIMIT() view returns (uint256)
3
PRESALE_PRICE() view returns (uint256)
30000000000000000
PUBLIC_MINT_LIMIT() view returns (uint256)
15
PUBLIC_PRICE() view returns (uint256)
30000000000000000
PURCHASE_LIMIT() view returns (uint256)
3
name() view returns (string)
Grandpa Ape Country Club
owner() view returns (address)
0x296327ca2581082f41258ae15eec33fc9e6fabc5
symbol() view returns (string)
GACC
totalSupply() view returns (uint256)
5000
Read-only
PRICE(address addr) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 numberOfTokens)
approve(address to, uint256 tokenId)
purchase(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActiveDateTime(uint256 activeDateTime, uint256 revealDateTime)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDevFee(uint256 devFee)
setMaxLimit(uint256 maxLimit)
setMintPrice(uint256 presaleMintPrice, uint256 publicMintPrice)
setPaymentAddress(address paymentAddress)
setPresaleHours(uint256 presaleHours)
setPurchaseLimit(uint256 purchaseLimit, uint256 presaleMintLimit, uint256 publicMintLimit)
setRevealURI(string revealURI)
setWhiteList(address[] whiteListAddress, bool bEnable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.