Content pfp
Content
@
0 reply
0 recast
2 reactions

phil pfp
phil
@phil
Functionality I deeply want: the ability for smart contracts to take action based on certain onchain events For example: if wallet A sends ETH to wallet B, smart contract does X Is this possible today / is anyone working on this?
5 replies
0 recast
9 reactions

Idan Levin 🎩 pfp
Idan Levin 🎩
@idanlevin
It's called event based smart contracts, basically allowing smart contracts to subscribe to on chain events Found some research here: https://ethresear.ch/t/event-driven-smart-contract-development/3047 I think there have been attempts, but the issue is that it introduces a lot of complexity to the VM
3 replies
0 recast
4 reactions

moritz 💧🔑 pfp
moritz 💧🔑
@moritz
The closest to this I'm aware of is offchain hooks that trigger other onchain actions, like: https://docs.tenderly.co/web3-actions/intro-to-web3-actions
1 reply
0 recast
1 reaction

​woj pfp
​woj
@woj.eth
one way to do it is to implement a function that a searcher can call once the condition is met and get rewarded for it very expensive on mainnet and/or without token emissions tho
1 reply
0 recast
1 reaction

Michael Boyle pfp
Michael Boyle
@mboyle.eth
Here: https://twitter.com/OPLabsPBC/status/1551593065109864448?s=20
0 reply
0 recast
6 reactions

Michael Boyle pfp
Michael Boyle
@mboyle.eth
Someone at OP labs built something like this but I can't remember the name of the project
0 reply
0 recast
0 reaction