SavingAccount
Verified contract
Implementation
Active on
Ethereum with 1 txns
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
Balances ($0.00)
No balances found for "SavingAccount"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15404463 | 2 years ago | | | 0 | 0.0010901000 |
ABI
ABI objects
Getter at block 20862854
ACCURACY() view returns (uint256)
1000000000000000000
COMP_ADDR() view returns (address)
0x0000000000000000000000000000000000000000
ETH_ADDR() view returns (address)
0x000000000000000000000000000000000000000e
INT_UNIT() view returns (uint256)
1000000000000000000
baseToken() view returns (address)
0x0000000000000000000000000000000000000000
globalConfig() view returns (address)
0x0000000000000000000000000000000000000000
maturesOn() view returns (uint256)
0
miningToken() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
poolId() view returns (uint256)
0
poolRegistry() view returns (address)
0x0000000000000000000000000000000000000000
version() pure returns (string)
v2.0.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)
configure(address _baseToken, address _miningToken, uint256 _maturesOn)
deposit(address _token, uint256 _amount) payable
fromCompound(address _token, uint256 _amount)
initialize(address[] _tokenAddresses, address[] _cTokenAddresses, address _globalConfig, address _poolRegistry, uint256 _poolId)
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)
Borrow(address indexed token, address from, uint256 amount)
Claim(address from, uint256 amount)
Deposit(address indexed token, address from, uint256 amount)
Initialized(uint8 version)
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.
This contract contains no fallback and receive objects.
This contract contains no error objects.