cast-calldata - ABI-encode a function with arguments.
cast calldata
[options] sig [args...]
ABI-encode a function with arguments.
The signature (sig) is a fragment in the form <function name>(<types...>)
.
{{#include common-options.md}}
- ABI-encode the arguments for a call to
someFunc(address,uint256)
:cast calldata "someFunc(address,uint256)" 0x... 1