It’s our mission to make property investment accessible to everyone, delivering extraordinary returns for ordinary people. With MyBricks you’ll be able to invest your crypto into diversified property funds that will generate monthly rental yield. That yield will then be distributed back into your wallet via smart contracts.
Each fund will also have unique perks for investors like low cost rental on premium accommodation, discounts on home improvement services and much more.
Crypto allows you to get involved in one of the most stable, high yield generating asset classes – bricks and mortar – without all the fees, hassle and large investment amounts that come with investing fiat.
Contract ownership is not renounced (belongs to a wallet)
BRICKS.allowance(address,address).owner (#311) shadows:
- Ownable.owner() (#169-171) (function)
BRICKS._approve(address,address,uint256).owner (#524) shadows:
- Ownable.owner() (#169-171) (function)
Rename the local variables that shadow another component.
Additional information: link
BRICKS._transfer(address,address,uint256) (#445-476) performs a multiplication on the result of a division:
-tax_amount_scope_0 = amount * tax_percentage / 10 ** 2 (#468)
-_balances[recipient] += amount - (tax_amount_scope_0 * 3) (#470)
BRICKS._transfer(address,address,uint256) (#445-476) performs a multiplication on the result of a division:
-tax_amount_scope_0 = amount * tax_percentage / 10 ** 2 (#468)
-Transfer(sender,recipient,amount - (tax_amount_scope_0 * 3)) (#471)
Consider ordering multiplication before division.
Additional information: link
BRICKS.setMaxTxAmount(uint256) (#426-429) should emit an event for:
- _maxTxAmount = amount (#427)
Emit an event for critical parameter changes.
Additional information: link
BRICKS.constructor(address,address,address)._team_wallet (#241) lacks a zero-check on :
- team_wallet = _team_wallet (#242)
BRICKS.constructor(address,address,address)._development_wallet (#241) lacks a zero-check on :
- development_wallet = _development_wallet (#243)
BRICKS.constructor(address,address,address)._community_wallet (#241) lacks a zero-check on :
- community_wallet = _community_wallet (#244)
Check that the address is not zero.
Additional information: link
Context._msgData() (#134-137) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#3) allows old versions
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 BRICKS.enableTax(bool).enable_tax (#418) is not in mixedCase
Variable BRICKS.team_wallet (#225) is not in mixedCase
Variable BRICKS.development_wallet (#226) is not in mixedCase
Variable BRICKS.community_wallet (#227) is not in mixedCase
Variable BRICKS._maxTxAmount (#230) is not in mixedCase
Constant BRICKS._decimals (#231) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BRICKS.tax_percentage (#232) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BRICKS._name (#234) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BRICKS._symbol (#235) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BRICKS._enableAntiWhale (#237) is not in mixedCase
Variable BRICKS._enableTax (#238) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#135)" inContext (#129-138)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BRICKS.slitherConstructorVariables() (#220-555) uses literals with too many digits:
- _totalSupply = 1000000000000000000 (#229)
BRICKS.slitherConstructorVariables() (#220-555) uses literals with too many digits:
- _maxTxAmount = 20000000 * 10 ** 9 (#230)
Use: Ether suffix, Time suffix, or The scientific notation
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
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
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank