get_input_args

Documentation for eth_defi.uniswap_v3.analysis.get_input_args function.

get_input_args(params)[source]

Names and decodes input arguments from router.decode_function_input() Note there is no support yet for SwapRouter02, it does not accept a deadline parameter See: https://docs.uniswap.org/contracts/v3/reference/periphery/interfaces/ISwapRouter#exactinputparams

Params

Parameters

params (tuple | dict) –

Return type

tuple

params from router.decode_function_input

Returns

Dict of exactInputParams as specified in the link above

Parameters

params (tuple | dict) –

Return type

tuple