Lamden is the performant Python-based blockchain platform that makes using and creating the next generation of decentralized applications (dApps) easy for everyone.
Lamden is fast, with tiny transaction fees, fully open source and a developer-focus. It was built from the ground up to remove technical hurdles and empower developers. Choose to program in Python, or your preferred language, and significantly reduce the time to produce your dApps. Developers are further incentivized since 90% of each transaction fee is returned to the dApp creator.
$TAU has a maximum supply of 248 million and is deflationary with 1% of each transaction burned. $TAU is the incentive that rewards participants for their efforts within the Lamden network. The platform’s economics provide hassle-free, transparent reward distribution that seamlessly adapt to current market conditions.
Lamden is paving its own path by being one of the only Python-based layer-1 blockchain platforms. With access to a potential developer base of over 8 million, only the sky is the limit. Learn more at Lamden.io
Owned.transferOwnership(address)._newOwner (#71) lacks a zero-check on :
- newOwner = _newOwner (#72)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256) (#19-22) is never used and should be removed
SafeMath.mul(uint256,uint256) (#15-18) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter Owned.transferOwnership(address)._newOwner (#71) is not in mixedCase
Variable Lamden._totalSupply (#93) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#71-73)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#74-79)
totalSupply() should be declared external:
- Lamden.totalSupply() (#114-116)
balanceOf(address) should be declared external:
- Lamden.balanceOf(address) (#122-124)
transfer(address,uint256) should be declared external:
- Lamden.transfer(address,uint256) (#132-137)
approve(address,uint256) should be declared external:
- Lamden.approve(address,uint256) (#148-152)
transferFrom(address,address,uint256) should be declared external:
- Lamden.transferFrom(address,address,uint256) (#164-170)
allowance(address,address) should be declared external:
- Lamden.allowance(address,address) (#177-179)
approveAndCall(address,uint256,bytes) should be declared external:
- Lamden.approveAndCall(address,uint256,bytes) (#187-192)
transferAnyERC20Token(address,uint256) should be declared external:
- Lamden.transferAnyERC20Token(address,uint256) (#198-200)
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 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 Telegram link on the website
Unable to find Twitter link on the website
Unable to find Discord account