Pepe Open Editions by Matt Furie

Verified contract

Active on Ethereum with 6,736 txns
Deployed by via 0x25d68bde at 16899469
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pepe Open Editions by Matt Furie"

0xa2f2413b263814cad8e7532ef28c4d71a197b167aa9a8939844afa52ebcad009
0x29e7acf4ea8582b9e5cae73a81ec6cdd985db2d66d09e50c2968a5fb569b95ff
0xf7c57053c2c9c2a53cce1cdcd0dbde1fa8ed523bb61c885f0a1a87904d05aff3
0x09076aa618133428cbb1576d61cb1bbdd546e273d7e80c64f62037015c8978e1
0x9ebb9f69b8611e2454d9ae5aaf6ea533a7a551af6fc9ca2bee13b1cfbe6c19dc
0x7380a1459ae35887126eb1501446a57d2c825f3deea80d9bda795b1ca20a152d
0xfc765ce9752875d33ae3a786e6f2e8f70494589c5b6545235a2020ca473112a4
0xa252b76452adad3220e94147aa0aac9eaa717064071788d98d7696f686dde100
0x873b0a4d2b4ef1e14231d8711a37816cd8243ccb6e79b4fc5110c0174f56738b
0x85516212e1968f9de8a44112544208901b03062482ae5aa39c45ead5adee9cea

Functions
Getter at block 20980823
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Pepe Open Editions by Matt Furie
symbol(view returns (string)
PEPE
totalEditions(view returns (uint256)
5
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
editionExists(uint256 __idview returns (bool)
exists(uint256 idview returns (bool)
getEdition(uint256 __idview returns (struct EditionsEdition)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
maxSupply(uint256 __idview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 __idview returns (string)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
editURI(uint256 __idstring __uri
freezeMetadata(uint256 __id
grantRole(bytes32 roleaddress account
mint(address __accountuint256 __iduint256 __amount
mintBatch(address __accountuint256[] __idsuint256[] __amounts
mintMany(address[] __accountsuint256 __iduint256[] __amounts
releaseEdition(uint256 __maxSupplystring __uri
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
EditionFrozen(uint256 __id
EditionReleased(uint256 __id
EditionURIUpdated(uint256 __idstring __uri
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string __namestring __symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
EditionNotFound(
MetadataIsFrozen(
NotEnoughSupply(