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 "RewardsNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23749005 | 5 minutes ago | | | 0 | 0.0000024532761 | |
| 23748926 | 7 minutes ago | | | 0 | 0.0000024529026 | |
| 23748912 | 8 minutes ago | | | 0 | 0.0000024207168 | |
| 23748777 | 12 minutes ago | | | 0 | 0.0000029413164 | |
| 23748550 | 20 minutes ago | | | 0 | 0.0000025487022 | |
| 23748550 | 20 minutes ago | | | 0 | 0.0000025490903 | |
| 23748491 | 22 minutes ago | | | 0 | 0.0000027379926 | |
| 23748432 | 24 minutes ago | | | 0 | 0.0000020365213 | |
| 23748321 | 28 minutes ago | | | 0 | 0.0000029003355 | |
| 23748283 | 29 minutes ago | | | 0 | 0.0000020365213 |
ABI
ABI objects
Getter at block 23749142
owner() view returns (address)
0x54838afd3e6cc03ce01eac6c77cdfda10091c2dd
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
signatureUsed(bytes) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events mint(bytes signature)
renounceOwnership()
restrictedMint(address to, uint256 id)
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)
setLevel(address signer, uint256 level)
setURI(string newuri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
This contract contains no fallback and receive objects.
AlreadyMinted()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
NotTransferable()
NotWhitelisted()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SignatureAlreadyUsed()