Expand description
Support for handling/identifying selectors.
Structs§
- Artifact 🔒
- Open
Chain Client - A client that can request API data from OpenChain.
- Parsed
Signatures - Possible
Sigs - RawSelector
Import Data - Selector
Import 🔒Effect - Selector
Import 🔒Request - Selector
Import Response - Selector
Import 🔒Result
Enums§
- Selector
Import Data - Selector
OrSig - Selector
Type - The type of selector fetched from OpenChain.
Constants§
- BASE_
URL 🔒 - MAX_
TIMEDOUT_ 🔒REQ - How many request can time out before we decide this is a spurious connection.
- REQ_
TIMEOUT 🔒 - The standard request timeout for API requests.
- SELECTOR_
IMPORT_ 🔒URL - SELECTOR_
LOOKUP_ 🔒URL
Functions§
- decode_
calldata - Fetches all possible signatures and attempts to abi decode the calldata using OpenChain.
- decode_
event_ topic - Fetches an event signature given the 32 byte topic using OpenChain.
- decode_
function_ selector - Fetches a function signature given the selector using OpenChain.
- decode_
selector - Decodes the given function or event selector using OpenChain.
- decode_
selectors - Decodes the given function or event selectors using OpenChain.
- import_
selectors - uploads selectors to OpenChain using the given data
- parse_
signatures - Parses a list of tokens into function, event, and error signatures. Also handles JSON artifact files Ignores invalid tokens
- pretty_
calldata - Pretty print calldata and if available, fetch possible function signatures.