-
Design a proxy contract Proxy, this proxy contract can call the external contract FuncWithSelector. All external contracts implement an external function, which is uniquely identified in the proxy contract. When a call is made to the Proxy, it is routed to the correct external contract using a function selector. There is an admin that can register external contracts in the proxy. When registering, the agent deploys it using its selector as the salt.
-
Complete the Multicall contract and implement a function multicall to call testMulticall and testMulticall1 in the external contract FuncWithSelector
forked from EBS369/SolidityTest
-
Notifications
You must be signed in to change notification settings - Fork 0
gentloonix/SolidityTest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Solidity 52.8%
- JavaScript 47.2%