This type represents the state of a contract aside from its storage.

Hierarchy

  • ContractState

Properties

address: string

The contract's address, as a checksummed hex string.

balanceAsBN: BN

The contract's balance, in Wei, as a BN.

The contract's class, as a Format.Types.ContractType.

code: string

The contract's code, as a hexidecimal string.

nonceAsBN: BN

The contract's nonce, as a BN.

Generated using TypeDoc