0x21f665c783d52ae74c32dc0aa6083205187ada8a
Unverified contract
Proxy
Active on
Base with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "0x21f665c783d52ae74c32dc0aa6083205187ada8a"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16692880 | 4 months ago | | | 0 | 0.000000083618613774 |
ABI
ABI objects
Getter at block 22007206
CLAIM_HASH() view returns (bytes32)
0xdffbef786acd8c19f8b118cc793dbad8db441500f7e4d35e2a557aa2ef832caf
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Stream Points, version=1.0.0, chainId=8453, verifyingContract=0x21f665c783d52ae74c32dc0aa6083205187ada8a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0x4c843689c4b9104f1c40c799025b872390008361
signerAddress() view returns (address)
0xe98cab5672c31bdfeeebf3ad2ccc91df81df759a
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkUserClaimed(address _user, string _experienceId, uint256 _tokenId) view returns (bool)
getClaimHash(string _experienceId, address _recipient, uint256 _tokenId, uint256 _amount, uint256 _deadline) view returns (bytes32 hash)
getSigner(bytes32 _digest, bytes _signature) pure returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events claim(string _experienceId, uint256 _tokenId, uint256 _amount, uint256 _deadline, bytes _signature)
initialize(string uri)
renounceOwnership()
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)
setSigner(address _signerAddress)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claim(string experienceId, uint256 tokenId, address recipient, uint256 amount, uint256 deadline)
EIP712DomainChanged()
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetSigner(address signerAddress)
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)
This contract contains no constructor objects.
fallback()
receive()
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)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)