SavingAccountProxy
Verified contract
Proxy
Active on
Ethereum with 2,308 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 ($4,846.09)
Native
Value
$14.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004142 | $3,592.23 |
$14.88 | |
TUSD | ERC-20 | 2.01K | $1.001 |
$2,012.01 | |
USDT | ERC-20 | 2.007149K | $1.001 |
$2,009.16 | |
FIN | ERC-20 | 1.149346M | $0.000527 |
$605.33 | |
0x9f8f…79a2 | ERC-20 | 0.094995 | $1,820.38 |
$172.93 | |
LINK | ERC-20 | 1.119159 | $17.94 |
$20.08 | |
DAI | ERC-20 | 8.10267 | $0.999761 |
$8.1 | |
USDC | ERC-20 | 3 | $1.00 |
$3 | |
ZRX | ERC-20 | 1.105495 | $0.546746 |
$0.6 | |
cDAI | ERC-20 | 0.5 | $0.023899 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20643179 | 3 months ago | | | 0 | 0.0013800707 | |
| 20584098 | 3 months ago | | | 0 | 0.0026128191 | |
| 18649596 | a year ago | | | 0 | 0.00094099500 | |
| 18649596 | a year ago | | | 0 | 0.00096072900 | |
| 18304266 | a year ago | | | 0 | 0.0040368225 | |
| 18226499 | a year ago | | | 0 | 0.00077106887 | |
| 18226497 | a year ago | | | 0 | 0.027930581 | |
| 18226433 | a year ago | | | 0 | 0.0069462632 | |
| 18142820 | a year ago | | | 0 | 0.0096393509 | |
| 18024645 | a year ago | | | 0 | 0.0062962559 |
ABI
ABI objects
Getter at block 21284816
ACCURACY() view returns (uint256)
1000000000000000000
BLOCKS_PER_YEAR() view returns (uint256)
2102400
COMP_ADDR() view returns (address)
0xc00e94cb662c3520282e6f5717214004a7f26888
ETH_ADDR() view returns (address)
0x000000000000000000000000000000000000000e
FIN_ADDR() view returns (address)
0x054f76beed60ab6dbeb23502178c52d6c5debe40
INT_UNIT() view returns (uint256)
1000000000000000000
globalConfig() view returns (address)
0xa13b12d2c2ec945bcab381fb596481735e24d585
paused() view returns (bool)
false
version() pure returns (string)
v1.2.0
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approveAll(address _token)
borrow(address _token, uint256 _amount)
claim() returns (uint256)
claimForToken(address _token) returns (uint256)
deposit(address _token, uint256 _amount) payable
fromCompound(address _token, uint256 _amount)
initialize(address[] _tokenAddresses, address[] _cTokenAddresses, address _globalConfig)
liquidate(address _borrower, address _borrowedToken, address _collateralToken)
pause()
repay(address _token, uint256 _amount) payable
toCompound(address _token, uint256 _amount)
transfer(address _to, address _token, uint256 _amount)
unpause()
withdraw(address _token, uint256 _amount)
withdrawAll(address _token)
withdrawCOMP(address _beneficiary)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Borrow(address indexed token, address from, uint256 amount)
Claim(address from, uint256 amount)
Deposit(address indexed token, address from, uint256 amount)
Liquidate(address liquidator, address borrower, address borrowedToken, uint256 repayAmount, address collateralToken, uint256 payAmount)
Paused(address account)
Repay(address indexed token, address from, uint256 amount)
Transfer(address indexed token, address from, address to, uint256 amount)
Unpaused(address account)
Withdraw(address indexed token, address from, uint256 amount)
WithdrawAll(address indexed token, address from, uint256 amount)
WithdrawCOMP(address beneficiary, uint256 amount)
This contract contains no constructor objects.
fallback()
fallback()
This contract contains no error objects.