Content
@
https://opensea.io/collection/evm-6
0 reply
0 recast
2 reactions
Justin Hunter
@polluterofminds
Can someone smarter than me tell me how ERC6551 tokens can execute transactions? This is one of the things people tout, but AFAICT, it's just not true. 6551 is awesome without the added marketing speak.
2 replies
0 recast
3 reactions
jw 🦺 ERC6551
@0xjw.eth
ERC6551 accounts can execute operations (calls where msg.sender == account), but cannot originate transactions (calls where tx.origin == account). This is the same behavior as any other smart contract account.
1 reply
0 recast
2 reactions
Justin Hunter
@polluterofminds
For simplicity, does this mean that if I look at a block explorer, it is impossible for the from address on a transaction to show as the TBA?
1 reply
0 recast
1 reaction
Cameron
@dongambas.eth
depends on how block explorer chooses to display the data. it probably would always show the EOA originating the tx as "from", but might do something like below screenshot where they highlight the 4337 contract that is considered msg.sender in the tx
1 reply
0 recast
1 reaction