Instruction.solidity_callee_names()
Returns the list of solidity function names that are called from the instruction. Returns a empty list if the instruction does not call any solidity function.
solidity_callee_names() → List[str]
Like callee_names() the function return list of called function names, but filtered to only built-in functions, like require, assert, keccak256
etc.
Query
Output
Last updated