ALLOY is a yield farming token you earn on the HyperJump platform that can be staked to earn ALLOY + various partner tokens at the same time. Users can stake various tokens to earn ALLOY as well.
Part of the HyperJump Universe.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
GangEast.safeGunsTransfer(address,uint256) (#1157-1164) ignores return value by guns.transfer(_to,_amount) (#1162)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
HyperCity.updatePool(uint256) (#1393-1409) uses a dangerous strict equality:
- lpSupply == 0 (#1399)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
HyperCity.enterMechs(uint256) (#1498-1519) performs a multiplication on the result of a division:
-amountAfterRatio = _amount.div(5) (#1502)
-sanitized = amountAfterRatio.mul(5) (#1503)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in HyperCity.withdraw(uint256,uint256) (#1441-1459):
External calls:
- updatePool(_pid) (#1448)
- alloy.mint(devAddr,alloyReward.div(10)) (#1405)
- alloy.mint(address(mechs),alloyReward) (#1406)
- safeAlloyTransfer(msg.sender,pending) (#1451)
- mechs.safeAlloyTransfer(_to,_amount) (#1555)
- pool.lpToken.safeTransfer(address(msg.sender),_amount) (#1455)
State variables written after the call(s):
- user.rewardDebt = user.amount.mul(pool.accAlloyPerShare).div(1e12) (#1457)
Apply the check-effects-interactions pattern.
Additional information: link
BEP20._approve(address,address,uint256).owner (#944) shadows:
- Ownable.owner() (#611-613) (function)
Rename the local variables that shadow another component.
Additional information: link
HyperCity.set(uint256,uint256,bool) (#1339-1349) should emit an event for:
- totalAllocPoint = totalAllocPoint.sub(poolInfo[_pid].allocPoint).add(_allocPoint) (#1343)
Emit an event for critical parameter changes.
Additional information: link
HyperCity.lpFeeAddress(address)._lpFeeAddr (#1563) lacks a zero-check on :
- lpFeeAddr = _lpFeeAddr (#1564)
Check that the address is not zero.
Additional information: link
Reentrancy in HyperCity.withdraw(uint256,uint256) (#1441-1459):
External calls:
- updatePool(_pid) (#1448)
- alloy.mint(devAddr,alloyReward.div(10)) (#1405)
- alloy.mint(address(mechs),alloyReward) (#1406)
- safeAlloyTransfer(msg.sender,pending) (#1451)
- mechs.safeAlloyTransfer(_to,_amount) (#1555)
- pool.lpToken.safeTransfer(address(msg.sender),_amount) (#1455)
Event emitted after the call(s):
- Withdraw(msg.sender,_pid,_amount) (#1458)
Apply the check-effects-interactions pattern.
Additional information: link
GunsToken.getChainId() (#1112-1116) uses assembly
- INLINE ASM (#1114)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.4.0', '^0.6.0', '^0.6.2']
- >=0.4.0 (#3)
- >=0.4.0 (#192)
- ^0.6.2 (#290)
- ^0.6.0 (#451)
- >=0.4.0 (#551)
- >=0.4.0 (#579)
- >=0.4.0 (#654)
- 0.6.12 (#973)
- 0.6.12 (#1011)
- 0.6.12 (#1047)
- 0.6.12 (#1074)
- 0.6.12 (#1121)
- 0.6.12 (#1170)
- 0.6.12 (#1208)
Use one Solidity version.
Additional information: link
SafeMath.sqrt(uint256) (#177-188) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.4.0 (#654) 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
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#421-447):
- (success,returndata) = target.call{value: weiValue}(data) (#430)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable HyperCity.BONUS_MULTIPLIER (#1263) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#573)" inContext (#563-576)
Remove redundant statements if they congest code but offer no value.
Additional information: link
lpFeeAddress(address) should be declared external:
- HyperCity.lpFeeAddress(address) (#1563-1565)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to crawl data from the website
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
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 token on CoinHunt
Additional information: link
Token has a considerable age, but we're still unable to find its website
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has relatively low CoinGecko rank
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Youtube account