ERC1967Proxy
Verified contract
Proxy
Active on
Base with 173,517 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000786 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000788 |
$0 | |
TQS | ERC-20 | 10K | -- | -- | |
OHNO | ERC-20 | 8.243602K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19892238 | 2 months ago | | | 0 | 0.000000200363838088 | |
| 16378735 | 5 months ago | | | 0 | 1.9139658e-7 | |
| 16335766 | 5 months ago | | | 0 | 1.9271396e-7 | |
| 16335579 | 5 months ago | | | 0 | 1.9278818e-7 | |
| 16234471 | 5 months ago | | | 0 | 1.9346253e-7 | |
| 16234426 | 5 months ago | | | 0 | 1.9382536e-7 | |
| 16234425 | 5 months ago | | | 0 | 1.9395385e-7 | |
| 15827991 | 5 months ago | | | 0 | 1.6881595e-7 | |
| 15821031 | 5 months ago | | | 0 | 2.1965700e-7 | |
| 15810144 | 5 months ago | | | 0 | 1.9375302e-7 |
ABI
ABI objects
Getter at block 22745069 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0xcdb3c543fcfc9df7b0e76a4eb9e9873f5f148940
paused() view returns (bool)
true
rdat() view returns (address)
0x4498cd8ba045e00673402353f5a4347562707e7d
signerWalletAddress() view returns (address)
0xe2359d7e4c7a51448bbabaaba36648e41f058dbd
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)
Upgraded(address indexed implementation)
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)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
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)