Post content
The staking contracts are very security heavy, they are protected against all methods of exploit. Contract blocking features make it so no malicious contracts can call functions. And the best part: nonReentrant code was installed as well, this limits the amount 1 function can be called per block. This is a fail safe way to make sure that the contract cannot be exploited by any malicious drain bots. While protecting against all possible hacks to steal funds within the contract. We made it priority #1 to protect your funds first! You may notice that when performing the Add or Withdraw functions sometimes you will get a high gas warning, then redo submit the function 10 seconds later and it worked. This is the nonReentrant protection working, do not be alarmed, be happy that the code is perfectly working. Thanks FEGrox