Bitagon (TSC) is built based on the PoS consensus protocol, which is decentralized and energy efficient, helping you easily build your own decentralized
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Bitagon.startAirdrop(uint256,uint256,uint256,uint256) (#709-715) should emit an event for:
- aSBlock = _aSBlock (#710)
- aEBlock = _aEBlock (#711)
- aAmt = _aAmt (#712)
- aCap = _aCap (#713)
Bitagon.startSale(uint256,uint256,uint256,uint256,uint256) (#716-723) should emit an event for:
- sSBlock = _sSBlock (#717)
- sEBlock = _sEBlock (#718)
- sChunk = _sChunk (#719)
- sPrice = _sPrice (#720)
- sCap = _sCap (#721)
Emit an event for critical parameter changes.
Additional information: link
Bitagon.clear(uint256)._owner (#727) shadows:
- Ownable._owner (#601) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Bitagon.clear(uint256)._owner (#727) lacks a zero-check on :
- _owner.transfer(amount) (#728)
Check that the address is not zero.
Additional information: link
Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.4']
- ^0.8.4 (#11)
- ^0.8.0 (#90)
- ^0.8.0 (#119)
- ^0.8.0 (#146)
- ^0.8.0 (#452)
- ^0.8.0 (#494)
- ^0.8.0 (#586)
- ^0.8.0 (#653)
Use one Solidity version.
Additional information: link
Redundant expression "this (#137)" inContext (#131-140)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Parameter Bitagon.getAirdrop(address)._refer (#675) is not in mixedCase
Parameter Bitagon.tokenSale(address)._refer (#686) is not in mixedCase
Parameter Bitagon.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (#709) is not in mixedCase
Parameter Bitagon.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (#709) is not in mixedCase
Parameter Bitagon.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#709) is not in mixedCase
Parameter Bitagon.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#709) is not in mixedCase
Parameter Bitagon.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#716) is not in mixedCase
Parameter Bitagon.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#716) is not in mixedCase
Parameter Bitagon.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#716) is not in mixedCase
Parameter Bitagon.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#716) is not in mixedCase
Parameter Bitagon.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#716) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Bitagon.constructor() (#666-671) uses literals with too many digits:
- startSale(block.number,999999999,0,8000 * 10 ** decimals(),2000000000000) (#669)
Bitagon.constructor() (#666-671) uses literals with too many digits:
- startAirdrop(block.number,999999999,8 * 10 ** decimals(),2000000000000) (#670)
Bitagon.getAirdrop(address) (#675-684) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#679)
Bitagon.tokenSale(address) (#686-700) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#693)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Context._msgData() (#136-139) is never used and should be removed
Pausable._pause() (#564-567) is never used and should be removed
Pausable._unpause() (#576-579) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#90) allows old versions
Pragma version^0.8.0 (#119) allows old versions
Pragma version^0.8.0 (#146) allows old versions
Pragma version^0.8.0 (#452) allows old versions
Pragma version^0.8.0 (#494) allows old versions
Pragma version^0.8.0 (#586) allows old versions
Pragma version^0.8.0 (#653) 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
name() should be declared external:
- ERC20.name() (#202-204)
symbol() should be declared external:
- ERC20.symbol() (#210-212)
totalSupply() should be declared external:
- ERC20.totalSupply() (#234-236)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#253-256)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#272-275)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#290-298)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#312-315)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#331-337)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#467-469)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#482-487)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#636-639)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#645-649)
getAirdrop(address) should be declared external:
- Bitagon.getAirdrop(address) (#675-684)
tokenSale(address) should be declared external:
- Bitagon.tokenSale(address) (#686-700)
viewAirdrop() should be declared external:
- Bitagon.viewAirdrop() (#702-704)
viewSale() should be declared external:
- Bitagon.viewSale() (#705-707)
clear(uint256) should be declared external:
- Bitagon.clear(uint256) (#726-729)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Token is deployed only at one blockchain
Average 30d number of PancakeSwap swaps is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Average 30d PancakeSwap liquidity is low.
Token has only one trading pair
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Last post in Twitter was more than 180 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts