You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This `Exploit` contract is a must-have. zkProver invokes Exploit contract by default.
contract Exploit {
// To keep all the info in the runtime bytecode, we did not support constructor logic. If you need to use constructor function, you can do it in the other contracts
// address weth = 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2; not supported