dapptools
dapptools copied to clipboard
seth sig / seth calldata: handle tuple types
The abi parser in hevm does not currenlty support tuple types (ref).
We need to implement this to be able to handle tuple types for seth sig and seth calldata.
https://github.com/dapphub/dapptools/issues/820 is this issue related?
I've done this in a branch along with a bunch of other abi stuff. Will make a pr soon.