flc Aave Interest bearing DAI
Verified contract
Active on
Ethereum with 7 txns
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 "flc Aave Interest bearing DAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10953444 | 4 years ago | | | 0 | 0.0017073000 | |
| 10953407 | 4 years ago | | | 0 | 0.040733836 | |
| 10953384 | 4 years ago | | | 0 | 0.049133238 | |
| 10953003 | 4 years ago | | | 0 | 0.014038650 | |
| 10952972 | 4 years ago | | | 0 | 0.030511402 | |
| 10952959 | 4 years ago | | | 0 | 0.012564448 | |
| 10952954 | 4 years ago | | | 0 | 0.012692784 |
ABI
ABI objects
Getter at block 21405074 getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
0
balance() view returns (uint256)
0
decimals() view returns (uint8)
18
governance() view returns (address)
0x99fc915faed256c95ba101a881a95a7368c49733
max() view returns (uint256)
10000
min() view returns (uint256)
10000
name() view returns (string)
flc Aave Interest bearing DAI
symbol() view returns (string)
flcaDAI
token() view returns (address)
0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d
totalSupply() view returns (uint256)
0
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
vault() view returns (address)
0x9c4fcfb28f17fe8dc43e49a4836c11a3dd40ad55
vaults() view returns (address)
0xf0988322b8392245d6232e520bf3cdf912b043c4
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
credit()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseLimit(address recipient, uint256 value)
deposit(uint256 _amount)
depositAll()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLimit(address recipient, uint256 value)
manage(address reserve, uint256 amount)
repay(address reserve, uint256 amount)
setGovernance(address _governance)
setMin(uint256 _min)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.