Permissionless, leveraged, and tokenized yield tranche with the varied risk-return matrix. In teeter, you can get fixed income or leveraged return of any token. Actually teeter is a DeFi derivative protocol that uses a structured fund model to issue both USD-denominated bond token called bToken and leveraged token called xToken.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
TeeterIncentive.setMagnifyPrice(uint256) (#223-227) should emit an event for:
- marketValue = _marketValue (#225)
Emit an event for critical parameter changes.
Additional information: link
TeeterIncentive.setRewardToken(address)._token (#218) lacks a zero-check on :
- rewardToken = _token (#220)
Check that the address is not zero.
Additional information: link
Different versions of Solidity is used:
- Version used: ['=0.5.16', '^0.5.6']
- ^0.5.6 (#1)
- =0.5.16 (#19)
- ^0.5.6 (#105)
- ^0.5.6 (#129)
- =0.5.16 (#159)
Use one Solidity version.
Additional information: link
TCERC20._mint(address,uint256) (#47-51) is never used and should be removed
TeeterIncentiveLibrary.convertTo18(address,uint256) (#162-170) is never used and should be removed
TransferHelper.safeApprove(address,address,uint256) (#133-137) is never used and should be removed
TransferHelper.safeTransferETH(address,uint256) (#151-155) is never used and should be removed
TransferHelper.safeTransferFrom(address,address,address,uint256) (#145-149) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.5.6 (#1) is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
Pragma version^0.5.6 (#105) is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
Pragma version^0.5.6 (#129) is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
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 TeeterIncentive.setRewardToken(address)._token (#218) is not in mixedCase
Parameter TeeterIncentive.setMagnifyPrice(uint256)._marketValue (#223) is not in mixedCase
Parameter TeeterIncentive.payback(address)._token (#229) is not in mixedCase
Constant TeeterIncentive.total (#192) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Low level call in TransferHelper.safeApprove(address,address,uint256) (#133-137):
- (success,data) = token.call(abi.encodeWithSelector(0x095ea7b3,to,value)) (#135)
Low level call in TransferHelper.safeTransfer(address,address,uint256) (#139-143):
- (success,data) = token.call(abi.encodeWithSelector(0xa9059cbb,to,value)) (#141)
Low level call in TransferHelper.safeTransferFrom(address,address,address,uint256) (#145-149):
- (success,data) = token.call(abi.encodeWithSelector(0x23b872dd,from,to,value)) (#147)
Low level call in TransferHelper.safeTransferETH(address,uint256) (#151-155):
- (success) = to.call.value(value)(new bytes(0)) (#153)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
TeeterIncentiveLibrary.convertTo18(address,uint256) (#162-170) uses literals with too many digits:
- amtCovert = SafeMath.div(SafeMath.mul(amtToken,1000000000000000000),(uint256(10) ** decimals)) (#165-168)
TeeterIncentiveLibrary.convert18ToOri(address,uint256) (#172-182) uses literals with too many digits:
- amtCovert = SafeMath.div(SafeMath.mul(amtToken,(uint256(10) ** decimals)),1000000000000000000) (#175-181)
TeeterIncentive.slitherConstructorVariables() (#186-246) uses literals with too many digits:
- marketValue = 40000000 (#191)
TeeterIncentive.slitherConstructorConstantVariables() (#186-246) uses literals with too many digits:
- total = 100000000 (#192)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
setRewardToken(address) should be declared external:
- TeeterIncentive.setRewardToken(address) (#218-221)
setMagnifyPrice(uint256) should be declared external:
- TeeterIncentive.setMagnifyPrice(uint256) (#223-227)
payback(address) should be declared external:
- TeeterIncentive.payback(address) (#229-234)
redeem(uint256) should be declared external:
- TeeterIncentive.redeem(uint256) (#236-243)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find KYC or doxxing proof
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to verify token contract address on the website
Unable to find whitepaper link on the website
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death