CYLUM Token Logo

CYM [CYLUM] Token

About CYM

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

Website

[CoinGecko] alert: The following token has a variable tax function on the smart contract - which allows contract owners to change tax rates post deployment.
Do your own research and be careful if you are trading this token.
white paper

Cylum is a protocol designed to facilitate the construction of NFT and Meterverse projects on the Binance Smart Chain, as well as partnerships and funding. The CYM token is used to power and drive this ecosystem. In addition to our reward system, we have a unique lock-stake algorithm that provides each token holder with a reward of up to 400% annual percentage yield (APY) for staking $CYM.

Laser Scorebeta Last Audit: 28 March 2023

report
Token seems to be a scam (type: phishing / airdrop scam).


Contract creator or owner is blacklisted for past scams

CYLUM.withdrawStuckToken(address,address) (#658-661) ignores return value by IERC20(token).transfer(recipient,IERC20(token).balanceOf(address(this))) (#660)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


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

Address.isContract(address) (#309-318) uses assembly
- INLINE ASM (#316)
Address._functionCallWithValue(address,bytes,uint256,string) (#402-423) uses assembly
- INLINE ASM (#415-418)
Do not use evm assembly.

Additional information: link

CYLUM.includeAccountRewards(address) (#670-681) has costly operations inside a loop:
- _excluded.pop() (#677)
Use a local variable to hold the loop computation result.

Additional information: link

CYLUM._decimals (#536) should be constant
CYLUM._name (#534) should be constant
CYLUM._symbol (#535) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Pragma version^0.6.0 (#429) allows old versions
Pragma version^0.6.2 (#286) allows old versions
Pragma version^0.6.0 (#21) allows old versions
Pragma version^0.6.2 (#497) allows old versions
Pragma version^0.6.0 (#125) allows old versions
Pragma version^0.6.0 (#46) 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

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#402-423):
- (success,returndata) = target.call{value: weiValue}(data) (#406)
Low level call in Address.sendValue(address,uint256) (#336-342):
- (success) = recipient.call{value: amount}() (#340)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Redundant expression "this (#39)" inContext (#33-42)
Remove redundant statements if they congest code but offer no value.

Additional information: link

CYLUM._approve(address,address,uint256).owner (#688) shadows:
- Ownable.owner() (#460-462) (function)
CYLUM.allowance(address,address).owner (#570) shadows:
- Ownable.owner() (#460-462) (function)
Rename the local variables that shadow another component.

Additional information: link

Different versions of Solidity are used:
- Version used: ['^0.6.0', '^0.6.2']
- ^0.6.0 (#21)
- ^0.6.0 (#46)
- ^0.6.0 (#125)
- ^0.6.2 (#286)
- ^0.6.0 (#429)
- ^0.6.2 (#497)
Use one Solidity version.

Additional information: link

Variable CYLUM._getValues(uint256).rTransferAmount (#791) is too similar to CYLUM._transferStandard(address,address,uint256).tTransferAmount (#732)
Variable CYLUM.reflectionFromToken(uint256,bool).rTransferAmount (#623) is too similar to CYLUM._getValues(uint256).tTransferAmount (#789)
Variable CYLUM.reflectionFromToken(uint256,bool).rTransferAmount (#623) is too similar to CYLUM._transferBothExcluded(address,address,uint256).tTransferAmount (#758)
Variable CYLUM._transferFromExcluded(address,address,uint256).rTransferAmount (#749) is too similar to CYLUM._getTValues(uint256).tTransferAmount (#797)
Variable CYLUM._transferToExcluded(address,address,uint256).rTransferAmount (#740) is too similar to CYLUM._transferBothExcluded(address,address,uint256).tTransferAmount (#758)
Variable CYLUM._transferFromExcluded(address,address,uint256).rTransferAmount (#749) is too similar to CYLUM._transferToExcluded(address,address,uint256).tTransferAmount (#740)
Variable CYLUM.reflectionFromToken(uint256,bool).rTransferAmount (#623) is too similar to CYLUM._getTValues(uint256).tTransferAmount (#797)
Variable CYLUM._transferBothExcluded(address,address,uint256).rTransferAmount (#758) is too similar to CYLUM._transferStandard(address,address,uint256).tTransferAmount (#732)
Variable CYLUM._transferFromExcluded(address,address,uint256).rTransferAmount (#749) is too similar to CYLUM._transferStandard(address,address,uint256).tTransferAmount (#732)
Variable CYLUM._getValues(uint256).rTransferAmount (#791) is too similar to CYLUM._getTValues(uint256).tTransferAmount (#797)
Variable CYLUM._transferStandard(address,address,uint256).rTransferAmount (#732) is too similar to CYLUM._transferToExcluded(address,address,uint256).tTransferAmount (#740)
Variable CYLUM._transferBothExcluded(address,address,uint256).rTransferAmount (#758) is too similar to CYLUM._transferBothExcluded(address,address,uint256).tTransferAmount (#758)
Variable CYLUM._transferStandard(address,address,uint256).rTransferAmount (#732) is too similar to CYLUM._getValues(uint256).tTransferAmount (#789)
Variable CYLUM._transferBothExcluded(address,address,uint256).rTransferAmount (#758) is too similar to CYLUM._transferToExcluded(address,address,uint256).tTransferAmount (#740)
Variable CYLUM._transferStandard(address,address,uint256).rTransferAmount (#732) is too similar to CYLUM._getTValues(uint256).tTransferAmount (#797)
Variable CYLUM._transferBothExcluded(address,address,uint256).rTransferAmount (#758) is too similar to CYLUM._transferFromExcluded(address,address,uint256).tTransferAmount (#749)
Variable CYLUM._getRValues(uint256,uint256,uint256).rTransferAmount (#804) is too similar to CYLUM._transferFromExcluded(address,address,uint256).tTransferAmount (#749)
Variable CYLUM._transferToExcluded(address,address,uint256).rTransferAmount (#740) is too similar to CYLUM._transferStandard(address,address,uint256).tTransferAmount (#732)
Variable CYLUM._getValues(uint256).rTransferAmount (#791) is too similar to CYLUM._transferBothExcluded(address,address,uint256).tTransferAmount (#758)
Variable CYLUM._getRValues(uint256,uint256,uint256).rTransferAmount (#804) is too similar to CYLUM._getValues(uint256).tTransferAmount (#789)
Variable CYLUM._transferToExcluded(address,address,uint256).rTransferAmount (#740) is too similar to CYLUM._getTValues(uint256).tTransferAmount (#797)
Variable CYLUM._getRValues(uint256,uint256,uint256).rTransferAmount (#804) is too similar to CYLUM._getTValues(uint256).tTransferAmount (#797)
Variable CYLUM._transferStandard(address,address,uint256).rTransferAmount (#732) is too similar to CYLUM._transferStandard(address,address,uint256).tTransferAmount (#732)
Variable CYLUM._transferStandard(address,address,uint256).rTransferAmount (#732) is too similar to CYLUM._transferFromExcluded(address,address,uint256).tTransferAmount (#749)
Variable CYLUM._transferFromExcluded(address,address,uint256).rTransferAmount (#749) is too similar to CYLUM._transferFromExcluded(address,address,uint256).tTransferAmount (#749)
Variable CYLUM._transferToExcluded(address,address,uint256).rTransferAmount (#740) is too similar to CYLUM._transferToExcluded(address,address,uint256).tTransferAmount (#740)
Variable CYLUM._getValues(uint256).rTransferAmount (#791) is too similar to CYLUM._getValues(uint256).tTransferAmount (#789)
Variable CYLUM._getRValues(uint256,uint256,uint256).rTransferAmount (#804) is too similar to CYLUM._transferBothExcluded(address,address,uint256).tTransferAmount (#758)
Variable CYLUM._transferFromExcluded(address,address,uint256).rTransferAmount (#749) is too similar to CYLUM._transferBothExcluded(address,address,uint256).tTransferAmount (#758)
Variable CYLUM._transferToExcluded(address,address,uint256).rTransferAmount (#740) is too similar to CYLUM._getValues(uint256).tTransferAmount (#789)
Variable CYLUM._getValues(uint256).rTransferAmount (#791) is too similar to CYLUM._transferToExcluded(address,address,uint256).tTransferAmount (#740)
Variable CYLUM._transferBothExcluded(address,address,uint256).rTransferAmount (#758) is too similar to CYLUM._getValues(uint256).tTransferAmount (#789)
Variable CYLUM._getValues(uint256).rTransferAmount (#791) is too similar to CYLUM._transferFromExcluded(address,address,uint256).tTransferAmount (#749)
Variable CYLUM._transferToExcluded(address,address,uint256).rTransferAmount (#740) is too similar to CYLUM._transferFromExcluded(address,address,uint256).tTransferAmount (#749)
Variable CYLUM._transferBothExcluded(address,address,uint256).rTransferAmount (#758) is too similar to CYLUM._getTValues(uint256).tTransferAmount (#797)
Variable CYLUM.reflectionFromToken(uint256,bool).rTransferAmount (#623) is too similar to CYLUM._transferStandard(address,address,uint256).tTransferAmount (#732)
Variable CYLUM.reflectionFromToken(uint256,bool).rTransferAmount (#623) is too similar to CYLUM._transferToExcluded(address,address,uint256).tTransferAmount (#740)
Variable CYLUM.reflectionFromToken(uint256,bool).rTransferAmount (#623) is too similar to CYLUM._transferFromExcluded(address,address,uint256).tTransferAmount (#749)
Variable CYLUM._getRValues(uint256,uint256,uint256).rTransferAmount (#804) is too similar to CYLUM._transferToExcluded(address,address,uint256).tTransferAmount (#740)
Variable CYLUM._getRValues(uint256,uint256,uint256).rTransferAmount (#804) is too similar to CYLUM._transferStandard(address,address,uint256).tTransferAmount (#732)
Variable CYLUM._transferStandard(address,address,uint256).rTransferAmount (#732) is too similar to CYLUM._transferBothExcluded(address,address,uint256).tTransferAmount (#758)
Variable CYLUM._transferFromExcluded(address,address,uint256).rTransferAmount (#749) is too similar to CYLUM._getValues(uint256).tTransferAmount (#789)
Prevent variables from having similar names.

Additional information: link

Address.sendValue(address,uint256) (#336-342) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#387-389) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#277-280) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#397-400) is never used and should be removed
Context._msgData() (#38-41) is never used and should be removed
SafeMath.mod(uint256,uint256) (#261-263) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#402-423) is never used and should be removed
Address.isContract(address) (#309-318) is never used and should be removed
Address.functionCall(address,bytes,string) (#372-374) is never used and should be removed
Address.functionCall(address,bytes) (#362-364) is never used and should be removed
Remove unused functions.

Additional information: link

CYLUM.setFeeHolders(uint8) (#664-668) should emit an event for:
- percentfee = feeamt (#666)
Emit an event for critical parameter changes.

Additional information: link

CYLUM.setSecondLockContract(address).lockContract (#653) lacks a zero-check on :
- LOCK_CONTRACT_TWO = lockContract (#654)
CYLUM.setLockContract(address).lockContract (#648) lacks a zero-check on :
- LOCK_CONTRACT = lockContract (#649)
Check that the address is not zero.

Additional information: link

Variable CYLUM.LOCK_CONTRACT (#525) is not in mixedCase
Variable CYLUM.LOCK_CONTRACT_TWO (#526) is not in mixedCase
Constant CYLUM._tTotal (#530) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

name() should be declared external:
- CYLUM.name() (#544-546)
totalFees() should be declared external:
- CYLUM.totalFees() (#604-606)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#479-482)
decimals() should be declared external:
- CYLUM.decimals() (#552-554)
allowance(address,address) should be declared external:
- CYLUM.allowance(address,address) (#570-572)
symbol() should be declared external:
- CYLUM.symbol() (#548-550)
reflect(uint256) should be declared external:
- CYLUM.reflect(uint256) (#608-615)
isExcludedFee(address) should be declared external:
- CYLUM.isExcludedFee(address) (#600-602)
totalSupply() should be declared external:
- CYLUM.totalSupply() (#556-558)
owner() should be declared external:
- Ownable.owner() (#460-462)
isExcludedRewards(address) should be declared external:
- CYLUM.isExcludedRewards(address) (#596-598)
approve(address,uint256) should be declared external:
- CYLUM.approve(address,uint256) (#574-577)
reflectionFromToken(uint256,bool) should be declared external:
- CYLUM.reflectionFromToken(uint256,bool) (#617-626)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#488-492)
transferFrom(address,address,uint256) should be declared external:
- CYLUM.transferFrom(address,address,uint256) (#579-583)
increaseAllowance(address,uint256) should be declared external:
- CYLUM.increaseAllowance(address,uint256) (#586-589)
transfer(address,uint256) should be declared external:
- CYLUM.transfer(address,uint256) (#565-568)
decreaseAllowance(address,uint256) should be declared external:
- CYLUM.decreaseAllowance(address,uint256) (#591-594)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


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


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Token makes many airdrops and seems to be a phishing / airdrop scam

Additional information: link


Token is deployed only at one blockchain


Last post in Twitter was more than 180 days ago


Unable to find Discord account


Unable to crawl data from the website


Token was delisted from CoinHunt

Additional information: link


Unable to find audit link on the website


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 a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinMarketCap rank


Token has relatively low CoinGecko rank

Price for CYM

News for CYM