Editions by Dennis Schmelz

Verified contract

Active on Ethereum with 789 txns
Deployed by via 0x7675a466 at 16608448
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Editions by Dennis Schmelz"

0xdf15363c91b0afb86e632a169fe1a572e9ec0517817c7b841585a9f4db233e55
0x46987b20bfcb9159a1c24eb98063ea6217ca52c717a6cc5c3b9705a60eaae820
0x818a097b5cd321c22429f6301b630eb5842e37b4f8000faf0a17c81642f6d8ed
0x4ce8c55e0a20a52a2a7822a2a75fb274805738e0a11ef82d09ff6e84b359a44c
0xfeabf4bf5fa5d34db72f46320ac7df145a227626c202ee7ac13e0abc49ce115b
0xa8244a8d41e9589f53240114fd493c19f63818aef11e4d3ae651c6ec38607def
0x63fcde897884b2322192857c947820af67dffd162ef4c90a8f2e334be216c9aa
0xa1b60ee6a751f8b58283c18eeb664f70bad2121573e4e40dfed719fe2b12e7a3
0x859ee83db6717af97c00af2c46dd7f43e4e3a88116f2b8f56c48a1bfb2ad9cd3
0x0c04a7e66efe6de9d29bbb95f56d61d27c6f5c3cf66315da8f503cdcf7d41d3f

Functions
Getter at block 20861645
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
contractURI(view returns (string)
https://metadata.dennisschmelz.de/editions/contract
contractUri(view returns (string)
https://metadata.dennisschmelz.de/editions/contract
isMintEnabled(view returns (bool)
false
name(view returns (string)
Editions by Dennis Schmelz
owner(view returns (address)
0x24948484d253a099e3ee25cda180b0dbcfbdb9ce
paused(view returns (bool)
false
root(view returns (bytes32)
0xfa1b8f3cdd87c0426258c6377c08ac981ca89a8325a9d3cb4ce72decfe6093bf
symbol(view returns (string)
EDS
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
claimedNFTs(addressview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
grantRole(bytes32 roleaddress account
mint(address touint256 iduint256 amountbytes data
mint(uint256 amountbytes32[] proof
mintBatch(address touint256[] idsuint256[] amountsbytes data
pause(
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string newuri
setIsMintEnabled(bool isEnabled
setRoot(bytes32 newroot
setUri(string newuri
transferOwnership(address newOwner
unpause(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
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
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator