MultiPoolStrategyFactory
Verified contract
Active on
Ethereum with 23 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) |
---|---|---|---|---|---|---|---|
| 17594054 | a year ago | | | 0 | 0.014213020 | |
| 17593999 | a year ago | | | 0 | 0.017701467 | |
| 17593999 | a year ago | | | 0 | 0.0091233375 | |
| 17593968 | a year ago | | | 0 | 0.016789080 | |
| 17593943 | a year ago | | | 0 | 0.017466570 | |
| 17593106 | a year ago | | | 0 | 0.0069773570 | |
| 17530955 | a year ago | | | 0 | 0.0099917375 | |
| 17530955 | a year ago | | | 0 | 0.0078380632 | |
| 17530926 | a year ago | | | 0 | 0.0094435115 | |
| 17530926 | a year ago | | | 0 | 0.0074640292 |
ABI
ABI objects
Getter at block 21381496
auraComposableStablePoolAdapterImplementation() view returns (address)
0xe2cd5f0bf854a64d238e7ff00a92122318207fca
auraStableAdapterImplementation() view returns (address)
0xd37dcc2cf19adaf006c6c32b7e49fc560f2307d5
auraWeightedAdapterImplementation() view returns (address)
0x6d17f62839bbcf236cfb7e926772beb1bbf00e82
convexAdapterImplementation() view returns (address)
0x2304efd90468333bd7e316f20707570b3e2e88d2
monitor() view returns (address)
0x95622e85962bc154c76ab24e48fdf6cdaedad6e5
multiPoolStrategyImplementation() view returns (address)
0x409d2759e886aee402a8101873b6542a788ce1e4
owner() view returns (address)
0xe3c8f86695366f9d564643f89ef397b22fab0db5
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.