is BaseEVMScriptExecutor
Source: contracts/evmscript/executors/CallsScript.solarrow-up-right
LogScriptCall
execScript
executorType
event`` LogScriptCall(address sender, address src, address dst)
event``
(address sender, address src, address dst)
Parameters:
sender - address
sender
src - address
src
dst - address
dst
function`` execScript(bytes _script, bytes , address[] _blacklist) external returns (bytes)
function``
(bytes _script, bytes , address[] _blacklist) external returns (bytes)
Executes a number of call scripts.
Modifiers:
isInitialized
_script - [ specId (uint32) ] many calls with this structure -> [ to (address: 20 bytes) ] [ calldataLength (uint32: 4 bytes) ] [ calldata (calldataLength bytes) ]- bytes
_script
_blacklist - Addresses the script cannot call to, or will revert.
_blacklist
Returns:
Always returns empty byte array
function`` executorType() external pure returns (bytes32)
() external pure returns (bytes32)
bytes32
Last updated 2 years ago
Was this helpful?