Pepecoin x Frens

Verified contract

Active on Ethereum with 3,674 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pepecoin x Frens"

0x6c5d54c522a38d83ad67e9dcea1c100693fb0414266b795014257272889794ec
0xdd2db0ac2b0d06a642e543c5eff1e4cc95cd691ed064f30fe64e26a5aadab73b
0x981eca3fb5df3d8ece03a4d88ae2f65e25433ff9950b6969e617728199f1fc9d
0x480479f05cd6493c4b79f67f27e5d6ab5ff136322de539386d72b62a7351b57d
0x5c6b9ae660a1c50fe84b76bb42c040b990965f3b77f30b5553e0b271b8350d91
0xaf12713f06305d9f070123af48e9ddd06b20b958882691d00ec471aaeb0f080e
0xc4354b0c8827cac80ad86a64bba9f53e2e4fa46147c5c2236ce83a61f1cedd43
0xfe272b7b268e1dca870142bbbcca7e23f51834ffbada7eb3953679da9248a793
0x48fc1eec86d0f28917f186c4688b711d06d7f65204dd90e02c911476547c1666
0x332d8e915386fe0a2cc469a6b770b05a4fc12cbc53abeb556ad549b20893c063

Functions
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(addressuint256view returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
basedUri(uint256 idview returns (string)
eligibleForClaim(uint256 idaddress userbytes32[] merkleProofview returns (bool)
getUserBalances(address userview returns (uint256[]uint256[])
isApprovedForAll(addressaddressview returns (bool)
isFrozen(uint256view returns (bool)
maxSupply(uint256view returns (uint256)
merkleRoots(uint256view returns (bytes32)
mintFees(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenAvailability(uint256view returns (uint8)
totalSupply(uint256view returns (uint256)
uri(uint256 idview returns (string)
whitelist(uint256addressview returns (bool)
State-modifying
batchAddToWhitelist(uint256 tokenIdaddress[] addresses
burn(address accountuint256 iduint256 amount
claim(uint256 idbytes32[] merkleProof
freeze(uint256 tokenId
introduceNewToken(uint256 initialOwnerAmountuint256 newMaxSupplystring newURIbytes32 newMerkleRootuint256 newMintFeeuint8 availabilityMode
mailbox(
mint(uint256 iduint256 amountpayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setMerkleRoot(uint256 idbytes32 newMerkleRoot
setTokenAvailability(uint256 tokenIduint8 availabilityMode
transferOwnership(address newOwner
updateTokenURI(uint256 tokenIdstring newURI
whitelistClaim(uint256 tokenId
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Unpaused(address account
tokenMinted(address indexed accountuint256 indexed iduint256 amount
Constructor
constructor(string name_string symbol_address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account