Pepe Open Editions by Matt Furie
Verified contract
Active on
Ethereum with 6,785 txns
Slot
XX
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"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21404983 | 15 hours ago | | | 0 | 0.00034542033 | |
| 21404049 | 18 hours ago | | | 0 | 0.00044169074 | |
| 21399337 | a day ago | | | 0 | 0.00045222959 | |
| 21399335 | a day ago | | | 0 | 0.00045747744 | |
| 21396733 | 2 days ago | | | 0 | 0.00061063592 | |
| 21379924 | 4 days ago | | | 0 | 0.00057918459 | |
| 21378000 | 4 days ago | | | 0 | 0.00055804900 | |
| 21370638 | 5 days ago | | | 0 | 0.00031035315 | |
| 21361706 | 7 days ago | | | 0 | 0.00060607916 | |
| 21350800 | 8 days ago | | | 0 | 0.00057163418 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
editionExists(uint256 __id) view returns (bool)
exists(uint256 id) view returns (bool)
getEdition(uint256 __id) view returns (struct EditionsEdition)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
maxSupply(uint256 __id) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 __id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editURI(uint256 __id, string __uri)
freezeMetadata(uint256 __id)
grantRole(bytes32 role, address account)
mint(address __account, uint256 __id, uint256 __amount)
mintBatch(address __account, uint256[] __ids, uint256[] __amounts)
mintMany(address[] __accounts, uint256 __id, uint256[] __amounts)
releaseEdition(uint256 __maxSupply, string __uri)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
EditionFrozen(uint256 __id)
EditionReleased(uint256 __id)
EditionURIUpdated(uint256 __id, string __uri)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string __name, string __symbol)
This contract contains no fallback and receive objects.
EditionNotFound()
MetadataIsFrozen()
NotEnoughSupply()