Shirtum is a global marketplace of digital assets, for Players to share their stories with fans and invite them to join in collecting digital sports memorabilia directly from their idols.
Our mission is to empower sports athletes as creators and build a direct connection between them and their fans. We create, together with the athlete, exclusive content in which they explain the stories behind the most relevant moments of their careers. Then, we embed that content into our NFTs and build a marketplace where both crypto and FIAT users can collect and trade those NFTs as they learn more about their favorite players
Users will also be able to collect and exchange limited edition tokens linked to each piece of memorabilia in personalized galleries for users through the platform.
Shirtum will generate a direct connection between Players and thousands of fans, much stronger than a mere image transaction and significantly improving the current value proposition of collecting in the sports world.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Shirtum.allowance(address,address).owner (#402) shadows:
- Ownable.owner() (#305-307) (function)
Shirtum._approve(address,address,uint256).owner (#469) shadows:
- Ownable.owner() (#305-307) (function)
Rename the local variables that shadow another component.
Additional information: link
Shirtum.setMaxTxDate() (#446-449) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_disableMaxTxDate == 0,Already setted) (#447)
Shirtum._transfer(address,address,uint256) (#451-460) uses timestamp for comparisons
Dangerous comparisons:
- ! _whiteList[recipient] && ! _whiteList[sender] && _disableMaxTxDate > 0 && block.timestamp < _disableMaxTxDate (#454)
Avoid relying on block.timestamp.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.4', '^0.6.0']
- ^0.6.0 (#5)
- ^0.6.0 (#85)
- ^0.6.0 (#112)
- ^0.6.0 (#274)
- 0.6.4 (#342)
Use one Solidity version.
Additional information: link
Context._msgData() (#102-105) is never used and should be removed
SafeMath.div(uint256,uint256) (#212-214) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#228-234) is never used and should be removed
SafeMath.mod(uint256,uint256) (#248-250) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#264-267) is never used and should be removed
SafeMath.mul(uint256,uint256) (#186-198) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.6.0 (#5) allows old versions
Pragma version^0.6.0 (#85) allows old versions
Pragma version^0.6.0 (#112) allows old versions
Pragma version^0.6.0 (#274) allows old versions
Pragma version0.6.4 (#342) allows old versions
solc-0.6.4 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
Variable Shirtum._whiteList (#362) is not in mixedCase
Variable Shirtum._maxAmountAtStart (#363) is not in mixedCase
Variable Shirtum._disableMaxTxDate (#364) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#103)" inContext (#97-106)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Shirtum.constructor() (#366-375) uses literals with too many digits:
- amount = 1000000000000000000000000000 (#370)
Shirtum.slitherConstructorVariables() (#348-478) uses literals with too many digits:
- _maxAmountAtStart = 250000000000000000000000 (#363)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Shirtum._maxAmountAtStart (#363) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#305-307)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#324-327)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#333-337)
name() should be declared external:
- Shirtum.name() (#377-379)
symbol() should be declared external:
- Shirtum.symbol() (#381-383)
decimals() should be declared external:
- Shirtum.decimals() (#385-387)
totalSupply() should be declared external:
- Shirtum.totalSupply() (#389-391)
balanceOf(address) should be declared external:
- Shirtum.balanceOf(address) (#393-395)
transfer(address,uint256) should be declared external:
- Shirtum.transfer(address,uint256) (#397-400)
approve(address,uint256) should be declared external:
- Shirtum.approve(address,uint256) (#406-409)
transferFrom(address,address,uint256) should be declared external:
- Shirtum.transferFrom(address,address,uint256) (#411-415)
increaseAllowance(address,uint256) should be declared external:
- Shirtum.increaseAllowance(address,uint256) (#417-420)
decreaseAllowance(address,uint256) should be declared external:
- Shirtum.decreaseAllowance(address,uint256) (#422-425)
burn(uint256) should be declared external:
- Shirtum.burn(uint256) (#427-429)
burnFrom(address,uint256) should be declared external:
- Shirtum.burnFrom(address,uint256) (#431-436)
Use the external attribute for functions never called from the contract.
Additional information: link
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 Telegram link on the website
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Unable to find Youtube account