Optional
sender: AddressProtected
Readonly
[internal]The internal functions of the contract.
Readonly
addressThe address of the contract.
Optional
fromWho is sending the transaction.
Readonly
interfaceThe interface of the contract.
Readonly
networkThe address of the contract.
Readonly
providerA generic provider for the contract.
Gets the contract address as an Address object.
The contract address as an Address object.
The P2OP address of the contract.
The P2OP address of the contract.
Decodes a single event.
The event to decode.
The decoded event.
Decodes the events from the contract.
The events to decode.
The decoded events.
Encodes the calldata for a function.
The name of the function.
The arguments for the function.
The encoded calldata.
Protected
getSets the sender of the transaction.
The sender of the transaction.
Represents the base contract class.