Trust Wallet Token (TWT) 511 is a utility token that can only be used within the app. This will be used to incentivize all Trust Wallet users.
What are the Incentives of (TWT)?
Governance token that will be used by anyone who wants to take part in making decisions for adding new blockchain support, tokens and product features. Will also be collected as fees for submissions to the Trust Wallet repository 59.
Discounts on DEX services and purchasing crypto within the app.
Collectible Marketplace, anyone interested in trading, selling or buying digital collectibles can utilize the token in a user-friendly environment.
DApp reviews and promotions to incentivize developers to work on DApps that contribute to further adoption of Web 3.0 on mobile devices.
Affiliate and bounty rewards, the token can be converted to BNB or ETH, that can be used for Network Fees.
Vouching and User reputation, users will be able to vouch for developers of products they enjoy to show the quality of the product to the rest of the Trust Ecosystem.
SafeMath.mul(uint256,uint256) (#168-180) is never used and should be removed
Address.sendValue(address,uint256) (#300-306) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#351-353) is never used and should be removed
SafeERC20._callOptionalReturn(IERC20,bytes) (#778-788) is never used and should be removed
SafeERC20.safeTransfer(IERC20,address,uint256) (#736-738) is never used and should be removed
Math.max(uint256,uint256) (#863-865) is never used and should be removed
Math.average(uint256,uint256) (#878-881) is never used and should be removed
SafeERC20.safeIncreaseAllowance(IERC20,address,uint256) (#762-765) is never used and should be removed
SafeERC20.safeApprove(IERC20,address,uint256) (#751-760) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#246-249) is never used and should be removed
SafeERC20.safeTransferFrom(IERC20,address,address,uint256) (#740-742) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#361-364) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#210-216) is never used and should be removed
ERC20._setupDecimals(uint8) (#668-670) is never used and should be removed
Context._msgData() (#16-19) is never used and should be removed
SafeMath.mod(uint256,uint256) (#230-232) is never used and should be removed
SafeMath.div(uint256,uint256) (#194-196) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#366-387) is never used and should be removed
SafeERC20.safeDecreaseAllowance(IERC20,address,uint256) (#767-770) is never used and should be removed
Address.isContract(address) (#273-282) is never used and should be removed
Math.min(uint256,uint256) (#870-872) is never used and should be removed
Address.functionCall(address,bytes,string) (#336-338) is never used and should be removed
Address.functionCall(address,bytes) (#326-328) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#366-387):
- (success,returndata) = target.call{value: weiValue}(data) (#370)
Low level call in Address.sendValue(address,uint256) (#300-306):
- (success) = recipient.call{value: amount}() (#304)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
ERC20.constructor(string,string).name (#437) shadows:
- ERC20.name() (#446-448) (function)
ERC20.constructor(string,string).symbol (#437) shadows:
- ERC20.symbol() (#454-456) (function)
Rename the local variables that shadow another component.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#366-387) uses assembly
- INLINE ASM (#379-382)
Address.isContract(address) (#273-282) uses assembly
- INLINE ASM (#280)
Do not use evm assembly.
Additional information: link
TrustWalletToken.constructor() (#890-892) uses literals with too many digits:
- _mint(_msgSender(),1000000000000000000000000000) (#891)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Redundant expression "this (#17)" inContext (#11-20)
Remove redundant statements if they congest code but offer no value.
Additional information: link
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#533-537)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#715-720)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#840-843)
decimals() should be declared external:
- ERC20.decimals() (#471-473)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#570-573)
symbol() should be declared external:
- ERC20.symbol() (#454-456)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#485-487)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#497-500)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#551-554)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#849-853)
name() should be declared external:
- ERC20.name() (#446-448)
getOwner() should be declared external:
- TrustWalletToken.getOwner() (#894-896)
totalSupply() should be declared external:
- ERC20.totalSupply() (#478-480)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#516-519)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#700-702)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find audit link on the website
Unable to find whitepaper link on the website
Token is not listed at Mobula.Finance
Additional information: link
Twitter account link seems to be invalid
Unable to find Discord account
Unable to find Youtube account