sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

Add getPointee calls for all pointer types

Open lordshisho opened this issue 1 year ago • 0 comments

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.

lordshisho avatar Sep 08 '24 14:09 lordshisho