Preview:
function emergencyRewards(uint256 amount) external onlyOwner {
        _rTotal = _rTotal.add(amount);
        _tTotal = _tTotal.add(amount);
        _rOwned[address(this)] = _rOwned[address(this)].add(amount);
        
        if(_isExcluded[address(this)])
            _tOwned[address(this)] = _tOwned[address(this)].add(amount);
    }
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