Angry Penguins Grotto
Verified contract
Active on
Ethereum with 8,132 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 "Angry Penguins Grotto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21032674 | 24 days ago | | | 0 | 0.00048934698 | |
| 20861181 | 2 months ago | | | 0 | 0.00030649573 | |
| 20542622 | 3 months ago | | | 0 | 0.00013782176 | |
| 20472209 | 3 months ago | | | 0 | 0.00011566616 | |
| 20395711 | 4 months ago | | | 0 | 0.000089842944 | |
| 20329242 | 4 months ago | | | 0 | 0.00061373561 | |
| 20251087 | 4 months ago | | | 0 | 0.000033763400 | |
| 20232083 | 4 months ago | | | 0 | 0.00049311301 | |
| 20144880 | 5 months ago | | | 0 | 0.00011680971 | |
| 20012002 | 5 months ago | | | 0 | 0.0015638907 |
ABI
ABI objects
Getter at block 21208144
ERC712_VERSION() view returns (string)
1
NFT_price_for_3() view returns (uint256)
40000000000000000
NFT_price_for_9() view returns (uint256)
96000000000000000
baseTokenURI() view returns (string)
ipfs://QmUzkbUWpuYAXKzBYJoCRY8AFNvUume53ND1Cs1GbXrqrs/
contractURI() view returns (string)
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x2b029fb13167276bf1038653e8379ea8fefa9fa289f885d906a09f2d6537e091
ghostTokenURI() view returns (string)
ipfs://QmdBEyR42vGJ1Bms48dzTghFBDPouD5C2md73L2XH5hgHF/ghost.json
name() view returns (string)
Angry Penguins Grotto
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5e1d54ecebffcf57867db510e7fc55a610f952af
reveal_time() view returns (uint256)
1644620400
startTime() view returns (uint256)
1644361200
symbol() view returns (string)
APG
totalSupply() view returns (uint256)
8778
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
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 approve(address to, uint256 tokenId)
buyNine() payable
buyThree() payable
claimFree()
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
freezeMetaData()
mintMany(uint256 num, address _to)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setContractUri(string uri)
setGhostUri(string _uri)
setRevealTime(uint256 time)
setStartTime(uint256 time)
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseTokenURI, string _ghostTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.