contracts
contracts copied to clipboard
batchTransaction() can receive wrong length encoding
The transaction will either revert (out of bounds) or will execute will wrong arguments (and reverts as a consequence).
The data length cannot be known a prior: Is there a way to prevent this?