status property

bool status

The status of a transaction is true is successful or false if it was reverted.

Only transactions included in blocks post-Byzantium Hard Fork have this property.

Implementation

bool get status => impl.status != null && impl.status == 1;