Chainlink is a framework for building Decentralized Oracle Networks (DONs) that bring real-world data onto blockchain networks, enabling the creation of hybrid smart contracts. These DONs provide decentralized services such as Price Feeds, Proof of Reserve, Verifiable Randomness, Keepers, and the ability to connect to any web API.
It aims to ensure that the external information (pricing, weather data, event outcomes, etc.) and off-chain computations (randomness, transaction automation, fair ordering, etc.) fed to on-chain smart contracts are reliable and tamper-proof.
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20LINK._approve(address,address,uint256).owner (#582) shadows:
- Ownable.owner() (#297-299) (function)
BEP20LINK.allowance(address,address).owner (#419) shadows:
- Ownable.owner() (#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#316-319)
burn(uint256) should be declared external:
- BEP20LINK.burn(uint256) (#505-508)
increaseAllowance(address,uint256) should be declared external:
- BEP20LINK.increaseAllowance(address,uint256) (#465-468)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#325-327)
decreaseAllowance(address,uint256) should be declared external:
- BEP20LINK.decreaseAllowance(address,uint256) (#484-487)
mint(uint256) should be declared external:
- BEP20LINK.mint(uint256) (#497-500)
Use the external attribute for functions never called from the contract.
Additional information: link
SafeMath.mul(uint256,uint256) (#187-199) is never used and should be removed
BEP20LINK._burnFrom(address,uint256) (#596-599) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-265) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#227-234) is never used and should be removed
Context._msgData() (#113-116) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
SafeMath.div(uint256,uint256) (#212-214) is never used and should be removed
Remove unused functions.
Additional information: link
Variable BEP20LINK._decimals (#347) is not in mixedCase
Variable BEP20LINK._symbol (#348) is not in mixedCase
Variable BEP20LINK._name (#349) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
BEP20LINK.constructor() (#351-359) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000 (#355)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Unable to find audit link on the website
Token is not listed at Mobula.Finance
Additional information: link