Closed DaniPopes closed 3 months ago
As per the spec:
if offset + 32 > len(returndata buffer) the result is zero-padded (same behavior as CALLDATALOAD)
Doesn't matter if 1 above or 2^255 above the length, it's always zero-padded
As per the spec:
Doesn't matter if 1 above or 2^255 above the length, it's always zero-padded