ERC1155PresetMinterSupply

Verified contract

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

No balances found for "ERC1155PresetMinterSupply"

0x40cb9a5a75bdcae565eb9940009abb6ff54c2a1145ca317636fbe69b64f36c1f
0x73c91192970b96c066c213a3d32d90f80ea986bb68f1f4c0fb0fcb4f3f1efe0b
0x2833889692c42e6d1bef05eb5341a177eda9ef1b13269b435f5685738369bc62
0x3beb2844e105d55127b1264ea07781ef5bb05c4c129cf952c86e8c6e27610050
From
0xce8b82fe6185581017004847531633b0a8270191235751819dcc4fe06553df9a
0x074829176d00f05ccc2a9f8c523bc8b488962645fa45270b7ecb07991da4c22b
0xa7fe835476fa207aa3e4e17ea964d19040ec99ad4d6e2b3cd4fb9bf9453b3382
0xa86e749b0662792ed613b55158648b42a48f47cbca22b3636fd00d99451bd14d
0xa76056c823e8926cb85c23fec30b7636f5243ed7440675160528326537f750e7
0xf396d301635feea37e4f3d9b51fe67598af9efb6524668379a7658ec0ca52674

Functions
Getter at block 21394774
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.