Irony Man Token Logo

IRONY [Irony Man] Token

ALERT: unclassified scam

About IRONY

Listings

Token 2 years
white paper

Irony Man and its deflationary and reflective token, $IRONY, are projects birthed out of enthusiasm and passion for cryptocurrency, enabling financial freedom, art, science, helping people in need and for our community.

Laser Scorebeta Last Audit: 13 July 2022

report
Token seems to be a scam (type: unclassified scam).

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in IRONY._transfer(address,address,uint256) (#1009-1054):
External calls:
- swapAndLiquify(contractTokenBalance) (#1041)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1088-1094)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1041)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#965)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1144)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1135)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1136)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#869)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1155)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1146)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1156)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#871)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- _rTotal = _rTotal.sub(rFee) (#920)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#967)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1154)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#868)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1145)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#870)
Apply the check-effects-interactions pattern.

Additional information: link


Token is flagged by TokenSniffer (admin)

Reentrancy in IRONY._transfer(address,address,uint256) (#1009-1054):
External calls:
- swapAndLiquify(contractTokenBalance) (#1041)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1088-1094)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1041)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1139)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- Transfer(sender,recipient,tTransferAmount) (#1159)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- Transfer(sender,recipient,tTransferAmount) (#1149)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- Transfer(sender,recipient,tTransferAmount) (#874)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
Reentrancy in IRONY.constructor() (#741-757):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#746-747)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#756)
Reentrancy in IRONY.swapAndLiquify(uint256) (#1056-1077):
External calls:
- swapTokensForEth(half) (#1068)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1088-1094)
- addLiquidity(otherHalf,newBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1006)
- addLiquidity(otherHalf,newBalance) (#1074)
- SwapAndLiquify(half,newBalance,otherHalf) (#1076)
Reentrancy in IRONY.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1088-1094)
External calls sending eth:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1006)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#465-470) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#467)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#270-279) uses assembly
- INLINE ASM (#277)
Address._functionCallWithValue(address,bytes,uint256,string) (#363-384) uses assembly
- INLINE ASM (#376-379)
Do not use evm assembly.

Additional information: link

IRONY.includeInReward(address) (#854-865) has costly operations inside a loop:
- _excluded.pop() (#861)
Use a local variable to hold the loop computation result.

Additional information: link

IRONY.addLiquidity(uint256,uint256) (#1097-1110) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
Ensure that all the return values of the function calls are used.

Additional information: link

IRONY.allowance(address,address).owner (#785) shadows:
- Ownable.owner() (#418-420) (function)
IRONY._approve(address,address,uint256).owner (#1001) shadows:
- Ownable.owner() (#418-420) (function)
Rename the local variables that shadow another component.

Additional information: link

IRONY.setTaxFeePercent(uint256) (#897-899) should emit an event for:
- _taxFee = taxFee (#898)
IRONY.setLiquidityFeePercent(uint256) (#901-903) should emit an event for:
- _liquidityFee = liquidityFee (#902)
IRONY.setMaxTxPercent(uint256) (#905-909) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#906-908)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in IRONY._transfer(address,address,uint256) (#1009-1054):
External calls:
- swapAndLiquify(contractTokenBalance) (#1041)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1088-1094)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1041)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- _liquidityFee = _previousLiquidityFee (#994)
- _liquidityFee = 0 (#989)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- _previousLiquidityFee = _liquidityFee (#986)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- _previousTaxFee = _taxFee (#985)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- _tFeeTotal = _tFeeTotal.add(tFee) (#921)
- _tokenTransfer(from,to,amount,takeFee) (#1053)
- _taxFee = _previousTaxFee (#993)
- _taxFee = 0 (#988)
Reentrancy in IRONY.constructor() (#741-757):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#746-747)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#753)
- _isExcludedFromFee[address(this)] = true (#754)
- uniswapV2Router = _uniswapV2Router (#750)
Reentrancy in IRONY.swapAndLiquify(uint256) (#1056-1077):
External calls:
- swapTokensForEth(half) (#1068)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1088-1094)
- addLiquidity(otherHalf,newBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1074)
- _allowances[owner][spender] = amount (#1005)
Reentrancy in IRONY.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1088-1094)
External calls sending eth:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1102-1109)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
- _allowances[owner][spender] = amount (#1005)
Apply the check-effects-interactions pattern.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#363-384) is never used and should be removed
Address.functionCall(address,bytes) (#323-325) is never used and should be removed
Address.functionCall(address,bytes,string) (#333-335) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#348-350) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#358-361) is never used and should be removed
Address.isContract(address) (#270-279) is never used and should be removed
Address.sendValue(address,uint256) (#297-303) is never used and should be removed
Context._msgData() (#242-245) is never used and should be removed
SafeMath.mod(uint256,uint256) (#215-217) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#231-234) is never used and should be removed
Remove unused functions.

Additional information: link

IRONY._rTotal (#703) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
IRONY._previousTaxFee (#711) is set pre-construction with a non-constant function or state variable:
- _taxFee
IRONY._previousLiquidityFee (#714) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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

Low level call in Address.sendValue(address,uint256) (#297-303):
- (success) = recipient.call{value: amount}() (#301)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#363-384):
- (success,returndata) = target.call{value: weiValue}(data) (#367)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#509) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#510) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#527) is not in mixedCase
Function IUniswapV2Router01.WETH() (#549) is not in mixedCase
Parameter IRONY.setSwapAndLiquifyEnabled(bool)._enabled (#911) is not in mixedCase
Parameter IRONY.calculateTaxFee(uint256)._amount (#970) is not in mixedCase
Parameter IRONY.calculateLiquidityFee(uint256)._amount (#976) is not in mixedCase
Variable IRONY._isBlacklisted (#696) is not in mixedCase
Variable IRONY._taxFee (#710) is not in mixedCase
Variable IRONY._liquidityFee (#713) is not in mixedCase
Variable IRONY._paused (#722) is not in mixedCase
Variable IRONY._maxTxAmount (#724) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#243)" inContext (#237-246)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#554) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#555)
Variable IRONY.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to IRONY._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable IRONY._transferToExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to IRONY._getTValues(uint256).tTransferAmount (#933)
Variable IRONY._getValues(uint256).rTransferAmount (#926) is too similar to IRONY._transferToExcluded(address,address,uint256).tTransferAmount (#1143)
Variable IRONY.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to IRONY._transferToExcluded(address,address,uint256).tTransferAmount (#1143)
Variable IRONY._transferStandard(address,address,uint256).rTransferAmount (#1134) is too similar to IRONY._transferFromExcluded(address,address,uint256).tTransferAmount (#1153)
Variable IRONY._getValues(uint256).rTransferAmount (#926) is too similar to IRONY._transferFromExcluded(address,address,uint256).tTransferAmount (#1153)
Variable IRONY.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to IRONY._transferFromExcluded(address,address,uint256).tTransferAmount (#1153)
Variable IRONY._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to IRONY._transferStandard(address,address,uint256).tTransferAmount (#1134)
Variable IRONY._transferToExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to IRONY._transferToExcluded(address,address,uint256).tTransferAmount (#1143)
Variable IRONY._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to IRONY._transferStandard(address,address,uint256).tTransferAmount (#1134)
Variable IRONY._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to IRONY._getValues(uint256).tTransferAmount (#925)
Variable IRONY._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to IRONY._getTValues(uint256).tTransferAmount (#933)
Variable IRONY._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to IRONY._getTValues(uint256).tTransferAmount (#933)
Variable IRONY._transferToExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to IRONY._transferFromExcluded(address,address,uint256).tTransferAmount (#1153)
Variable IRONY._transferStandard(address,address,uint256).rTransferAmount (#1134) is too similar to IRONY._transferStandard(address,address,uint256).tTransferAmount (#1134)
Variable IRONY._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to IRONY._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable IRONY._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to IRONY._transferToExcluded(address,address,uint256).tTransferAmount (#1143)
Variable IRONY._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to IRONY._transferToExcluded(address,address,uint256).tTransferAmount (#1143)
Variable IRONY.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to IRONY._transferStandard(address,address,uint256).tTransferAmount (#1134)
Variable IRONY._getValues(uint256).rTransferAmount (#926) is too similar to IRONY._transferStandard(address,address,uint256).tTransferAmount (#1134)
Variable IRONY.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to IRONY._getValues(uint256).tTransferAmount (#925)
Variable IRONY._transferFromExcluded(address,address,uint256).rTransferAmount (#1153) is too similar to IRONY._transferFromExcluded(address,address,uint256).tTransferAmount (#1153)
Variable IRONY._getValues(uint256).rTransferAmount (#926) is too similar to IRONY._getTValues(uint256).tTransferAmount (#933)
Variable IRONY.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to IRONY._getTValues(uint256).tTransferAmount (#933)
Variable IRONY._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to IRONY._transferFromExcluded(address,address,uint256).tTransferAmount (#1153)
Variable IRONY._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to IRONY._transferFromExcluded(address,address,uint256).tTransferAmount (#1153)
Variable IRONY._transferToExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to IRONY._transferStandard(address,address,uint256).tTransferAmount (#1134)
Variable IRONY._transferStandard(address,address,uint256).rTransferAmount (#1134) is too similar to IRONY._getValues(uint256).tTransferAmount (#925)
Variable IRONY._transferToExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to IRONY._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable IRONY._transferStandard(address,address,uint256).rTransferAmount (#1134) is too similar to IRONY._transferToExcluded(address,address,uint256).tTransferAmount (#1143)
Variable IRONY._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to IRONY._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable IRONY._transferFromExcluded(address,address,uint256).rTransferAmount (#1153) is too similar to IRONY._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable IRONY._getValues(uint256).rTransferAmount (#926) is too similar to IRONY._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable IRONY._transferStandard(address,address,uint256).rTransferAmount (#1134) is too similar to IRONY._getTValues(uint256).tTransferAmount (#933)
Variable IRONY._transferToExcluded(address,address,uint256).rTransferAmount (#1143) is too similar to IRONY._getValues(uint256).tTransferAmount (#925)
Variable IRONY._transferFromExcluded(address,address,uint256).rTransferAmount (#1153) is too similar to IRONY._transferStandard(address,address,uint256).tTransferAmount (#1134)
Variable IRONY._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to IRONY._getValues(uint256).tTransferAmount (#925)
Variable IRONY._transferFromExcluded(address,address,uint256).rTransferAmount (#1153) is too similar to IRONY._getValues(uint256).tTransferAmount (#925)
Variable IRONY._getValues(uint256).rTransferAmount (#926) is too similar to IRONY._getValues(uint256).tTransferAmount (#925)
Variable IRONY._transferStandard(address,address,uint256).rTransferAmount (#1134) is too similar to IRONY._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable IRONY._transferFromExcluded(address,address,uint256).rTransferAmount (#1153) is too similar to IRONY._transferToExcluded(address,address,uint256).tTransferAmount (#1143)
Variable IRONY._transferFromExcluded(address,address,uint256).rTransferAmount (#1153) is too similar to IRONY._getTValues(uint256).tTransferAmount (#933)
Prevent variables from having similar names.

Additional information: link

IRONY.slitherConstructorVariables() (#687-1163) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 1 * 10 ** 9 (#702)
IRONY.slitherConstructorVariables() (#687-1163) uses literals with too many digits:
- _maxTxAmount = 20000000000000 * 10 ** 1 * 10 ** 9 (#724)
IRONY.slitherConstructorVariables() (#687-1163) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 3000000000000 * 10 ** 1 * 10 ** 9 (#725)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

IRONY._decimals (#708) should be constant
IRONY._name (#706) should be constant
IRONY._symbol (#707) should be constant
IRONY._tTotal (#702) should be constant
IRONY.numTokensSellToAddToLiquidity (#725) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#437-440)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#446-450)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#452-454)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#457-462)
unlock() should be declared external:
- Ownable.unlock() (#465-470)
name() should be declared external:
- IRONY.name() (#759-761)
symbol() should be declared external:
- IRONY.symbol() (#763-765)
decimals() should be declared external:
- IRONY.decimals() (#767-769)
totalSupply() should be declared external:
- IRONY.totalSupply() (#771-773)
transfer(address,uint256) should be declared external:
- IRONY.transfer(address,uint256) (#780-783)
allowance(address,address) should be declared external:
- IRONY.allowance(address,address) (#785-787)
approve(address,uint256) should be declared external:
- IRONY.approve(address,uint256) (#789-792)
transferFrom(address,address,uint256) should be declared external:
- IRONY.transferFrom(address,address,uint256) (#794-798)
increaseAllowance(address,uint256) should be declared external:
- IRONY.increaseAllowance(address,uint256) (#800-803)
decreaseAllowance(address,uint256) should be declared external:
- IRONY.decreaseAllowance(address,uint256) (#805-808)
isExcludedFromReward(address) should be declared external:
- IRONY.isExcludedFromReward(address) (#810-812)
totalFees() should be declared external:
- IRONY.totalFees() (#814-816)
deliver(uint256) should be declared external:
- IRONY.deliver(uint256) (#818-825)
reflectionFromToken(uint256,bool) should be declared external:
- IRONY.reflectionFromToken(uint256,bool) (#827-836)
excludeFromReward(address) should be declared external:
- IRONY.excludeFromReward(address) (#844-852)
excludeFromFee(address) should be declared external:
- IRONY.excludeFromFee(address) (#877-879)
blacklistAddress(address) should be declared external:
- IRONY.blacklistAddress(address) (#881-883)
whitelistAddress(address) should be declared external:
- IRONY.whitelistAddress(address) (#885-887)
changePauseState(bool) should be declared external:
- IRONY.changePauseState(bool) (#889-891)
includeInFee(address) should be declared external:
- IRONY.includeInFee(address) (#893-895)
setSwapAndLiquifyEnabled(bool) should be declared external:
- IRONY.setSwapAndLiquifyEnabled(bool) (#911-914)
isExcludedFromFee(address) should be declared external:
- IRONY.isExcludedFromFee(address) (#997-999)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is low.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Token is deployed only at one blockchain

Contract has 10% buy tax and 9% sell tax.
Taxes are low and contract ownership is renounced.


Telegram account has relatively few subscribers


Twitter account has relatively few followers


Last post in Twitter was more than 30 days ago


Unable to find website, listings and other project-related information


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users

Price for IRONY

News for IRONY