pub const STORAGE_EXTRACTOR_CODE: &[u8];Expand description
Dedaub’s 23-byte storage extractor (see the module docs for the annotated
disassembly). Calldata is a contiguous array of 32-byte slot keys; the
return data is the corresponding array of 32-byte values. Requires
PUSH0 (Shanghai).
Source: https://github.com/Dedaub/storage-extractor (extractor.hex).