Pause controls

This page intends to explain on which contracts the ProtoFi team has the rights to pause interaction

veELCT: owend by Deployer. The deployer can execute the following actions:

  • setEmergency(): stops the veELCT contract and let users to withdraw their locked ELECTRON tokens. It's used in case of emergency or protocol upgrade.

ProtofiMasterChef: owend by Deployer. The deployer can execute the following actions:

  • updateEmissionRate(): update the whole emission rate of the tokens performed by the MasterChef. This is also the Pause Control mechanism. By setting the emission rate to 0, the owner basically stops the emission of new tokens in case of problem. The time to execution is minimal.

DualTimeMoneypot: owend by Deployer.

  • updateEmissionRate(): update the whole emission rate of the tokens. This is used as the Pause Control mechanism.

  • stopReward(): stops fission emissions in case of emergency.

Last updated