Controller
Verified contract
Active on
Ethereum with 27 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 "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11498816 | 4 years ago | | | 0 | 0.0015241100 | |
| 11498707 | 4 years ago | | | 0 | 0.0025851200 | |
| 11498703 | 4 years ago | | | 0 | 0.0021972160 | |
| 11498693 | 4 years ago | | | 0 | 0.0035417600 | |
| 11498689 | 4 years ago | | | 0 | 0.023109568 | |
| 11498675 | 4 years ago | | | 0 | 0.0010634560 | |
| 11475406 | 4 years ago | | | 0 | 0.0068932200 | |
| 11475375 | 4 years ago | | | 0 | 0.0068932200 | |
| 11475360 | 4 years ago | | | 0 | 0.0068932200 | |
| 11475344 | 4 years ago | | | 0 | 0.0026352600 |
ABI
ABI objects
Getter at block 21207638
aaveReferralCode() view returns (uint16)
0
founderFee() view returns (uint256)
0
founderVault() view returns (address)
0x223809e09ec28c28219769c3ff05c790c213152c
owner() view returns (address)
0x9520b477aa81180e6ddc006fc09fb6d3eb4e807a
pools() view returns (address)
0xd559ba46da65959540405c9c73f51c76c62ec119
treasuryPool() view returns (address)
0x0000000000000000000000000000000000000000
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
feeCollector(address) view returns (address)
interestFee(address) view returns (uint256)
isPool(address _pool) view returns (bool)
poolRewards(address) view returns (address)
rebalanceFriction(address) view returns (uint256)
strategy(address) view returns (address)
withdrawFee(address) view returns (uint256)
State-modifying
Events acceptOwnership()
addPool(address _pool)
executeTransaction(address target, uint256 value, string signature, bytes data) payable returns (bytes)
executeTransactions(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas) payable
removePool(address _pool)
renounceOwnership()
transferOwnership(address newOwner)
updateAaveReferralCode(uint16 referralCode)
updateFeeCollector(address _pool, address _collector)
updateFounderFee(uint256 _founderFee)
updateFounderVault(address _founderVault)
updateInterestFee(address _pool, uint256 _interestFee)
updatePoolRewards(address _pool, address _poolRewards)
updateRebalanceFriction(address _pool, uint256 _f)
updateStrategy(address _pool, address _newStrategy)
updateTreasuryPool(address _pool)
updateUniswapRouter(address _uniswapRouter)
updateWithdrawFee(address _pool, uint256 _newWithdrawFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.