TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 750 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdcf1…966c
Balances ($827,385.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UDS | ERC-20 | 3.98861M | $0.206931 |
$825,367.1 | |
USDT | ERC-20 | 2.016K | $1.001 |
$2,018.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21034696 | 2 months ago | | | 0 | 0.00072977606 | |
| 21034673 | 2 months ago | | | 0 | 0.00073854396 | |
| 21034080 | 2 months ago | | | 0 | 0.00075640562 | |
| 21028313 | 2 months ago | | | 0 | 0.0012507787 | |
| 20921882 | 2 months ago | | | 0 | 0.0027673437 | |
| 20921847 | 2 months ago | | | 0 | 0.0025639171 | |
| 20921651 | 2 months ago | | | 0 | 0.0030911982 | |
| 20921635 | 2 months ago | | | 0 | 0.0041481072 | |
| 20921581 | 2 months ago | | | 0 | 0.0038556734 | |
| 20921554 | 2 months ago | | | 0 | 0.0027431102 |
ABI
ABI objects
Getter at block 21385256
This contract contains no getter function objects.
Read-only
getLimit(address token_) view returns (uint256)
getPoolBalance(address token_) view returns (uint256)
State-modifying
Events cancelClaim(uint256 claimId_)
claim(uint256 amount_, address token_, address recipient_, uint256 claimId_, uint256 expiresAt_, bytes permitterSignature_)
claim(uint256 amount_, address token_, uint256 claimId_, uint256 expiresAt_, bytes permitterSignature_)
initialize(address rights_, address permitter_, address[] tokens_, uint256[] limits_)
recover(uint256 amount_, address token_, address addressTo_)
setLimits(address[] tokens_, uint256[] limits_)
setPermitter(address permitter_)
setRights(address rights_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ClaimCancelled(uint256 indexed claimId)
Claimed(uint256 indexed claimId, address indexed recipient, uint256 amount, address token)
Initialized(uint8 version)
LimitsUpdate(address[] tokens, uint256[] limits)
PermitterUpdate(address permitter)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.