InitializableAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 129 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($45,700,147.76)
Native
Value
$504.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.161606 | $3,123.03 |
$504.7 | |
aEthUSDT | ERC-20 | 9.066921M | $1.00 |
$9,066,921.33 | |
aEthUSDC | ERC-20 | 9.033886M | $0.999946 |
$9,033,397.96 | |
GHO | ERC-20 | 7.359328M | $0.994627 |
$7,319,785.91 | |
aEthWETH | ERC-20 | 2.136584K | $3,116.59 |
$6,658,856.88 | |
aUSDT | ERC-20 | 2.733268M | $1.003 |
$2,741,468.09 | |
aEthWBTC | ERC-20 | 26.529526 | $91,424.00 |
$2,425,435.35 | |
aUSDC | ERC-20 | 2.076539M | $1.002 |
$2,080,692.02 | |
wstETH | ERC-20 | 357.281091 | $3,702.79 |
$1,322,936.85 | |
aEthDAI | ERC-20 | 962.646465K | $0.99983 |
$962,482.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130319 | 10 days ago | | | 0 | 0.0016700310 | |
| 21112011 | 12 days ago | | | 0 | 0.00031439143 | |
| 21109050 | 13 days ago | | | 0 | 0.00042435010 | |
| 21086164 | 16 days ago | | | 0 | 0.0017665348 | |
| 20853616 | 2 months ago | | | 0 | 0.00046486557 | |
| 20763227 | 2 months ago | | | 0 | 0.00056459382 | |
| 20687762 | 2 months ago | | | 0 | 0.00018759600 | |
| 20630169 | 3 months ago | | | 0 | 0.000085886237 | |
| 20481226 | 3 months ago | | | 0 | 0.00013750560 | |
| 20476509 | 3 months ago | | | 0 | 0.00015920871 |
ABI
ABI objects
Getter at block 21198703
ETH_MOCK_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
REVISION() view returns (uint256)
5
getFundsAdmin() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
getNextStreamId() view returns (uint256)
100051
Read-only
balanceOf(uint256 streamId, address who) view returns (uint256 balance)
deltaOf(uint256 streamId) view returns (uint256 delta)
getStream(uint256 streamId) view returns (address sender, address recipient, uint256 deposit, address tokenAddress, uint256 startTime, uint256 stopTime, uint256 remainingBalance, uint256 ratePerSecond)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
initialize(address logic, address admin, bytes data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address token, address recipient, uint256 amount)
cancelStream(uint256 streamId) returns (bool)
createStream(address recipient, uint256 deposit, address tokenAddress, uint256 startTime, uint256 stopTime) returns (uint256)
initialize(address fundsAdmin, uint256 nextStreamId)
setFundsAdmin(address admin)
transfer(address token, address recipient, uint256 amount)
withdrawFromStream(uint256 streamId, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
CancelStream(uint256 indexed streamId, address indexed sender, address indexed recipient, uint256 senderBalance, uint256 recipientBalance)
CreateStream(uint256 indexed streamId, address indexed sender, address indexed recipient, uint256 deposit, address tokenAddress, uint256 startTime, uint256 stopTime)
NewFundsAdmin(address indexed fundsAdmin)
WithdrawFromStream(uint256 indexed streamId, address indexed recipient, uint256 amount)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.