Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RewardMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10174424 | 10 months ago | | | 0 | 0.000000097460000000 | |
| 10174407 | 10 months ago | | | 0 | 0.000000096675000000 | |
| 10174401 | 10 months ago | | | 0 | 0.000000096665000000 | |
| 10174389 | 10 months ago | | | 0 | 0.000000096673000000 | |
| 10174381 | 10 months ago | | | 0 | 0.000000096675000000 | |
| 10174372 | 10 months ago | | | 0 | 0.000000096685000000 | |
| 10174361 | 10 months ago | | | 0 | 0.000000096685000000 | |
| 10054280 | 10 months ago | | | 0 | 1.1377039e-7 | |
| 10042379 | 10 months ago | | | 0 | 0.000000095169830326 | |
| 10042304 | 10 months ago | | | 0 | 0.000000099027006414 |
ABI
ABI objects
Getter at block 23186177
This contract contains no getter function objects.
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
hasClaimed(address _user, uint256 _tokenId) view returns (bool _hasClaimed)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events mint(uint8 _tokenId, bytes32[] _merkleProof)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _rewardValidator, string _baseUri)
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ReentrancyGuardReentrantCall()