Matt Solomon
Matt Solomon
Closing as stale due to lack of response
Can you send deployment funds to 0x05f32B3cC3888453ff71B01135B34FF8e41263F2? I have not used this chain so don't have any funds there
What is the use case for 1? For 2, that is tracked in https://github.com/mds1/multicall/issues/146
For those use cases, you want to delegatecall to the Multicall contract. This way your contract (say, a Safe wallet) executes some arbitrary sequence of calls and is the msg.sender...
In your second example, where your EOA calls the multicall contract, and the multicall contract delegatecalls the wallet, then when `withdraw` executes the `msg.sender` is the EOA, and the multicall...
Sorry @marcelomorgado I don't understand. If you want to aggregate interaction from a 4337 smart account, you can already do that with batch calls. For example: https://github.com/eth-infinitism/account-abstraction/blob/f1c5c11b273b7ddae26bb20809419b33ccb8f043/contracts/samples/SimpleAccount.sol#L63-L82 Or if the...
Hmm interesting idea, haven't thought of creating an ERC for it. Do you think publicity is the main benefit? And given that it's a standalone contract that already exists (and...
That seems reasonable me and I'm happy to help with working on an ERC for this. I probably won't have the time to drive it forward for at least a...
Agreed, this does seem like the right library for this method. The existing function names/signatures are modeled after numpy's method's of the same name, so perhaps we base this one...
> I feel like you have a specific idea about an extension that would be helpful to you. Could you elaborate a bit more? (e.g. on the view feature and...