Is true if contract is declared as an abstract (using abstract keyword since Solidity 0.6).
true
abstract
Is false otherwise.
false
Base contracts
Type of contract declaration, e.g. contract, library or interface.
contract
library
interface
The contract name
Generated using TypeDoc
Is
true
if contract is declared as an abstract (usingabstract
keyword since Solidity 0.6).Is
false
otherwise.