PEPEAI Coupon
Verified contract
Active on
Ethereum with 1,396 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 "PEPEAI Coupon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106901 | 14 days ago | | | 0 | 0.00012159883 | |
| 20321556 | 4 months ago | | | 0 | 0.00015876651 | |
| 19897960 | 6 months ago | | | 0 | 0.00015381989 | |
| 19850437 | 6 months ago | | | 0 | 0.000088749649 | |
| 19850430 | 6 months ago | | | 0 | 0.000080670508 | |
| 19850430 | 6 months ago | | | 0 | 0.000080590837 | |
| 19322006 | 9 months ago | | | 0 | 0.0011298583 | |
| 19321997 | 9 months ago | | | 0 | 0.0011016429 | |
| 19021634 | 10 months ago | | | 0 | 0.00082345039 | |
| 18912967 | a year ago | | | 0 | 0.00027187196 |
ABI
ABI objects
Getter at block 21207318
MAX_SUPPLY() view returns (uint256)
520
MINT_PRICE() view returns (uint256)
350000000000000000
MINT_STAGE() view returns (uint256)
1
baseTokenURI() view returns (string)
ipfs://QmRjpEU2XEsFFc7Z2c9ac28RtKqdMzgieVUmFtEJ1NcRJH/
contractURI() view returns (string)
ipfs://QmeYiBhWHeqHxk4djAMxQzqTrMjSj5RJ8PeiHqhgLQ5Vxf
merkleRoot() view returns (bytes32)
0x135c5800ed4773497a3d77accf228a7852193b35ebf7a4391e1690a0b0eb15a5
name() view returns (string)
PEPEAI Coupon
nextTokenId() view returns (uint256)
520
owner() view returns (address)
0x37fdf9ac0361555d77181f3137b00376f563b8ce
symbol() view returns (string)
PEPEAI
totalSupply() view returns (uint256)
520
Read-only
addressMinted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAlreadyClaimed(address claimant) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(bytes32[] merkleProof, address claimant) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
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)
mintPublic() payable
mintWhitelist(bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setContractURI(string newURI)
setMintStage(uint256 stage)
setRoyaltyInfo(address _receiver, uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
withdrawOtherTokens(address _token)
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(bytes32 _merkleRoot, address reservedOwner, uint128 reservedAlloc)
This contract contains no fallback and receive objects.
This contract contains no error objects.