PPAPE-American Gothic
Verified contract
Active on
Ethereum with 23,563 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "PPAPE-American Gothic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103615 | a month ago | | | 0 | 0.000097764717 | |
| 21102424 | a month ago | | | 0 | 0.00015095670 | |
| 20768624 | 3 months ago | | | 0 | 0.000059392800 | |
| 20674557 | 3 months ago | | | 0 | 0.000032139900 | |
| 20356323 | 4 months ago | | | 0 | 0.00011560435 | |
| 20319949 | 5 months ago | | | 0 | 0.00077383850 | |
| 20144196 | 5 months ago | | | 0 | 0.000062751339 | |
| 20144193 | 5 months ago | | | 0 | 0.000063773825 | |
| 20144153 | 5 months ago | | | 0 | 0.000064046414 | |
| 20077115 | 6 months ago | | | 0 | 0.00088201979 |
ABI
ABI objects
Getter at block 21324828
CRAFT_PROVENANCE() view returns (string)
ecd862bb217af0ea3870bdfb0c81567fb1daca9b60018e685e1c22aab3146bb5
MAX_SUPPLY() view returns (uint256)
10000
MINT_PER_WAITING_LIST_ADDRESS_LIMIT() view returns (uint256)
1
MINT_PER_WHITELIST_ADDRESS_LIMIT() view returns (uint256)
1
MINT_PROVENANCE() view returns (string)
e2d443f6dd8fff4ba1d69c3474e83beb8bc0d0e639cbe30c329ac94dd8f74fee
UNREVEALED_TOKEN_URI() view returns (string)
https://nft.ppape.io/ag/unrevealed.json
allSettings() view returns (bytes1)
0xf8
baseURI() view returns (string)
https://nft.ppape.io/36e04601215353865ed909975515a94e/ag/meta/mint/
craftBaseURI() view returns (string)
https://nft.ppape.io/36e04601215353865ed909975515a94e/ag/meta/craft/
craftStartTime() view returns (uint256)
1668387600
isCraftActive() view returns (bool)
true
isMintActive() view returns (bool)
true
isRevealed() view returns (bool)
true
isWaitingListMintActive() view returns (bool)
true
isWhitelistMintActive() view returns (bool)
true
mintStartTime() view returns (uint256)
1667876400
name() view returns (string)
PPAPE-American Gothic
owner() view returns (address)
0xd945aa317e70fdd4a0ddf9ced91b0082f8de10d6
symbol() view returns (string)
PPAPEAG
totalSupply() view returns (uint256)
9607
waitingListMerkleRoot() view returns (bytes32)
0xd6a39d429048f21d11e7c63fa929e8aa9389e42d8778102a7d5020f38dde5900
waitingListMintStartTime() view returns (uint256)
1667869200
whitelistMerkleRoot() view returns (bytes32)
0xca2cb24b1f568d3a52d14be4b1d6297d114713cc327c312bf8206755a2542cec
whitelistMintStartTime() view returns (uint256)
1667782800
Read-only
addressWaitingListMintedBalance(address) view returns (uint256)
addressWhitelistMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIdsOfOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isEligibleForWaitingListMint(bytes32[] _merkleProof) view returns (bool)
isEligibleForWhitelistMint(bytes32[] _merkleProof) 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)
craft(uint256 leftId, uint256 rightId) returns (uint256)
mint() returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllSettings(bytes1 settings) returns (bytes1)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCraftBaseURI(string _newBaseURI)
setCraftStartTime(uint256 ts)
setMintStartTime(uint256 ts)
setWaitingListMerkleRoot(bytes32 _newMerkleRoot)
setWaitingListMintStartTime(uint256 ts)
setWhitelistMerkleRoot(bytes32 _newMerkleRoot)
setWhitelistMintStartTime(uint256 ts)
toggleCraft() returns (bytes1)
toggleMint() returns (bytes1)
toggleRevealed() returns (bytes1)
toggleWaitingListMint() returns (bytes1)
toggleWhitelistMint() returns (bytes1)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
waitingListMint(bytes32[] _merkleProof) returns (uint256)
whitelistMint(bytes32[] _merkleProof) returns (uint256)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Craft(address to, uint256 tokenId)
Mint(address to, uint256 tokenId)
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.