Preview:
function _takeDevelopment(uint256 tDevelopment) private {

       uint256 currentRate =  _getRate();

       uint256 rDevelopment = tDevelopment.mul(currentRate);

       _rOwned[_developmentWalletAddress] = _rOwned[_development WalletAddress].add(rDevelopment);

       if(_isExcluded[_developmentWalletAddress])

           _tOwned[_developmentWalletAddress] = _tOwned[_development WalletAddress].add(tDevelopment);

   }

function setDevelopmentFeePercent(uint256 developmentFee) external onlyOwner() {

       _developmentFee = developmentFee;

   }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter