Content pfp
Content
@
0 reply
0 recast
2 reactions

Spencer Graham 🧢 pfp
Spencer Graham 🧢
@spengrah.eth
If I received a transfer of an ERC20 token (say, USDC), what would need to be true to be able to later prove onchain that the transfer occurred? Other than still having that token in my account, of course. I'm thinking about things like being able to prove that I received the transfer from a given account.
1 reply
0 recast
1 reaction

Matt Solomon pfp
Matt Solomon
@msolomon.eth
What exactly are you trying to do, can you just eth_getLogs for the Transfer log?
1 reply
0 recast
2 reactions

Spencer Graham 🧢 pfp
Spencer Graham 🧢
@spengrah.eth
I don't think what I'm hoping to do is possible without either a custom token or external input. I would ideally like to be able to submit some kind of proof of the previous transfer that a smart contract can verify, ie so that other contracts can use that data point as an input to their logic.
2 replies
0 recast
0 reaction

Matt Solomon pfp
Matt Solomon
@msolomon.eth
You will be able to do this with native interop on OP chains, where any event can be used as an initiating messages. Then you can execute that message on other chains—or in your case on the same chain—with a guarantee that the input log exists :) https://specs.optimism.io/interop/overview.html
1 reply
0 recast
1 reaction

Spencer Graham 🧢 pfp
Spencer Graham 🧢
@spengrah.eth
well that’s dope! Is there a rough timeline for this?
1 reply
0 recast
1 reaction

Matt Solomon pfp
Matt Solomon
@msolomon.eth
I’m not sure of the latest, so deferring to @tynes for that one
1 reply
0 recast
0 reaction