Skip to content

C3 linearization printer#

Prints the C3 linearization of a contract.

Example#

wake print c3-linearization PoolManager C3 linearization ordered . ├──  1.PoolManager ├──  2.ERC1155 ├──  3.NoDelegateCall ├──  4.Fees ├──  5.Owned ├──  6.ERC165 └──  7.Context

Parameters#

Command-line name TOML name Type Default value Description
--interfaces interfaces bool False Whether to include interfaces in the output.
--verbose verbose bool False Whether to print more verbose input with base contracts and constructor.