#Front Row is a next-generation #NFT and social networking platform that connects a community of fans to their favorite celebrities, artists, and influencers.
BridgeMintableTokenV2.withdrawTokenIfStuck(address,address) (#917-921) ignores return value by IERC20(token).transfer(beneficiary,amount) (#919)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.6.0<0.8.0']
- >=0.6.0<0.8.0 (#6)
- >=0.6.0<0.8.0 (#33)
- >=0.6.0<0.8.0 (#113)
- >=0.6.0<0.8.0 (#330)
- >=0.6.0<0.8.0 (#637)
- 0.6.12 (#727)
Use one Solidity version.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#6) is too complex
Pragma version>=0.6.0<0.8.0 (#33) is too complex
Pragma version>=0.6.0<0.8.0 (#113) is too complex
Pragma version>=0.6.0<0.8.0 (#330) is too complex
Pragma version>=0.6.0<0.8.0 (#637) is too complex
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
Redundant expression "this (#24)" inContext (#18-27)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BridgeMintableTokenV2.constructor(string,string,uint8,address).chainportCongress_ (#754) lacks a zero-check on :
- chainportCongress = chainportCongress_ (#760)
Check that the address is not zero.
Additional information: link
Reentrancy in BridgeMintableTokenV2.withdrawTokenIfStuck(address,address) (#917-921):
External calls:
- IERC20(token).transfer(beneficiary,amount) (#919)
Event emitted after the call(s):
- StuckTokenWithdrawn(token,beneficiary,amount) (#920)
Apply the check-effects-interactions pattern.
Additional information: link
Context._msgData() (#23-26) is never used and should be removed
SafeMath.div(uint256,uint256) (#245-248) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#300-303) is never used and should be removed
SafeMath.mod(uint256,uint256) (#262-265) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#320-323) is never used and should be removed
SafeMath.mul(uint256,uint256) (#226-231) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#134-138) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#170-173) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#180-183) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#155-163) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#145-148) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter BridgeMintableTokenV2.mint(address,uint256)._to (#792) is not in mixedCase
Parameter BridgeMintableTokenV2.mint(address,uint256)._amount (#792) is not in mixedCase
Parameter BridgeMintableTokenV2.setSideBridgeContract(address)._chainportBridge (#883) is not in mixedCase
Parameter BridgeMintableTokenV2.setChainportCongress(address)._chainportCongress (#894) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable BridgeMintableTokenV2.setChainportCongress(address)._chainportCongress (#894) is too similar to BridgeMintableTokenV2.constructor(string,string,uint8,address).chainportCongress_ (#754)
Prevent variables from having similar names.
Additional information: link
name() should be declared external:
- ERC20.name() (#389-391)
symbol() should be declared external:
- ERC20.symbol() (#397-399)
decimals() should be declared external:
- ERC20.decimals() (#414-416)
totalSupply() should be declared external:
- ERC20.totalSupply() (#421-423)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#428-430)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#440-443)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#459-462)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#477-481)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#495-498)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#514-517)
mint(address,uint256) should be declared external:
- BridgeMintableTokenV2.mint(address,uint256) (#792-795)
burn(uint256) should be declared external:
- BridgeMintableTokenV2.burn(uint256) (#802-804)
burnFrom(address,uint256) should be declared external:
- BridgeMintableTokenV2.burnFrom(address,uint256) (#817-822)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract name (Frontrow [via ChainPort.io]) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
Unable to find token contract audit
Unable to find audit link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
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
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account