Pepecoin x Frens
Verified contract
Active on
Ethereum with 3,674 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 "Pepecoin x Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21415880 | 18 hours ago | | | 0 | 0.0013452396 | |
| 21415870 | 18 hours ago | | | 0 | 0.0012711043 | |
| 21411250 | a day ago | | | 0 | 0.00078027535 | |
| 21407747 | 2 days ago | | | 0 | 0.00032709074 | |
| 21407741 | 2 days ago | | | 0 | 0.00030964106 | |
| 21407398 | 2 days ago | | | 0 | 0.00032459697 | |
| 21407394 | 2 days ago | | | 0 | 0.00030161798 | |
| 21407329 | 2 days ago | | | 0 | 0.00033423026 | |
| 21407319 | 2 days ago | | | 0 | 0.00034783704 | |
| 21399969 | 3 days ago | | | 0 | 0.00041357023 |
ABI
ABI objects
Getter at block 21421358
contractURI() view returns (string)
name() view returns (string)
Pepecoin x Frens
owner() view returns (address)
0x6942013379d195323e17cd2616435dce819c1fa9
paused() view returns (bool)
false
symbol() view returns (string)
PEPECOINCOLLABS
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
basedUri(uint256 id) view returns (string)
eligibleForClaim(uint256 id, address user, bytes32[] merkleProof) view returns (bool)
getUserBalances(address user) view returns (uint256[], uint256[])
isApprovedForAll(address, address) view returns (bool)
isFrozen(uint256) view returns (bool)
maxSupply(uint256) view returns (uint256)
merkleRoots(uint256) view returns (bytes32)
mintFees(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAvailability(uint256) view returns (uint8)
totalSupply(uint256) view returns (uint256)
uri(uint256 id) view returns (string)
whitelist(uint256, address) view returns (bool)
State-modifying
Events batchAddToWhitelist(uint256 tokenId, address[] addresses)
burn(address account, uint256 id, uint256 amount)
claim(uint256 id, bytes32[] merkleProof)
freeze(uint256 tokenId)
introduceNewToken(uint256 initialOwnerAmount, uint256 newMaxSupply, string newURI, bytes32 newMerkleRoot, uint256 newMintFee, uint8 availabilityMode)
mailbox()
mint(uint256 id, uint256 amount) payable
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(uint256 id, bytes32 newMerkleRoot)
setTokenAvailability(uint256 tokenId, uint8 availabilityMode)
transferOwnership(address newOwner)
updateTokenURI(uint256 tokenId, string newURI)
whitelistClaim(uint256 tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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)
tokenMinted(address indexed account, uint256 indexed id, uint256 amount)
constructor(string name_, string symbol_, address initialOwner)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)