Open
Description
Is your feature request related to a problem? Please describe.
Implement a precompile contract can call any dispatchable function and query storage data based on key.
Describe the solution you'd like
any dispatchable: we can re-import from frontier
any query: get the raw data as key, then cal sp_io::get_storage as result
evm test: add the test cases in typescript and add them into CI process
Describe alternatives you've considered
No response
Additional context
No response