Perform SELECT queries from Base, Fraxtal or Mantle on the Sappy Seals collection on Ethereum to see which Sappy Seals NFTs an address owns over a specified block range.
0.00045 ETH1.5 MNT0x364C828eE171616a39897688A831c2499aD972ec (the Sappy Seals contract address)50x1C70D0A86475CC707b48aA79F112857e7957274f for the Staked Seals smart contract).20314348 to 20314358).
If you are familiar with SQL, the query you send translates to this statement:
SELECT token_ids
FROM sappy_seals
WHERE owner = '0x29469395eAf6f95920E59F858042f0e28D98a20B'
AND block >= 20314348
AND block <= 20314358
LIMIT 5 OFFSET 5
Once you sign and broadcast the query tx, the Lagrange Proof Network will compute an off-chain proof that it submits on chain once ready.
respond.
Txn Hash and navigate to the Logs Tab. You should be able to see the token ids which correspond to the NFTs of the holder
token id , then click on the NFT.

Account ID of the Owner
The address of the Holder should ****correspond to the address you have specified in the query

Congratulations 🎉 you have made a query that fetches proved historic data on-chain!