Tooling
ModuleKit
Reference
Building
Fallbacks
Msgsender

⚠️ Deprecation Notice

ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev


title: "_msgSender"

Get the address of the caller to the account, for example to implement access control. Inherited from ERC7579FallbackBase.

Usage

address originalSender = _msgSender();

Parameters

None

Returns

sender

  • Type: address

The address of the caller to the account.