getMappingKeyAndParentOf
Signature
Section titled “Signature”function getMappingKeyAndParentOf( address target, bytes32 elementSlot) external returns (bool found, bytes32 key, bytes32 parent);Description
Section titled “Description”Gets the map key and parent of a mapping at a given slot, for a given address.