Pepe Open Editions by Matt Furie

Verified contract

Active on Ethereum with 6,785 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"

0x3fb911ba73345aba94a2131887c220ec7559fb11cab87776169189dd229f7044
0xac5e1332ab5c7a4d12f605ff873e7729ca4899789214e8c7525225c665e14452
0xd1e81b61819959effbe5ed5e3d8450477cb66856c1ba7ceeda581b6cb2499c42
0xafea89763b4ca22124ce366fffd3f21d3ff4b301c81ea58f302b7073a8af8724
0x274cf9ee7a0c3da5d274dd63084fb2c65e2d395f6ff901cfb40f91a7119ff271
0xc2d6c3410c3148f03f21b2ffca6c1f0b11bb77ffea938c93222bb80ffe89e9c1
0xab5e9b310ccd88cb2642a07dbeda10a30a8cd7e627b2128ee12f7d6f6ef47e61
0xf9fcbdf3a4636c437b72da7a80b40824d68937ea0330d2355ea1ecb7e1dfb9d2
0xf25cc5c2f0cb1955ea45a043b7f96d6ad561e4ddb1188edfdc4034b6f5b9640b
From
0x2a63cb13470c85d299de770c0704327855da88472e040d4cb04c2ab74019e2d1

Functions
Getter at block 21409362
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(