Auf Reisen 2023

Verified contract

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

No balances found for "Auf Reisen 2023"

0x19428bcd669d0b11b597691946abc5934aeed250821ed52d6917cdfa8f628675
0x656dd821e756e8facaa752dc8880f37660262152e368d7a54731ad1ab688ef4b
0x61e7964f3f8e426d537e93caf30e69ebf34abdaaf3354ac62bb5bcd0a022a4a1
0x2dfc84edc48dfc50ff0118ff5fb1158892836bd07838612318a41a652e7aca8a
0x0cb9fc9511dfd50dd553369a7b035f4101194b0c601f78dd41e841c85bc55ef4
0x476fb7bdc9ecb4be09212e2e78b31a4e187793f485bcf2f7e4e27847336845db
0x9c50c3670edc570cb209ab37b8b30e89283310206ea4a0e156d1943c2b9bbc70
0x0998b43950c46e226e9737dc922db63e114ce393a44a47ef87b3dfce84529a40
0xb05d6857d1999cba22b8ec0e8ec4fc9689adcf46c0762d5caa45fa2949498bf1
0x4e03463c0334c8c2db6e2e0c48575e6cb5b9650992e207e594aeefdaa9ea0e7d

Functions
Getter at block 20884041
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
contractURI(view returns (string)
https://nft.dennisschmelz.de/contract
contractUri(view returns (string)
https://nft.dennisschmelz.de/contract
isMintEnabled(view returns (bool)
false
name(view returns (string)
Auf Reisen 2023
owner(view returns (address)
0x24948484d253a099e3ee25cda180b0dbcfbdb9ce
paused(view returns (bool)
false
symbol(view returns (string)
AR23
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasMinted(address _addressview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
airdrop(address[] touint256[] iduint256[] amount
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
freeMint(
grantRole(bytes32 roleaddress account
mint(address touint256 iduint256 amountbytes data
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
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