ERC1155Solmate

Verified contract

Active on Ethereum with 25 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 "ERC1155Solmate"

0xae4ddb67ec7225455d3d1ea9b4acc0f6e8f7a8b5bd88b0149c9a7472111ba795
0x822d27851d272294f35940d0acc0d8c7412f21a4e27480e1e8cf452f826228df
0x1af362c32e2e6f2db05d17c580b4eecb38be43f7467ca812547eab26cb309d4b
0xdfceaad57cc4f01b700062dedc42245c8cddd1a8b715c6c5f770857fbf281491
0x1a3c3e69494601359f9d53593e2607784c421b1d414c7a20b87b77051ac48d44
0xaa791034cebfacc5c80e1751c1bfaba01aa613c09f9f3a5f6fcf22a38af5d901
0x32ea4aeee17266b31e297f34f327d2ebf2ff988ff8a002a21e5c9ffeaf062076
0x0ec2db2265b11aacd493d8279cb542d6c614939934b3703afe3b53f9cce5b7ac
0x1d07badaf3bd2127d1c1440db2c5766f675d4d242375cacc7d4b1df266bddda1
0x54ab1b3b09e57529caea2c365e914711d5e2908a2e4830e13206c614def5df4b

Functions
Getter at block 21301526
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
Read-only
balanceOf(addressuint256view returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(addressaddressview returns (bool)
supportsInterface(bytes4 interfaceIdpure returns (bool)
uri(uint256 idview returns (string)
State-modifying
burn(address fromuint256 iduint256 amount
burnBatch(address fromuint256[] idsuint256[] amounts
grantMinterRole(address minter
grantRole(bytes32 roleaddress account
mint(address touint256 iduint256 amountbytes data
mintBatch(address touint256[] idsuint256[] amountsbytes data
renounceRole(bytes32 roleaddress account
revokeMinterRole(address minter
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 owneraddress indexed operatorbool approved
GrantMinterRole(address minter
RevokeMinterRole(address minter
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[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NotMinter(
ZeroAddress(