Nelore Coin Token Logo

NLC [Nelore Coin] Token

About NLC

Listings

Token 2 years
CoinGecko 2 years
white paper

The First Agricultural token that gives rewards based on real profit.
NELORE COIN is an agricultural business token with multiple farms under management focusing on COW production in Brazil that gives rewards based on real profit.

The transaction tax goes to a Treasury account where the money is invested on buying or renting farms in Brazil. This way it creates an intrinsic value that should uphold bear markets and grow with bull markets.

The selection of farms is very important so it can be the most profitable for the money invested.

Those farms produce a profit which is used to buy NLCs from the Liquidity Pool. Coin buying usually happens every month and in the worst case 2 months.

Since the start of the project, NELORE COIN already bought 2 farms in Brazil capable of producing 20.000 COWs with a total of 20 hectares of land.

The team at NELORE COIN is composed of Agricultural experts with more than 20 years of experience. It was founded by CEO Marcos Rodrigo, Vice President Carlos Junior and CFO Emerson Muller. Now the team consists of more than 10 people and are in the process of hiring several more.

Brazil is the biggest exporter of Agricultural products and NELORE COIN is the first real agricultural token based on Brazil with a real company already created.

In the future, it aims to be the biggest farm manager in the world combining WEB3 features into a very old-fashioned sector of the global economy.

With blockchain technology it aims to tokenize its NELORE COWS through an internal NFT system and create a Marketplace for real-time transactions of multiple Agricultural products. And it aims to record immutable and trusted data onto the blockchain such as the production, distribution, and sales history of every product.

Other than that it aims to create a speculative investment market on agricultural products in Brazil, partnering with the biggest farmers in the country. Where users will be able to speculate on prices of Cows, Seeds, Oxes, Chicken a

Social

Laser Scorebeta Last Audit: 30 June 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

