Returns a list of delegate call instructions from assembly.
Last updated 24 days ago
delegate_calls_from_assembly() → Instructions
delegate_calls_from_assembly() →
Instructions
from glider import * def query(): return Instructions().delegate_calls_from_assembly().exec(1)