Hi, is it possible to use Remix to write an external smart contract to overwrite assembly slots of an already deployed smart contract?
Dec 30, 2022, 9:27 AM
If you have written a contract and somehow can hack the proxy to make it its implementation, then yes
Dec 30, 2022, 9:34 AM
haha, not a hacker but trying to solve a code challenge
Dec 30, 2022, 9:34 AM
What challenge?
Dec 30, 2022, 9:35 AM
its for a job application so..
essentially trying to change a read function from false to true
Dec 30, 2022, 9:35 AM
Ok
Dec 30, 2022, 9:35 AM
You can try to use external info from other contract to chose of return data. If u need to override slots data, initial contract must use delegatecall
Dec 30, 2022, 9:43 AM