Contract
The class represents a single contract object.
The Contract class represents a contract or contract-like entity such as an interface or library.
If a single Solidity file includes different contracts, interfaces, and libraries, the engine will create separate Contract objects for each.
Bases: Queryable
Last updated