AufReisenHolderCollection

Verified contract

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

No balances found for "AufReisenHolderCollection"

0x39a8469a4fb05fc8304f038fb7e7f08ad10d1907178534eab3070549ccf950d9
0xb924110554946b58530e0268392e360b94a7567c9892fe26d66e59492b5e5ccc
0xd6a7e7c9a0de45c8d1dadd831681b04b04079d865a09f9a8e4bfd201401dce60
0x0898c68b90845b1fb07fb0ff5b46fdd15f84e5acb3544bffdc0b6cbb4234129f
0xea06b883d9cc6d6a6a501acc81c718960afa13b8a6ea82fea24f48465a102b08
0x287f99ee3de8a97253b648dcd632cf10b6470cd74177ddea125f15e0d9776f48
0xad53b6a4e4e6ae1efcf0b404e562d67213c4cf9c677cbc77f7bde17043ae282e
0x579f0afeb7cd9874bcde87d960d79eb0c7fd14692268c3d4dd90ef8aad8ccf5d
0x2f8a0d1b7af020af0f1d4887e71e0c4933bcff0e40c07ee119641d191b7d7150
0xf223ccffe4a388f35278fa4ffca8fba38a610b790be7cc1b4a26887ded6e9ff7

Functions
Getter at block 21229600
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/holdercollection/contract
contractUri(view returns (string)
https://metadata.dennisschmelz.de/holdercollection/contract
name(view returns (string)
AufReisenHolderCollection
owner(view returns (address)
0x24948484d253a099e3ee25cda180b0dbcfbdb9ce
paused(view returns (bool)
false
symbol(view returns (string)
ARHC
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)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
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
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
setDefaultRoyalty(address _receiveruint96 _feeNumerator
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