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?

