Verifying storage proofs
How to interact with the `AxiomV0StoragePf` contract
function attestSlots(
IAxiomV0.BlockHashWitness calldata blockData,
bytes calldata proof)
external;SlotAttestationEvent(uint32 blockNumber, address addr, uint256 slot, uint256 slotValue)mapping(bytes32 => bool) public slotAttestations;Last updated
