ERC1155Solmate

Verified contract

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

0x3ce48ba129ac0ac776ae569b9f785b8143b17a601bca43ffa3319e1ba29d35b3
0xe942ed9791d29ec6b215f25e9640960a364ead338ec2c55690edb1b481b15c03

Functions
Getter at block 21280423
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(