ERC1155PresetMinterSupply

Verified contract

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

No balances found for "ERC1155PresetMinterSupply"

0xea9af3b47be0209aa25c8253af3489fee2dbbf2c986bfc13568485122b72d3fa
0x5fe7b74a6899014b835e6b651a1ecd0836ade4e63e38333e2f3df82a432db202
0x087b9bd8f671ebdf93e934ff3eeca3f2b84ee7c6d933c6c856afd1ce86e95473
0x94741f4557416803389f77de73b6a966f73cd24db2191623ed5abce8a136cc28
0x45a1123de20a5f810fd0555eaa186563c56a57deb610402d120bee683031348d
0xf0978401717bf88627fed69e66452c9624d9b3a464d2c931194d5ac213407fc8
0x815a3aac3004ba40ece1f1b54f18872f69e2cf983ff269036369bf18661bb802
0x4a7461fe5199f90fb89ae02159c75cd6aa5ee7092264525780a5f1a31db2768f
0xd24f40a2314b0fcff8b0afae476352f2ddfdf9b9b7aa55363953892d0888fae0
0xa351cf736df63709ab1c9dc3714346e3c9d1a1e0e0de432cecc8022f93216b26

Functions
Getter at block 21301524
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
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
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
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 uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.