Skip to main content

Interface: ContractReceipt

helpers.ContractReceipt

Hierarchy

  • TransactionReceipt

    ContractReceipt

Properties

blockHash

blockHash: string

Inherited from

TransactionReceipt.blockHash

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:73


blockNumber

blockNumber: number

Inherited from

TransactionReceipt.blockNumber

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:76


byzantium

byzantium: boolean

Inherited from

TransactionReceipt.byzantium

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:80


confirmations

confirmations: number

Inherited from

TransactionReceipt.confirmations

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:77


contractAddress

contractAddress: string

Inherited from

TransactionReceipt.contractAddress

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:68


cumulativeGasUsed

cumulativeGasUsed: BigNumber

Inherited from

TransactionReceipt.cumulativeGasUsed

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:78


effectiveGasPrice

effectiveGasPrice: BigNumber

Inherited from

TransactionReceipt.effectiveGasPrice

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:79


events

Optional events: Event[]

Defined in

@ethersproject/contracts/lib/index.d.ts:58


from

from: string

Inherited from

TransactionReceipt.from

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:67


gasUsed

gasUsed: BigNumber

Inherited from

TransactionReceipt.gasUsed

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:71


logs

logs: Log[]

Inherited from

TransactionReceipt.logs

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:75


logsBloom

logsBloom: string

Inherited from

TransactionReceipt.logsBloom

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:72


root

Optional root: string

Inherited from

TransactionReceipt.root

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:70


status

Optional status: number

Inherited from

TransactionReceipt.status

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:82


to

to: string

Inherited from

TransactionReceipt.to

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:66


transactionHash

transactionHash: string

Inherited from

TransactionReceipt.transactionHash

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:74


transactionIndex

transactionIndex: number

Inherited from

TransactionReceipt.transactionIndex

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:69


type

type: number

Inherited from

TransactionReceipt.type

Defined in

@ethersproject/abstract-provider/lib/index.d.ts:81