solidity_arg_encoder#

solidity_arg_encoder(val)[source]#

JSON safe Solidity function argument encoder.

  • Support nested lists (Uniswap v3)

  • Fix big ints

  • Abort on floats

Parameters:

val (tuple | list) –

Return type:

list