Content pfp
Content
@
https://opensea.io/collection/evm-6
0 reply
0 recast
2 reactions

Emmanuel🦉⌐◨-◨🎩🍥 pfp
Emmanuel🦉⌐◨-◨🎩🍥
@emmanuel
Does anyone know why, for ERC4337, the Account Factory contract address remains the same on every chain? The official docs on the website go blank for that entire section and I can hardly find discussions that answer this question.
1 reply
0 recast
0 reaction

Julie B. pfp
Julie B.
@bbjubjub.eth
There are many ways to create contracts at predictable addresses. In this case, the EF used a public good multi-chain contract that executes CREATE2 https://etherscan.io/address/0x4e59b44847b379578588920ca78fbf26c0b4956c#code
0 reply
0 recast
1 reaction

Phil Liao pfp
Phil Liao
@philipliao.eth
What are the known ways? Off the top of my head: - naive CREATE where the resulting address is hash(eoa, tx_nonce) - seaport CREATE strategy where a signature is mined such that the resulting EOA generates the address you want: hash(eoa, 0) - CREATE2, which still depends on the sender, but not the nonce
0 reply
0 recast
0 reaction