contractAddress property

EthereumAddress? contractAddress

Contract address. The contract address created, if the transaction was a contract creation, otherwise null.

Implementation

EthereumAddress? get contractAddress => _contractAddress;