IBosonMetaTransactionsEvents
View Source: contracts/interfaces/events/IBosonMetaTransactionsEvents.sol
↘ Derived Contracts: IBosonMetaTransactionsHandler
IBosonMetaTransactionsEvents
Defines events related to meta-transactions in the protocol.
Events
MetaTransactionExecuted
event MetaTransactionExecuted(
address indexed userAddress
address indexed relayerAddress
string indexed functionName
uint256 nonce
)
Parameters
| Name | Type | Description |
|---|---|---|
| userAddress | address | |
| relayerAddress | address | |
| functionName | string | |
| nonce | uint256 |
FunctionsAllowlisted
event FunctionsAllowlisted(
bytes32[] functionNameHashes
bool isAllowlisted
address indexed executedBy
)
Parameters
| Name | Type | Description |
|---|---|---|
| functionNameHashes | bytes32[] | |
| isAllowlisted | bool | |
| executedBy | address |