Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 319 Bytes

calldata.md

File metadata and controls

19 lines (14 loc) · 319 Bytes

cast calldata

ABI-encode a function with arguments

$ cast calldata --help
Usage: cast calldata <SIG> [ARGS]...

Arguments:
  <SIG>      The function signature in the format
             `<name>(<in-types>)(<out-types>)`
  [ARGS]...  The arguments to encode

Options:
  -h, --help  Print help