The Pepecoin Pepeverse
Verified contract
Active on
Ethereum with 2,873 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 "The Pepecoin Pepeverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310538 | 12 hours ago | | | 0 | 0.0010202708 | |
| 21310499 | 12 hours ago | | | 0 | 0.00096063863 | |
| 21310114 | 13 hours ago | | | 0 | 0.0010842914 | |
| 21310008 | 13 hours ago | | | 0 | 0.0011527784 | |
| 21309088 | 16 hours ago | | | 0 | 0.0011501117 | |
| 21307976 | 20 hours ago | | | 0 | 0.00068126725 | |
| 21307772 | 21 hours ago | | | 0 | 0.00059134149 | |
| 21307050 | a day ago | | | 0 | 0.00057448480 | |
| 21304102 | a day ago | | | 0 | 0.00065273611 | |
| 21303985 | a day ago | | | 0 | 0.00036207328 |
ABI
ABI objects
Getter at block 21313975
INITIAL_DEV_AMOUNT() view returns (uint256)
69
TOTAL_SUPPLY() view returns (uint256)
2000
contractURI() view returns (string)
ipfs://QmQakYjiAt1FhTWkPm55X52WVKovyBcH3vBw1G62gnRgwT/collection.json
merkleRoot() view returns (bytes32)
0x6e6eb7ede1fcd7d93ede5b0a6e7c968dcc4fe5a85165834c346a5372dcaabf35
name() view returns (string)
The Pepecoin Pepeverse
owner() view returns (address)
0x6942013379d195323e17cd2616435dce819c1fa9
paused() view returns (bool)
false
symbol() view returns (string)
Pepecoin
tokenID() view returns (uint256)
2
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address, address) view returns (bool)
isEligibleForClaim(address user, bytes32[] merkleProof) view returns (bool)
maxSupply(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 amount)
circuitBreaker()
claim(bytes32[] merkleProof)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMerkleRoot(bytes32 _merkleRoot)
transferOwnership(address newOwner)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CoalBurned(address indexed account, uint256 indexed id, uint256 amount)
CoalClaimed(address indexed account, uint256 indexed id, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string name_, string symbol_, address initialOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.