nil wallet call-readonly
Description
Perform a read-only call to the smart contract with the given address and calldata
Usage
nil wallet 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 1000000) |
-h , --help | boolean | help for call-readonly |
--in-overrides | string | The input state overrides |
--out-overrides | string | The output state overrides |
--with-details | boolean | Define whether to show the tokens used and outbound messages |
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) |