Returns the address of the caller of the currently executing smart contract.
address
caller
The caller is the person or the smart contract that directly called the pending function.
The address of the caller of the currently executing smart contract.
Generated using TypeDoc
Returns the
address
of thecaller
of the currently executing smart contract.Remarks
The caller is the person or the smart contract that directly called the pending function.
Returns
The
address
of the caller of the currently executing smart contract.