GrandpaApes
Verified contract
Active on
Ethereum with 9,468 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOCKS | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21386434 | a day ago | | | 0 | 0.0014172985 | |
| 21362063 | 5 days ago | | | 0 | 0.00051450287 | |
| 21297337 | 14 days ago | | | 0 | 0.00039677950 | |
| 21290530 | 15 days ago | | | 0 | 0.00045611695 | |
| 21266057 | 18 days ago | | | 0 | 0.00096632099 | |
| 20975145 | 2 months ago | | | 0 | 0.00033581393 | |
| 20975137 | 2 months ago | | | 0 | 0.00033193242 | |
| 20967950 | 2 months ago | | | 0 | 0.0012586093 | |
| 20902314 | 2 months ago | | | 0 | 0.00052200407 | |
| 20828249 | 3 months ago | | | 0 | 0.0014756125 |
ABI
ABI objects
Getter at block 21396751
baseExtension() view returns (string)
.json
cost() view returns (uint256)
1000000000000000000
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
GrandpaApes
notRevealedUri() view returns (string)
ipfs://Qmb6qbJYRiBQP7ugvH3NNN4v7sN4n5n1wjLACvSjJx3PKo/hidden.json
owner() view returns (address)
0x886fae0f7e3fb1190cb7876b8288a97e80b4e6c1
paused() view returns (bool)
false
pausedOwner() view returns (bool)
true
pausedPhase1Reward() view returns (bool)
true
pausedWhiteListMint() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
GA
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
canMint(string _mintType) view returns (bool)
checkRewardList(address _address) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistCount(address _address) view returns (uint8)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintPhase1Reward() payable
mintWhitelist(uint256 _mintAmount) payable
ownerMint(uint256 _mintAmount)
pause(bool _state)
pausePhase1Reward(bool _state)
pauseWhiteListMint(bool _state)
pausedOwnerMint(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNotRevealedURI(string _notRevealedURI)
setPhase1List(address[] _addressToPhase1)
setWhiteList(address[] addresses, uint256[] mintAmounts)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.