NLC.swapBack() (#600-647) sends eth to arbitrary user
Dangerous calls:
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

DividendDistributor.distributeDividend(address) (#316-327) ignores return value by CAKE.transfer(shareholder,amount) (#322)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

Reentrancy in NLC._transferFrom(address,address,uint256) (#500-548):
External calls:
- swapBack() (#527)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#611-617)
- distributor.deposit{value: amountBNBReflection}() (#628)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
External calls sending eth:
- swapBack() (#527)
- distributor.deposit{value: amountBNBReflection}() (#628)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#530)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#533)
- amountReceived = takeFee(sender,amount) (#532)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#568)
Apply the check-effects-interactions pattern.

Additional information: link


Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

NLC.swapBack().tmpSuccess (#629) is written in both
(tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
tmpSuccess = false (#633)
NLC.swapBack().tmpCattleSuccess (#630) is written in both
(tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
tmpCattleSuccess = false (#634)
Fix or remove the writes.

Additional information: link


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

DividendDistributor.process(uint256) (#285-309) has costly operations inside a loop:
- currentIndex = 0 (#297)
DividendDistributor.distributeDividend(address) (#316-327) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#321)
DividendDistributor.process(uint256) (#285-309) has costly operations inside a loop:
- currentIndex ++ (#306)
Use a local variable to hold the loop computation result.

Additional information: link

NLC._maxTxAmount (#375) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 2) / 100
NLC._maxWalletToken (#378) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 4) / 100
NLC.cattleFeeReceiver (#396) is set pre-construction with a non-constant function or state variable:
- CATTLE
NLC.autoLiquidityReceiver (#397) is set pre-construction with a non-constant function or state variable:
- DEAD
NLC.marketingFeeReceiver (#398) is set pre-construction with a non-constant function or state variable:
- MKT
NLC.swapThreshold (#418) is set pre-construction with a non-constant function or state variable:
- _totalSupply * 10 / 10000
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Pragma version^0.7.4 (#7) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

NLC.CAKE (#363) is never used in NLC (#360-756)
Remove unused state variables.

Additional information: link

Reentrancy in DividendDistributor.distributeDividend(address) (#316-327):
External calls:
- CAKE.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#324)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#325)
Reentrancy in DividendDistributor.process(uint256) (#285-309):
External calls:
- distributeDividend(shareholders[currentIndex]) (#301)
- CAKE.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- currentIndex ++ (#306)
Reentrancy in DividendDistributor.setShare(address,uint256) (#249-263):
External calls:
- distributeDividend(shareholder) (#251)
- CAKE.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- shares[shareholder].amount = amount (#261)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#262)
Apply the check-effects-interactions pattern.

Additional information: link

NLC.swapBack() (#600-647) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#244-247) should emit an event for:
- minPeriod = _minPeriod (#245)
- minDistribution = _minDistribution (#246)
NLC.setTxLimit(uint256) (#650-652) should emit an event for:
- _maxTxAmount = amount (#651)
NLC.setFees(uint256,uint256,uint256,uint256,uint256,uint256) (#676-684) should emit an event for:
- liquidityFee = _liquidityFee (#677)
- reflectionFee = _reflectionFee (#678)
- marketingFee = _marketingFee (#679)
- cattleFee = _cattleFee (#680)
- totalFee = _liquidityFee.add(_reflectionFee).add(_marketingFee).add(_cattleFee).add(_burnFee) (#681)
- feeDenominator = _feeDenominator (#682)
NLC.setTargetLiquidity(uint256,uint256) (#697-700) should emit an event for:
- targetLiquidity = _target (#698)
- targetLiquidityDenominator = _denominator (#699)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#124) lacks a zero-check on :
- owner = adr (#125)
NLC.setFeeReceivers(address,address,address)._autoLiquidityReceiver (#686) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#687)
NLC.setFeeReceivers(address,address,address)._marketingFeeReceiver (#686) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#688)
NLC.setFeeReceivers(address,address,address)._cattleFeeReceiver (#686) lacks a zero-check on :
- cattleFeeReceiver = _cattleFeeReceiver (#689)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#316-327) has external calls inside a loop: CAKE.transfer(shareholder,amount) (#322)
NLC.airdrop(address,address[],uint256[]) (#728-751) has external calls inside a loop: distributor.setShare(addresses[i_scope_0],_balances[addresses[i_scope_0]]) (#743)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in NLC.constructor() (#422-454):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#425)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = uint256(- 1) (#426)
- _balances[msg.sender] = _totalSupply (#452)
- autoLiquidityReceiver = DEAD (#449)
- distributor = new DividendDistributor(address(router)) (#428)
- isDividendExempt[pair] = true (#444)
- isDividendExempt[address(this)] = true (#445)
- isDividendExempt[DEAD] = true (#446)
- isFeeExempt[msg.sender] = true (#430)
- isTimelockExempt[msg.sender] = true (#435)
- isTimelockExempt[DEAD] = true (#436)
- isTimelockExempt[address(this)] = true (#437)
- isTxLimitExempt[msg.sender] = true (#431)
- isTxLimitExempt[DEAD] = true (#432)
- marketingFeeReceiver = msg.sender (#450)
Reentrancy in DividendDistributor.deposit() (#265-283):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#272-277)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#282)
- totalDividends = totalDividends.add(amount) (#281)
Reentrancy in DividendDistributor.distributeDividend(address) (#316-327):
External calls:
- CAKE.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#323)
Reentrancy in DividendDistributor.setShare(address,uint256) (#249-263):
External calls:
- distributeDividend(shareholder) (#251)
- CAKE.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- addShareholder(shareholder) (#255)
- shareholderIndexes[shareholder] = shareholders.length (#349)
- removeShareholder(shareholder) (#257)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#355)
- addShareholder(shareholder) (#255)
- shareholders.push(shareholder) (#350)
- removeShareholder(shareholder) (#257)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#354)
- shareholders.pop() (#356)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#260)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in NLC._transferFrom(address,address,uint256) (#500-548):
External calls:
- swapBack() (#527)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#611-617)
- distributor.deposit{value: amountBNBReflection}() (#628)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
- distributor.setShare(sender,_balances[sender]) (#537)
- distributor.setShare(recipient,_balances[recipient]) (#541)
- distributor.process(distributorGas) (#544)
External calls sending eth:
- swapBack() (#527)
- distributor.deposit{value: amountBNBReflection}() (#628)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#546)
Reentrancy in NLC._transferFrom(address,address,uint256) (#500-548):
External calls:
- swapBack() (#527)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#611-617)
- distributor.deposit{value: amountBNBReflection}() (#628)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
External calls sending eth:
- swapBack() (#527)
- distributor.deposit{value: amountBNBReflection}() (#628)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#569)
- amountReceived = takeFee(sender,amount) (#532)
Reentrancy in NLC.constructor() (#422-454):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#425)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#453)
Reentrancy in NLC.swapBack() (#600-647):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#611-617)
- distributor.deposit{value: amountBNBReflection}() (#628)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#628)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#637-644)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#645)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#311-314) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#312-313)
NLC._transferFrom(address,address,uint256) (#500-548) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(cooldownTimer[recipient] < block.timestamp,Please wait for cooldown between buys) (#518)
Avoid relying on block.timestamp.

Additional information: link

Low level call in NLC.swapBack() (#600-647):
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#629)
- (tmpCattleSuccess) = address(cattleFeeReceiver).call{gas: 30000,value: amountBNBCattle}() (#630)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IDEXRouter.WETH() (#139) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#244) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#244) is not in mixedCase
Variable DividendDistributor._token (#195) is not in mixedCase
Variable DividendDistributor.CAKE (#203) is not in mixedCase
Variable DividendDistributor.WBNB (#204) is not in mixedCase
Parameter NLC.tradingStatus(bool)._status (#588) is not in mixedCase
Parameter NLC.cooldownEnabled(bool,uint8)._status (#593) is not in mixedCase
Parameter NLC.cooldownEnabled(bool,uint8)._interval (#593) is not in mixedCase
Parameter NLC.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._liquidityFee (#676) is not in mixedCase
Parameter NLC.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._reflectionFee (#676) is not in mixedCase
Parameter NLC.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._cattleFee (#676) is not in mixedCase
Parameter NLC.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._marketingFee (#676) is not in mixedCase
Parameter NLC.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._burnFee (#676) is not in mixedCase
Parameter NLC.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._feeDenominator (#676) is not in mixedCase
Parameter NLC.setFeeReceivers(address,address,address)._autoLiquidityReceiver (#686) is not in mixedCase
Parameter NLC.setFeeReceivers(address,address,address)._marketingFeeReceiver (#686) is not in mixedCase
Parameter NLC.setFeeReceivers(address,address,address)._cattleFeeReceiver (#686) is not in mixedCase
Parameter NLC.setSwapBackSettings(bool,uint256)._enabled (#692) is not in mixedCase
Parameter NLC.setSwapBackSettings(bool,uint256)._amount (#692) is not in mixedCase
Parameter NLC.setTargetLiquidity(uint256,uint256)._target (#697) is not in mixedCase
Parameter NLC.setTargetLiquidity(uint256,uint256)._denominator (#697) is not in mixedCase
Parameter NLC.setDistributionCriteria(uint256,uint256)._minPeriod (#702) is not in mixedCase
Parameter NLC.setDistributionCriteria(uint256,uint256)._minDistribution (#702) is not in mixedCase
Variable NLC.CAKE (#363) is not in mixedCase
Variable NLC.WBNB (#364) is not in mixedCase
Variable NLC.DEAD (#365) is not in mixedCase
Variable NLC.ZERO (#366) is not in mixedCase
Variable NLC.MKT (#367) is not in mixedCase
Variable NLC.CATTLE (#368) is not in mixedCase
Constant NLC._name (#370) is not in UPPER_CASE_WITH_UNDERSCORES
Constant NLC._symbol (#371) is not in UPPER_CASE_WITH_UNDERSCORES
Constant NLC._decimals (#372) is not in UPPER_CASE_WITH_UNDERSCORES
Variable NLC._totalSupply (#374) is not in mixedCase
Variable NLC._maxTxAmount (#375) is not in mixedCase
Variable NLC._maxWalletToken (#378) is not in mixedCase
Variable NLC._balances (#380) is not in mixedCase
Variable NLC._allowances (#381) is not in mixedCase
Variable NLC._isBlacklisted (#383) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#144) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#145)
Prevent variables from having similar names.

Additional information: link

NLC.slitherConstructorVariables() (#360-756) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#365)
NLC.slitherConstructorVariables() (#360-756) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#366)
NLC.slitherConstructorVariables() (#360-756) uses literals with too many digits:
- distributorGas = 500000 (#410)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DividendDistributor.WBNB (#204) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#217) should be constant
NLC.CAKE (#363) should be constant
NLC.CATTLE (#368) should be constant
NLC.DEAD (#365) should be constant
NLC.MKT (#367) should be constant
NLC.WBNB (#364) should be constant
NLC.ZERO (#366) should be constant
NLC._totalSupply (#374) should be constant
NLC.launchedAt (#406) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

authorize(address) should be declared external:
- Auth.authorize(address) (#96-98)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#103-105)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#124-128)
tradingStatus(bool) should be declared external:
- NLC.tradingStatus(bool) (#588-590)
cooldownEnabled(bool,uint8) should be declared external:
- NLC.cooldownEnabled(bool,uint8) (#593-596)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 12% buy tax and 15% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


Unable to find token on CoinMarketCap

Additional information: link


Unable to find KYC or doxxing proof


Unable to find audit link on the website


Unable to find code repository for the project


Token is not listed at Mobula.Finance

Additional information: link


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for NLC

News for NLC