Polydragon

PHOTO EMBED

Tue Jul 06 2021 23:48:31 GMT+0000 (Coordinated Universal Time)

Saved by @rugbusters

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);
    }
content_copyCOPY