ABI printer
Name: abi
Prints ABI of contracts in given paths or in the whole project.
Example
Parameters
Command-line name |
TOML name |
Type |
Default value |
Description |
--name (multiple) |
names |
List[str] |
[] |
Names of contracts to print ABI for. |
--skip-empty |
skip_empty |
bool |
False |
Skip contracts with empty ABI. |
--out |
out |
str |
abi if --out passed, None otherwise |
Output directory path. If not specified, the output is printed to the standard output. |