Skip to main content

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

NameTypeDescription
userAddressaddress
relayerAddressaddress
functionNamestring
nonceuint256

FunctionsAllowlisted

event FunctionsAllowlisted(
bytes32[] functionNameHashes
bool isAllowlisted
address indexed executedBy
)

Parameters

NameTypeDescription
functionNameHashesbytes32[]
isAllowlistedbool
executedByaddress