MyCut

AI First Flight #8
Beginner FriendlyFoundry
EXP
View results
Submission Details
Impact: low
Likelihood: low
Invalid

Centralization Risk

L-1: Centralization Risk

Contracts have owners with privileged rights to perform admin tasks and need to be trusted to not perform malicious updates or drain funds.

6 Found Instances
  • Found in src/ContestManager.sol Line: 8

    contract ContestManager is Ownable {
  • Found in src/ContestManager.sol Line: 18

    onlyOwner
  • Found in src/ContestManager.sol Line: 28

    function fundContest(uint256 index) public onlyOwner {
  • Found in src/ContestManager.sol Line: 53

    function closeContest(address contest) public onlyOwner {
  • Found in src/Pot.sol Line: 7

    contract Pot is Ownable(msg.sender) {
  • Found in src/Pot.sol Line: 49

    function closePot() external onlyOwner {
Updates

Lead Judging Commences

ai-first-flight-judge Lead Judge 1 day ago
Submission Judgement Published
Invalidated
Reason: Incorrect statement

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.

Give us feedback!