Stamen Tellus Token Token Logo

STT [Stamen Tellus] Token

About STT

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Stamen Tellus Token is the game currency of Monsta Infinite. Players will be earning STT in the game. Users can use STT to purchase Monsta and clone their Monsta on the Monsta Infinite Marketplace. STT will be used to perform augmentation in-game.

Laser Scorebeta Last Audit: 28 February 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

LegacyERC20 (#508-511) has incorrect ERC20 function interface:LegacyERC20.transfer(address,uint256) (#509)
LegacyERC20 (#508-511) has incorrect ERC20 function interface:LegacyERC20.transferFrom(address,address,uint256) (#510)
Set the appropriate return values and types for the defined ERC20 functions.

Additional information: link

AddressUtils.isContract(address) (#479-490) uses assembly
- INLINE ASM (#488-489)
SafeERC20.safeTransfer(address,address,uint256) (#576-586) uses assembly
- INLINE ASM (#578-586)
SafeERC20.safeTransferFrom(address,address,uint256) (#594-604) uses assembly
- INLINE ASM (#596-604)
Do not use evm assembly.

Additional information: link

AddressUtils.isContract(address) (#479-490) is declared view but contains assembly code
Ensure the attributes of contracts compiled prior to Solidity 0.5.0 are correct.

Additional information: link

PermittableToken._recover(bytes32,uint8,bytes32,bytes32)._digest (#1013) shadows:
- PermittableToken._digest(bytes) (#1002-1004) (function)
Rename the local variables that shadow another component.

Additional information: link

PermittableToken.transferFrom(address,address,uint256) (#829-857) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(expirations[_sender][msg.sender] == 0 || expirations[_sender][msg.sender] >= now) (#848)
PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32) (#912-934) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(_expiry == 0 || now <= _expiry) (#922)
PermittableToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#949-966) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(now <= _deadline) (#958)
Avoid relying on block.timestamp.

Additional information: link

Different versions of Solidity is used:
- Version used: ['0.4.24', '^0.4.24']
- ^0.4.24 (#3)
- ^0.4.24 (#20)
- ^0.4.24 (#75)
- ^0.4.24 (#126)
- ^0.4.24 (#160)
- ^0.4.24 (#185)
- ^0.4.24 (#311)
- ^0.4.24 (#378)
- ^0.4.24 (#440)
- ^0.4.24 (#464)
- 0.4.24 (#496)
- 0.4.24 (#515)
- 0.4.24 (#526)
- 0.4.24 (#536)
- 0.4.24 (#558)
- 0.4.24 (#609)
- 0.4.24 (#666)
- 0.4.24 (#789)
Use one Solidity version.

Additional information: link

SafeERC20.safeTransferFrom(address,address,uint256) (#594-604) is never used and should be removed
SafeMath.div(uint256,uint256) (#48-53) is never used and should be removed
SafeMath.mul(uint256,uint256) (#32-43) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.4.24 (#3) allows old versions
Pragma version^0.4.24 (#20) allows old versions
Pragma version^0.4.24 (#75) allows old versions
Pragma version^0.4.24 (#126) allows old versions
Pragma version^0.4.24 (#160) allows old versions
Pragma version^0.4.24 (#185) allows old versions
Pragma version^0.4.24 (#311) allows old versions
Pragma version^0.4.24 (#378) allows old versions
Pragma version^0.4.24 (#440) allows old versions
Pragma version^0.4.24 (#464) allows old versions
Pragma version0.4.24 (#496) allows old versions
Pragma version0.4.24 (#515) allows old versions
Pragma version0.4.24 (#526) allows old versions
Pragma version0.4.24 (#536) allows old versions
Pragma version0.4.24 (#558) allows old versions
Pragma version0.4.24 (#609) allows old versions
Pragma version0.4.24 (#666) allows old versions
Pragma version0.4.24 (#789) allows old versions
solc-0.4.24 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

Low level call in ERC677BridgeToken.contractFallback(address,address,uint256,bytes) (#757-759):
- _to.call(abi.encodeWithSelector(ON_TOKEN_TRANSFER,_from,_value,_data)) (#758)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter SafeMath.mul(uint256,uint256)._a (#32) is not in mixedCase
Parameter SafeMath.mul(uint256,uint256)._b (#32) is not in mixedCase
Parameter SafeMath.div(uint256,uint256)._a (#48) is not in mixedCase
Parameter SafeMath.div(uint256,uint256)._b (#48) is not in mixedCase
Parameter SafeMath.sub(uint256,uint256)._a (#58) is not in mixedCase
Parameter SafeMath.sub(uint256,uint256)._b (#58) is not in mixedCase
Parameter SafeMath.add(uint256,uint256)._a (#66) is not in mixedCase
Parameter SafeMath.add(uint256,uint256)._b (#66) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._to (#103) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._value (#103) is not in mixedCase
Parameter BasicToken.balanceOf(address)._owner (#118) is not in mixedCase
Parameter BurnableToken.burn(uint256)._value (#142) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#209) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#210) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#211) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#236) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#236) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#249) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#250) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._spender (#269) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._addedValue (#270) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._spender (#291) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._subtractedValue (#292) is not in mixedCase
Parameter Ownable.transferOwnership(address)._newOwner (#361) is not in mixedCase
Parameter MintableToken.mint(address,uint256)._to (#412) is not in mixedCase
Parameter MintableToken.mint(address,uint256)._amount (#413) is not in mixedCase
Parameter Address.safeSendValue(address,uint256)._receiver (#549) is not in mixedCase
Parameter Address.safeSendValue(address,uint256)._value (#549) is not in mixedCase
Parameter SafeERC20.safeTransfer(address,address,uint256)._token (#576) is not in mixedCase
Parameter SafeERC20.safeTransfer(address,address,uint256)._to (#576) is not in mixedCase
Parameter SafeERC20.safeTransfer(address,address,uint256)._value (#576) is not in mixedCase
Parameter SafeERC20.safeTransferFrom(address,address,uint256)._token (#594) is not in mixedCase
Parameter SafeERC20.safeTransferFrom(address,address,uint256)._from (#594) is not in mixedCase
Parameter SafeERC20.safeTransferFrom(address,address,uint256)._value (#594) is not in mixedCase
Parameter Claimable.claimValues(address,address)._token (#635) is not in mixedCase
Parameter Claimable.claimValues(address,address)._to (#635) is not in mixedCase
Parameter Claimable.claimNativeCoins(address)._to (#647) is not in mixedCase
Parameter Claimable.claimErc20Tokens(address,address)._token (#657) is not in mixedCase
Parameter Claimable.claimErc20Tokens(address,address)._to (#657) is not in mixedCase
Parameter ERC677BridgeToken.setBridgeContract(address)._bridgeContract (#691) is not in mixedCase
Parameter ERC677BridgeToken.transferAndCall(address,uint256,bytes)._to (#702) is not in mixedCase
Parameter ERC677BridgeToken.transferAndCall(address,uint256,bytes)._value (#702) is not in mixedCase
Parameter ERC677BridgeToken.transferAndCall(address,uint256,bytes)._data (#702) is not in mixedCase
Parameter ERC677BridgeToken.superTransfer(address,uint256)._to (#716) is not in mixedCase
Parameter ERC677BridgeToken.superTransfer(address,uint256)._value (#716) is not in mixedCase
Parameter ERC677BridgeToken.transfer(address,uint256)._to (#720) is not in mixedCase
Parameter ERC677BridgeToken.transfer(address,uint256)._value (#720) is not in mixedCase
Parameter ERC677BridgeToken.transferFrom(address,address,uint256)._from (#726) is not in mixedCase
Parameter ERC677BridgeToken.transferFrom(address,address,uint256)._to (#726) is not in mixedCase
Parameter ERC677BridgeToken.transferFrom(address,address,uint256)._value (#726) is not in mixedCase
Parameter ERC677BridgeToken.callAfterTransfer(address,address,uint256)._from (#740) is not in mixedCase
Parameter ERC677BridgeToken.callAfterTransfer(address,address,uint256)._to (#740) is not in mixedCase
Parameter ERC677BridgeToken.callAfterTransfer(address,address,uint256)._value (#740) is not in mixedCase
Parameter ERC677BridgeToken.isBridge(address)._address (#746) is not in mixedCase
Parameter ERC677BridgeToken.contractFallback(address,address,uint256,bytes)._from (#757) is not in mixedCase
Parameter ERC677BridgeToken.contractFallback(address,address,uint256,bytes)._to (#757) is not in mixedCase
Parameter ERC677BridgeToken.contractFallback(address,address,uint256,bytes)._value (#757) is not in mixedCase
Parameter ERC677BridgeToken.contractFallback(address,address,uint256,bytes)._data (#757) is not in mixedCase
Parameter ERC677BridgeToken.claimTokens(address,address)._token (#774) is not in mixedCase
Parameter ERC677BridgeToken.claimTokens(address,address)._to (#774) is not in mixedCase
Parameter PermittableToken.transferFrom(address,address,uint256)._sender (#829) is not in mixedCase
Parameter PermittableToken.transferFrom(address,address,uint256)._recipient (#829) is not in mixedCase
Parameter PermittableToken.transferFrom(address,address,uint256)._amount (#829) is not in mixedCase
Parameter PermittableToken.approve(address,uint256)._to (#862) is not in mixedCase
Parameter PermittableToken.approve(address,uint256)._value (#862) is not in mixedCase
Parameter PermittableToken.increaseAllowance(address,uint256)._to (#870) is not in mixedCase
Parameter PermittableToken.increaseAllowance(address,uint256)._addedValue (#870) is not in mixedCase
Parameter PermittableToken.push(address,uint256)._to (#878) is not in mixedCase
Parameter PermittableToken.push(address,uint256)._amount (#878) is not in mixedCase
Parameter PermittableToken.pull(address,uint256)._from (#886) is not in mixedCase
Parameter PermittableToken.pull(address,uint256)._amount (#886) is not in mixedCase
Parameter PermittableToken.move(address,address,uint256)._from (#894) is not in mixedCase
Parameter PermittableToken.move(address,address,uint256)._to (#894) is not in mixedCase
Parameter PermittableToken.move(address,address,uint256)._amount (#894) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32)._holder (#913) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32)._spender (#914) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32)._nonce (#915) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32)._expiry (#916) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32)._allowed (#917) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32)._v (#918) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32)._r (#919) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,bool,uint8,bytes32,bytes32)._s (#920) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32)._holder (#950) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32)._spender (#951) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32)._value (#952) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32)._deadline (#953) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32)._v (#954) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32)._r (#955) is not in mixedCase
Parameter PermittableToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32)._s (#956) is not in mixedCase
Constant PermittableToken.version (#793) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PermittableToken.DOMAIN_SEPARATOR (#796) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

totalSupply() should be declared external:
- BasicToken.totalSupply() (#94-96)
- ERC20Basic.totalSupply() (#12)
balanceOf(address) should be declared external:
- BasicToken.balanceOf(address) (#118-120)
- ERC20Basic.balanceOf(address) (#13)
burn(uint256) should be declared external:
- BurnableToken.burn(uint256) (#142-144)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#175)
- PermittableToken.approve(address,uint256) (#862-865)
- StandardToken.approve(address,uint256) (#236-240)
renounceOwnership() should be declared external:
- ERC677BridgeToken.renounceOwnership() (#765-767)
- Ownable.renounceOwnership() (#352-355)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#361-363)
mint(address,uint256) should be declared external:
- MintableToken.mint(address,uint256) (#411-425)
finishMinting() should be declared external:
- ERC677BridgeToken.finishMinting() (#761-763)
- MintableToken.finishMinting() (#431-435)
increaseAllowance(address,uint256) should be declared external:
- ERC677.increaseAllowance(address,uint256) (#504)
- ERC677BridgeToken.increaseAllowance(address,uint256) (#778-780)
- PermittableToken.increaseAllowance(address,uint256) (#870-873)
decreaseAllowance(address,uint256) should be declared external:
- ERC677.decreaseAllowance(address,uint256) (#505)
- ERC677BridgeToken.decreaseAllowance(address,uint256) (#782-784)
transfer(address,uint256) should be declared external:
- LegacyERC20.transfer(address,uint256) (#509)
transferFrom(address,address,uint256) should be declared external:
- LegacyERC20.transferFrom(address,address,uint256) (#510)
mint(address,uint256) should be declared external:
- IBurnableMintableERC677Token.mint(address,uint256) (#519)
burn(uint256) should be declared external:
- IBurnableMintableERC677Token.burn(uint256) (#520)
push(address,uint256) should be declared external:
- PermittableToken.push(address,uint256) (#878-880)
pull(address,uint256) should be declared external:
- PermittableToken.pull(address,uint256) (#886-888)
move(address,address,uint256) should be declared external:
- PermittableToken.move(address,address,uint256) (#894-896)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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 is deployed only at one blockchain


Token has only one trading pair


Last post in Twitter was more than 30 days ago


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


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


Young tokens have high risks of price dump / death


Young tokens have high risks of scam / price dump / death


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


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for STT

News for STT