Skip to content

getMappingKeyAndParentOf

function getMappingKeyAndParentOf(
address target,
bytes32 elementSlot
) external returns (bool found, bytes32 key, bytes32 parent);

Gets the map key and parent of a mapping at a given slot, for a given address.