GMXVault
Owner can renounce Ownership
GMXVault
contract extends openzeppelin.Ownable library where it has a function that enable the owner from renouncing ownership (via renounceOwnership
) where the owner of the vault contract will be removed and set to address(0)
.
Renouncing ownership will render the vault in a dangerous state as some of the vital functionalities are only accessible by the vault owner (such as emergencyResume
, emergencyClose
, updateTreasury
functions).
Manual Review.
Override the inherited renounceOwnership
function to revert whenever called by the owner:
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.