RDataReward
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 "RDataReward"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RDataReward"
ABI
ABI objects
Getter at block 22755968
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rdat() view returns (address)
0x0000000000000000000000000000000000000000
signerWalletAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
userClaimAmounts(uint256) view returns (uint256)
State-modifying
Events claim(uint256 _userId, address _receiveAddress, uint256 _amount, uint256 _deadline, bytes _signatures)
initialize(address _rdatAddress, address _signerWalletAddress)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateSignerWalletAddress(address _newSignerWalletAddress)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address _token, address _to, uint256 _amount) returns (bool success)
Claimed(uint256 indexed userId, address indexed receiveAddress, uint256 claimAmount, uint256 totalAmount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
InvalidSignature()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
SignatureExpired()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)