Address of the smart contract
Contract ABI
RPC options
Contract ABI
Address of the smart contract
Protected
contractContract interface for ABI encoding
RPC options
Calls a mutable, non-payable method This sends a transaction
The method name (must be in the ABI)
The parameters for the method
The options for sending the transaction
The transaction receipt
Calls a mutable, payable method This sends a transaction
The method name (must be in the ABI)
The parameters for the method
The value to send (wei)
The options for sending the transaction
The transaction receipt
Calls a view or pure method
The method name (must be in the ABI)
The parameters for the method
The options for calling the method
The decoded method result
Encodes a mutable, non-payable method
The method name (must be in the ABI)
The parameters for the method
The details to build the transaction
Encodes a mutable, payable method
The method name (must be in the ABI)
The parameters for the method
The value to send (wei)
The details to build the transaction
Finds event in transaction receipt
Transaction recept
Event name
The event, or null if not found
Finds smart contract events in a block range
First block in the range
Last block in the range
The array of parsed events
Parses transaction logs
Transaction logs
The smart contract events
Generated using TypeDoc
Provides an interface for smart contract interaction