Serialize Cairo expressions into calldata.
Required.
Function arguments provided as a comma-separated string of Cairo expressions.
For example: --arguments '1, 2, MyStruct { x: 1, y: 2 }, MyEnum::Variant'
For more information on supported expressions and syntax, see Calldata Transformation.
Optional.
Conflicts with: --contract-address, --abi-file
The class hash of the contract class which contains the function, in hex (prefixed with '0x') or decimal representation.
Optional.
Conflicts with: --class-hash, --abi-file
The address of the contract which contains the function, in hex (prefixed with '0x') or decimal representation.
Optional.
Conflicts with: --class-hash, --contract-address
Path to the file holding contract ABI.
Required.
The name of the function whose calldata should be serialized.
Optional.
Starknet RPC node url address.
Overrides url from snfoundry.toml.
Optional.
Use predefined network with public provider
Possible values: mainnet, sepolia, devnet.
Overrides network from snfoundry.toml.