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
addressof thecallerof the currently executing smart contract.Remarks
The caller is the person or the smart contract that directly called the pending function.
Returns
The
addressof the caller of the currently executing smart contract.