ERC1155Solmate
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ERC1155Solmate"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17184962 | 2 years ago | | | 0 | 0.0015991528 | |
| 17184933 | 2 years ago | | | 0 | 0.0035788110 |
ABI
ABI objects
Getter at block 21280423
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address from, uint256 id, uint256 amount)
burnBatch(address from, uint256[] ids, uint256[] amounts)
grantMinterRole(address minter)
grantRole(bytes32 role, address account)
mint(address to, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceRole(bytes32 role, address account)
revokeMinterRole(address minter)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GrantMinterRole(address minter)
RevokeMinterRole(address minter)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
NotMinter()
ZeroAddress()