IPluginMap
thirdweb
Methods
getAllFunctionsOfPlugin
Returns all functions that are mapped to the given plug-in contract.
Parameters
Name
Type
Description
pluginAddress
address
undefined
Returns
Name
Type
Description
_0
bytes4[]
undefined
getAllPlugins
Returns all plug-ins known by Map.
Returns
Name
Type
Description
_0
IPluginMap.Plugin[]
undefined
getPluginForFunction
Returns the plug-in contract for a given function.
Parameters
Name
Type
Description
functionSelector
bytes4
undefined
Returns
Name
Type
Description
_0
address
undefined
Events
PluginSet
Emitted when a function selector is mapped to a particular plug-in smart contract, during construction of Map.
Parameters
Name
Type
Description
functionSelector indexed
bytes4
undefined
functionSignature indexed
string
undefined
pluginAddress indexed
address
undefined
Last updated