abi.encodeWithSignature detector#
The detector checks for incorrect ABI signatures in ABI.encodeWithSignature calls.
The most common mistake is the use of uint instead of uint256 or int instead of int256.
Examples#
uint256must be used instead ofuintto generate the correct function selector.
Parameters#
The detector does not accept any additional parameters.