MultiPoolStrategyFactory
Verified contract
Active on
Ethereum with 18 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 "MultiPoolStrategyFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18115535 | a year ago | | | 0 | 0.011783889 | |
| 18115503 | a year ago | | | 0 | 0.010037672 | |
| 18114809 | a year ago | | | 0 | 0.00092401200 | |
| 18114681 | a year ago | | | 0 | 0.0097610767 | |
| 18114601 | a year ago | | | 0 | 0.010624991 | |
| 18114551 | a year ago | | | 0 | 0.0097991227 | |
| 18095329 | a year ago | | | 0 | 0.0046577866 | |
| 18095329 | a year ago | | | 0 | 0.0048577703 | |
| 18085032 | a year ago | | | 0 | 0.0091713300 | |
| 18078706 | a year ago | | | 0 | 0.010783032 |
ABI
ABI objects
Getter at block 21221884
auraComposableStablePoolAdapterImplementation() view returns (address)
0x20b4b42bb38d446792ec3bbea3018f194862e2fe
auraStableAdapterImplementation() view returns (address)
0xc78a3e616d92455134c9688a99babcba9bae3e85
auraWeightedAdapterImplementation() view returns (address)
0x5a99f7756f1c399b796e050f23c09ab4bac39f17
convexAdapterImplementation() view returns (address)
0x10b33ef5cd75e3bfe9c32bb9f2c08781aaeb4a6e
monitor() view returns (address)
0xe3c8f86695366f9d564643f89ef397b22fab0db5
multiPoolStrategyImplementation() view returns (address)
0x97c8faaf582c0b64b7fd548ba8da57c5bec8df78
owner() view returns (address)
0x93b435e55881ea20cbbaae00eaedaf7ce366bef2
Read-only
This contract contains no read-only function objects.
State-modifying
Events createAuraComposableStablePoolAdapter(bytes32 _poolId, address _multiPoolStrategy, uint256 _auraPid) returns (address auraAdapter)
createAuraStablePoolAdapter(bytes32 _poolId, address _multiPoolStrategy, uint256 _auraPid) returns (address auraAdapter)
createAuraWeightedPoolAdapter(bytes32 _poolId, address _multiPoolStrategy, uint256 _auraPid) returns (address auraAdapter)
createConvexAdapter(address _curvePool, address _multiPoolStrategy, uint256 _convexPid, uint256 _tokensLength, address _zapper, bool _useEth, bool _indexUint, int128 _underlyingTokenIndex) returns (address convexAdapter)
createMultiPoolStrategy(address _underlyingToken, string _strategyName) returns (address multiPoolStrategy)
renounceOwnership()
setAuraComposableStableImplementation(address _newAuraComposableStableImplementation)
setAuraStableImplementation(address _newAuraStableImplementation)
setAuraWeightedImplementation(address _newAuraWeightedImplementation)
setConvexAdapterImplementation(address _newConvexAdapterImplementation)
setMonitorAddress(address _newMonitor)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _monitor, address _convexPoolAdapterImplementation, address _multiPoolStrategyImplementation, address _auraWeightedAdapterImplementation, address _auraStableAdapterImplementation, address _auraComposableStablePoolAdapterImplementation)
This contract contains no fallback and receive objects.
This contract contains no error objects.