SidraChain / sidra-contracts

Genesis Smart Contracts for Sidra Chain
GNU General Public License v3.0
1.98k stars 603 forks source link

Owner.sol: Optimized modifier with the help of 'internal' function #10

Closed 0xScratch closed 1 year ago

0xScratch commented 1 year ago

Basically an internal function _checkSuperOwner has been added which be assisting the modifier onlySuperOwner to lower the gas costs. This change is helpful whenever that particular modifier is being used several times.

These will help in a better explanation: 1st and 2nd