SavingAccount
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 ($0.00)
No balances found for "SavingAccount"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15283253 | 2 years ago | | | 0 | 0.0012566109 |
ABI
ABI objects
Getter at block 21285398
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)
0x0000000000000000000000000000000000000000
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 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)
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()
This contract contains no error objects.