TokenSetAdapter
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd8ef…f94d
Balances ($0.00)
No balances found for "TokenSetAdapter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13773985 | 3 years ago | | | 0 | 0.0028702000 | |
| 13773965 | 3 years ago | | | 0 | 0.0070878000 | |
| 13773965 | 3 years ago | | | 0 | 0.0070878000 | |
| 13773965 | 3 years ago | | | 0 | 0.0070878000 | |
| 13773965 | 3 years ago | | | 0 | 0.0070878000 | |
| 13773965 | 3 years ago | | | 0 | 0.0070878000 | |
| 13773963 | 3 years ago | | | 0 | 0.0070878000 | |
| 13773963 | 3 years ago | | | 0 | 0.0070878000 | |
| 13773963 | 3 years ago | | | 0 | 0.0070878000 | |
| 13773962 | 3 years ago | | | 0 | 0.0070860000 |
ABI
ABI objects
Getter at block 21219009
QUOTER() view returns (address)
0xb27308f9f90d607463bb33ea1bebb41c27ce5ab6
SUSHI() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
UNI_V2() view returns (address)
0xf164fc0ec4e93095b804a4795bbe1e041497b92a
UNI_V3() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
basicModule() view returns (address)
0xd8ef3cace8b4907117a45b0b125c68560532f94d
genericRouter() view returns (address)
0x1abe8c0b6ab2971729e81568f56959e9d07b344d
leverageAdapter() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xee0e85c384f7370ff3eb551e92a71a4afc1b259f
Read-only
encodeMigration(address _genericRouter, address _strategy, address _lp, uint256 _amount) view returns (struct IAdapterCall[] calls)
encodeWithdraw(address _lp, uint256 _amount) view returns (struct IAdapterCall[] calls)
isExchange(address _exchange) pure returns (bool)
isWhitelisted(address _lp) view returns (bool)
outputTokens(address _lp) view returns (address[])
whitelisted(address) view returns (bool)
State-modifying
Events add(address _token)
addBatch(address[] _tokens)
buy(address _lp, address _exchange, uint256 _minAmountOut, uint256 _deadline) payable
getAmountOut(address _lp, address _exchange, uint256 _amountIn) returns (uint256)
remove(address _token)
removeBatch(address[] _tokens)
renounceOwnership()
transferOwnership(address newOwner)
updateGenericRouter(address _genericRouter)
updateLeverageAdapter(address _leverageAdapter)
Added(address token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Removed(address token)
constructor(address basicModule_, address leverageAdapter_, address genericRouter_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.