PeplicatorSales
Verified contract
Active on
Ethereum with 3,534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0bae…3b1c
0xefed…6c01
0x4faa…2d4c
0x808e…0542
Balances ($0.00)
No balances found for "PeplicatorSales"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19438650 | 8 months ago | | | 0.1 | 0.00092214400 | |
| 19438650 | 8 months ago | | | 0.1 | 0.00092214400 | |
| 19429974 | 8 months ago | | | 0.7 | 0.0014884207 | |
| 19409682 | 8 months ago | | | 0.1 | 0.0011190923 | |
| 19405560 | 8 months ago | | | 0.1 | 0.0018582244 | |
| 19401776 | 8 months ago | | | 0 | 0.0016725891 | |
| 19400295 | 8 months ago | | | 0.1 | 0.0012980000 | |
| 19400050 | 8 months ago | | | 0.05 | 0.0013677322 | |
| 19400050 | 8 months ago | | | 0.378 | 0.0013609840 | |
| 19399812 | 8 months ago | | | 0.1 | 0.0017740350 |
ABI
ABI objects
Getter at block 21247924
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
discountedMintPrice() view returns (uint256)
42000000000000000
merkleRoot() view returns (bytes32)
0x5d3ce16b846efd09c8a350e893324f16394bbba219a1c7dd7c72eb16f5fdea52
mintPrice() view returns (uint256)
100000000000000000
owner() view returns (address)
0xc52351897e3295286ce38775e3741fb81bee928d
paused() view returns (bool)
true
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
hedzClaims(address __account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mint(uint256 __amount) payable
mintWithClaimsDiscount(uint256 __amount) payable
mintWithOwnerDiscount(uint256 __amount, bytes32[] __proof) payable
mintWithPepeEditionsBurn(uint256 __amount, uint256 __tokenID, uint256 __burnAmount) payable
mintWithZogzEditionsBurn(uint256 __amount, uint256 __tokenID) payable
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDiscountedMintPrice(uint256 __discountedMintPrice)
setHedzOriginalsContract(address __hedzOriginalsContractAddress)
setMerkleRoot(bytes32 __merkleRoot)
setMintPrice(uint256 __mintPrice)
setNFTContract(address __nftContractAddress)
setPepeEditionsContract(address __pepeEditionsContractAddress)
setZogzEditionsContract(address __zogzEditionsContractAddress)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 __amount)
withdrawAll()
DiscountedMintPriceUpdate(uint256 __discountedMintPrice)
FullSetOwnersUpdate()
HedzOriginalsContractUpdate(address __hedzOriginalsContractUpdate)
MerkleRootUpdate(bytes32 __merkleRoot)
MintPriceUpdate(uint256 __mintPrice)
NFTContractUpdate(address __nftContractUpdate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PepeEditionsContractUpdate(address __pepeEditionsContractAddress)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
Withdraw(uint256 __amount)
ZogzEditionsContractUpdate(address __zogzEditionsContractAddress)
constructor(address __nftContractAddress, address __hedzOriginalsContract, address __pepeEditionsContractAddress, address __zogzEditionsContractAddress)
This contract contains no fallback and receive objects.
Forbidden()
IncorrectPrice()
InvalidAddress()
InvalidAmount()
InvalidProof()
MerkleRootNotSet()
NotEnoughClaims()
WithdrawFailed()