naddison36/tx2uml

Handling of complex parameters

Closed this issue · 1 comments

For example, the first param in the Parity Multi Sig hack 0x05f71e1b2cb4f03e547739db15d080fd30c989eda04d37ce6264c5686e0722c9, is an array of addresses. This is currently being displayed as undefined.

Ideally, tx2uml will also handle complex parameters like structs using ABIEncoderV2
The return values can also be complex. eg an array of structs that contain structs.

Fixed in v0.0.16
https://github.com/naddison36/tx2uml/blob/master/examples/README.md#parity-multisig-hack-with-an-array-parameter

Alethio does not currently support parsing ABIEncoderV2 so can't do much until they do