First off--thanks for miao, it's incredibly useful.
I'm looking at a transaction on Polygon mainnet that involves a transfer:
92233720368547758080 in decimal is 50000000000000000 in hex, but 50000000000000000 is the decimal number I passed into the call to begin with, so it seems like it's being interpreted incorrectly by miao. I would expect to see _value=50000000000000000 in the output.
In the input data you can see I've passed in the hexadecimal value for 50000000000000000, b1a2bc2ec50000:
First off--thanks for miao, it's incredibly useful.
I'm looking at a transaction on Polygon mainnet that involves a transfer:
92233720368547758080
in decimal is50000000000000000
in hex, but50000000000000000
is the decimal number I passed into the call to begin with, so it seems like it's being interpreted incorrectly by miao. I would expect to see_value=50000000000000000
in the output.In the input data you can see I've passed in the hexadecimal value for
50000000000000000
,b1a2bc2ec50000
: