UniswapV3Adapter
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "UniswapV3Adapter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UniswapV3Adapter"
ABI
ABI objects
Getter at block 21219006
_gearboxAdapterType() view returns (uint8)
2
_gearboxAdapterVersion() view returns (uint16)
300
acl() view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
addressProvider() view returns (address)
0x9ea7b04da02a5373317d745c1571c84aad03321d
creditManager() view returns (address)
0x50ba483272484fc5eebe8676dc87d814a11faef6
targetContract() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
isPoolAllowed(address token0, address token1, uint24 fee) view returns (bool)
State-modifying
Events exactDiffInput(struct IUniswapV3AdapterTypesExactDiffInputParams params) returns (uint256 tokensToEnable, uint256 tokensToDisable)
exactDiffInputSingle(struct IUniswapV3AdapterTypesExactDiffInputSingleParams params) returns (uint256 tokensToEnable, uint256 tokensToDisable)
exactInput(struct ISwapRouterExactInputParams params) returns (uint256 tokensToEnable, uint256 tokensToDisable)
exactInputSingle(struct ISwapRouterExactInputSingleParams params) returns (uint256 tokensToEnable, uint256 tokensToDisable)
exactOutput(struct ISwapRouterExactOutputParams params) returns (uint256 tokensToEnable, uint256 tokensToDisable)
exactOutputSingle(struct ISwapRouterExactOutputSingleParams params) returns (uint256 tokensToEnable, uint256 tokensToDisable)
setPoolStatusBatch(struct UniswapV3PoolStatus[] pools)
SetPoolStatus(address indexed token0, address indexed token1, uint24 indexed fee, bool allowed)
constructor(address _creditManager, address _router)
This contract contains no fallback and receive objects.
CallerNotConfiguratorException()
CallerNotCreditFacadeException()
InvalidPathException()
ZeroAddressException()