sei-chain
sei-chain copied to clipboard
Add getPointee calls for all pointer types
Describe your changes and provide context
This change exposes existing functions in the EVM keeper module for pointers that allow users to query the pointee of a pointer.
Previously this was impossible without constructor bytecode for the deployed pointer contract.
With this we can simply query the pointerView precompile and get the pointee of a pointer, ie, reverse lookups.