You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Extracts function selectorsand arguments from bytecode
1964
+
/// Extracts function selectors, arguments and state mutability from bytecode
1965
1965
///
1966
1966
/// # Example
1967
1967
///
1968
1968
/// ```
1969
1969
/// use cast::SimpleCast as Cast;
1970
1970
///
1971
1971
/// let bytecode = "6080604052348015600e575f80fd5b50600436106026575f3560e01c80632125b65b14602a575b5f80fd5b603a6035366004603c565b505050565b005b5f805f60608486031215604d575f80fd5b833563ffffffff81168114605f575f80fd5b925060208401356001600160a01b03811681146079575f80fd5b915060408401356001600160e01b03811681146093575f80fd5b80915050925092509256";
1972
-
/// let selectors = Cast::extract_selectors(bytecode)?;
0 commit comments