World Loan Finance is a decentralized lending platform that provides loans and investments options to everyone.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Loan.allowance(address,address).owner (#350) shadows:
- Ownable.owner() (#149-151) (function)
Loan._approve(address,address,uint256).owner (#536) shadows:
- Ownable.owner() (#149-151) (function)
Rename the local variables that shadow another component.
Additional information: link
AntiWhale.isWhale(uint256) (#212-223) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp >= startDate && block.timestamp <= endDate (#219)
Avoid relying on block.timestamp.
Additional information: link
AntiWhale.activateAntiWhale() (#195-198) compares to a boolean constant:
-require(bool)(antiWhaleActivated == false) (#196)
AntiWhale.deActivateAntiWhale() (#200-203) compares to a boolean constant:
-require(bool)(antiWhaleActivated == true) (#201)
AntiWhale.isWhale(uint256) (#212-223) compares to a boolean constant:
-msg.sender == owner() || antiWhaleActivated == false || amount <= limitWhale (#214-216)
Remove the equality to the boolean constant.
Additional information: link
Context._msgData() (#20-23) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._startDate (#205) is not in mixedCase
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._endDate (#205) is not in mixedCase
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._limitWhale (#205) is not in mixedCase
Constant Loan.maxCap (#261) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#21)" inContext (#15-24)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Loan.slitherConstructorConstantVariables() (#252-547) uses literals with too many digits:
- maxCap = 100000000000 * (10 ** 18) (#261)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Loan._decimals (#259) is never used in Loan (#252-547)
Remove unused state variables.
Additional information: link
Loan._decimals (#259) should be constant
Loan._name (#257) should be constant
Loan._symbol (#258) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#168-171)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#177-184)
activateAntiWhale() should be declared external:
- AntiWhale.activateAntiWhale() (#195-198)
deActivateAntiWhale() should be declared external:
- AntiWhale.deActivateAntiWhale() (#200-203)
setAntiWhale(uint256,uint256,uint256) should be declared external:
- AntiWhale.setAntiWhale(uint256,uint256,uint256) (#205-210)
name() should be declared external:
- Loan.name() (#280-282)
symbol() should be declared external:
- Loan.symbol() (#288-290)
decimals() should be declared external:
- Loan.decimals() (#305-307)
totalSupply() should be declared external:
- Loan.totalSupply() (#312-314)
balanceOf(address) should be declared external:
- Loan.balanceOf(address) (#319-327)
transfer(address,uint256) should be declared external:
- Loan.transfer(address,uint256) (#337-345)
allowance(address,address) should be declared external:
- Loan.allowance(address,address) (#350-358)
approve(address,uint256) should be declared external:
- Loan.approve(address,uint256) (#367-375)
transferFrom(address,address,uint256) should be declared external:
- Loan.transferFrom(address,address,uint256) (#390-405)
increaseAllowance(address,uint256) should be declared external:
- Loan.increaseAllowance(address,uint256) (#419-430)
decreaseAllowance(address,uint256) should be declared external:
- Loan.decreaseAllowance(address,uint256) (#446-459)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
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 token on CoinHunt
Additional information: link
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Unable to find Youtube account
Unable to find Discord account