1

Suppose you have some ABI-encoded data like this (this a bytes variable holding a simple uint256):

0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001 

Is there any tool that can split this into its constituent 32-byte chunks?

1 Answer 1

2

I've built a UI tool called ByteGaze that does this.

You can pass ABI-encoded data as input, and it will split it into 32-byte chunks. Using the example in the question, ByteGaze will produce this:

ByteGaze output bytes uint256 value

It can also detect function selectors:

ByteGaze function selector

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.