Smart contract noob needs help to call token claim from dead contact [duplicate]

Hi, helpers,

0xF0d3ceDc9Cc7f3a759a59b5555328Fe75033c0a0 that is contract address with a claim function where my funds stuck for 4 years. Project was rugged and what I can claim is much less than I invested.

0x3a4542f9a823e1f739ef4ad1fffe536970f270bd that is my address where is 0.4 wgaas token can be converted with approximate rate 1:4700usdc according to other addresses which claimed successfully during the time project claim page was up (they disabled it very fast when run with money). So it's approximately 1900 usdc stuck because I don't know how to talk to this contract.

other addresses that claimed successfully to check rate are:
0xe1DfC322Fe599A1E747591fB9977468bb880212a
0xD3A467668ceA90692775DAdF022C34902b033f60
0x3bc4666fd4458534C5f99ceEE2bfD595962A28d1

What to write to forms?

1 Like

how to get merkleproof?

1 Like

@Skyge ‎‎‎‎‎‎‎‎ㅤ‎‎‎‎‎‎‎‎ㅤ

Generally, merkle proofs are generated off-chain (e.g., using merkle-tree) and then verified on-chain using a Merkle root stored in the contract.

You should know all the values in the tree, then you can generate a valid proof.

so, basically, without contract owner it is not possible?

You should know all the data to generate the proof.