Front-running risk
function executeTransaction(uint256 txId) external onlyOwners {
Transaction storage txn = transactions[txId];
}
If executeTransaction()
is called with a transaction targeting an external contract, a front-runner could monitor mempool transactions and attempt to modify the state of the receiving contract before execution
Implement time-lock delays or a queue system.
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelyhood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.