ERC721PepeMinterInfinite
Verified contract
Active on
Ethereum with 3,838 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 "ERC721PepeMinterInfinite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20944908 | a month ago | | | 0 | 0.0015309723 | |
| 20944887 | a month ago | | | 0 | 0.0016076460 | |
| 20511397 | 3 months ago | | | 0 | 0.0010344557 | |
| 20386651 | 4 months ago | | | 0 | 0.00035976490 | |
| 20198265 | 4 months ago | | | 0 | 0.00049761498 | |
| 19909556 | 6 months ago | | | 0 | 0.00066369000 | |
| 19909526 | 6 months ago | | | 0 | 0.00074919000 | |
| 19816000 | 6 months ago | | | 0 | 0.00053105899 | |
| 19815956 | 6 months ago | | | 0 | 0.00064155803 | |
| 19788576 | 6 months ago | | | 0 | 0.0011988000 |
ABI
ABI objects
Getter at block 21162693
DOMAIN_SEPARATOR() view returns (bytes32)
0xb09d33debe701ab540fd5c863548a981b4d0803d7bdc07e606e331941b44487c
authorizedSigningAddress() view returns (address)
0xc1a8d67fa85cc49971b98992def84759ca416e9a
infinitePepeContract() view returns (address)
0x31ed43f93e7e79156c7cc2088f1383c3011da8ec
ogCollectionDeadline() view returns (uint256)
1678500000
ogCollectionMax() view returns (uint256)
42069
ogPepeContract() view returns (address)
0x3cf314571da3e56eaee61af2b30af56f75d3a602
owner() view returns (address)
0x4d65e3b5660e4d4c6c443aa95a389ddc3937e2d5
signatureExpireSeconds() view returns (uint256)
300
Read-only
This contract contains no read-only function objects.
State-modifying
Events mint(uint256 timestamp, uint256 imageHash, bytes signature)
renounceOwnership()
setAuthorizedSigningAddress(address signer)
setInfinitePepeContract(address _infinitePepeContract)
setOgCollectionDeadline(uint256 _ogCollectionDeadline)
setOgCollectionMax(uint256 _ogCollectionMax)
setOgPepeContract(address _ogPepeContract)
setSignatureExpireSeconds(uint256 expireSeconds)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _authorizedSigningAddress, uint256 _signatureExpireSeconds, uint256 _ogCollectionDeadline, uint256 _ogCollectionMax)
This contract contains no fallback and receive objects.
This contract contains no error objects.