nil smart-account call-readonly
Description
Perform a read-only call to the smart contract with the given address and calldata
Usage
nil smart-account call-readonly [address] [calldata or method] [args...] [flags]
Regular Flags
Name | Type | Description |
---|---|---|
--abi | string | The path to the ABI file |
--fee-credit | value | The fee credit for the read-only call (default 200000000000000) |
-h , --help | boolean | help for call-readonly |
--in-overrides | string | The input state overrides |
--json | boolean | Output as JSON |
--out-overrides | string | The output state overrides |
--with-details | boolean | Define whether to show the tokens used and outbound transactions |
Global Flags
Name | Type | Description |
---|---|---|
-c , --config | string | The path to the config file (default "/build/.config/nil/config.ini") |
-l , --log-level | string | Log level: trace |
-q , --quiet | boolean | Quiet mode (print only the result and exit) |
-v , --verbose | boolean | Verbose mode (print logs) |