WHAT IS GTF TOKEN?
GTF Token aims to disrupt the cryptotrading industry by lowering the barrier to creating algorithmic trading models.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Token is flagged by TokenSniffer due to presence of exploit in contract code
Contract locking ether found:
Contract GLOBALTRUSTFUND (#102-224) has payable functions:
- GLOBALTRUSTFUND.fallback() (#212-214)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Owned.transferOwnership(address)._newOwner (#86) lacks a zero-check on :
- newOwner = _newOwner (#87)
Check that the address is not zero.
Additional information: link
Pragma version^0.4.26 (#1) allows old versions
solc-0.4.26 is not recommended for deployment
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
Parameter Owned.transferOwnership(address)._newOwner (#86) is not in mixedCase
Variable GLOBALTRUSTFUND._totalSupply (#106) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
GLOBALTRUSTFUND.constructor() (#115-122) uses literals with too many digits:
- _totalSupply = 90000000000000000 (#119)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
safeMul(uint256,uint256) should be declared external:
- SafeMath.safeMul(uint256,uint256) (#30-33)
safeDiv(uint256,uint256) should be declared external:
- SafeMath.safeDiv(uint256,uint256) (#34-37)
totalSupply() should be declared external:
- ERC20Interface.totalSupply() (#46)
- GLOBALTRUSTFUND.totalSupply() (#128-130)
balanceOf(address) should be declared external:
- ERC20Interface.balanceOf(address) (#47)
- GLOBALTRUSTFUND.balanceOf(address) (#136-138)
allowance(address,address) should be declared external:
- ERC20Interface.allowance(address,address) (#48)
- GLOBALTRUSTFUND.allowance(address,address) (#191-193)
transfer(address,uint256) should be declared external:
- ERC20Interface.transfer(address,uint256) (#49)
- GLOBALTRUSTFUND.transfer(address,uint256) (#146-151)
approve(address,uint256) should be declared external:
- ERC20Interface.approve(address,uint256) (#50)
- GLOBALTRUSTFUND.approve(address,uint256) (#162-166)
transferFrom(address,address,uint256) should be declared external:
- ERC20Interface.transferFrom(address,address,uint256) (#51)
- GLOBALTRUSTFUND.transferFrom(address,address,uint256) (#178-184)
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#64)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#86-88)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#89-94)
approveAndCall(address,uint256,bytes) should be declared external:
- GLOBALTRUSTFUND.approveAndCall(address,uint256,bytes) (#201-206)
fallback() should be declared external:
- GLOBALTRUSTFUND.fallback() (#212-214)
transferAnyERC20Token(address,uint256) should be declared external:
- GLOBALTRUSTFUND.transferAnyERC20Token(address,uint256) (#220-222)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume 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.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Youtube account
Unable to find Discord account