Optionalsender: AddressProtected Readonly[internal]The internal functions of the contract.
ReadonlyaddressThe address of the contract.
OptionalfromWho is sending the transaction.
ReadonlyinterfaceThe interface of the contract.
ReadonlynetworkThe address of the contract.
ReadonlyproviderA 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.
ProtectedgetSets the sender of the transaction.
The sender of the transaction.
Represents the base contract class.