JADE Token Logo

JADE Token

About JADE

Listings

Token 3 years
CoinGecko 3 years
CoinMarketCap 3 years
white paper

Jade Protocol is a Decentralized VC Fund. Jade has a community of over 150,000 people and a total treasury of over $70 million. Staking JADE gives you a seat at the VC table, typically a door open only for elites.

Laser Scorebeta Last Audit: 12 September 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

OlympusERC20Token.constructor(string,string)._name (OlympusERC20.sol#15) shadows:
- ERC20._name (ERC20.sol#21) (state variable)
OlympusERC20Token.constructor(string,string)._symbol (OlympusERC20.sol#15) shadows:
- ERC20._symbol (ERC20.sol#23) (state variable)
Rename the local variables that shadow another component.

Additional information: link

VaultOwned.setVault(address) (VaultOwned.sol#13-17) should emit an event for:
- _vault = vault_ (VaultOwned.sol#14)
Emit an event for critical parameter changes.

Additional information: link

VaultOwned.setVault(address).vault_ (VaultOwned.sol#13) lacks a zero-check on :
- _vault = vault_ (VaultOwned.sol#14)
Check that the address is not zero.

Additional information: link

ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (ERC20Permit.sol#38-59) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,Permit: expired deadline) (ERC20Permit.sol#47)
Avoid relying on block.timestamp.

Additional information: link

ERC20.ERC20TOKEN_ERC1820_INTERFACE_ID (ERC20.sol#13) is never used in OlympusERC20Token (OlympusERC20.sol#11-41)
Remove unused state variables.

Additional information: link

Address.isContract(address) (Address.sol#6-12) uses assembly
- INLINE ASM (Address.sol#10)
Address._functionCallWithValue(address,bytes,uint256,string) (Address.sol#43-64) uses assembly
- INLINE ASM (Address.sol#56-59)
Address._verifyCallResult(bool,bytes,string) (Address.sol#90-104) uses assembly
- INLINE ASM (Address.sol#96-99)
ERC20Permit.constructor() (ERC20Permit.sol#21-36) uses assembly
- INLINE ASM (ERC20Permit.sol#23-25)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (Address.sol#43-64) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (Address.sol#90-104) is never used and should be removed
Address.addressToString(address) (Address.sol#106-121) is never used and should be removed
Address.functionCall(address,bytes) (Address.sol#22-24) is never used and should be removed
Address.functionCall(address,bytes,string) (Address.sol#26-28) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (Address.sol#30-32) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (Address.sol#34-41) is never used and should be removed
Address.functionDelegateCall(address,bytes) (Address.sol#78-80) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (Address.sol#82-88) is never used and should be removed
Address.functionStaticCall(address,bytes) (Address.sol#66-68) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (Address.sol#70-76) is never used and should be removed
Address.isContract(address) (Address.sol#6-12) is never used and should be removed
Address.sendValue(address,uint256) (Address.sol#14-20) is never used and should be removed
Counters.decrement(Counters.Counter) (Counters.sol#23-25) is never used and should be removed
SafeERC20._callOptionalReturn(IERC20,bytes) (SafeERC20.sol#37-44) is never used and should be removed
SafeERC20.safeApprove(IERC20,address,uint256) (SafeERC20.sol#19-25) is never used and should be removed
SafeERC20.safeDecreaseAllowance(IERC20,address,uint256) (SafeERC20.sol#32-35) is never used and should be removed
SafeERC20.safeIncreaseAllowance(IERC20,address,uint256) (SafeERC20.sol#27-30) is never used and should be removed
SafeERC20.safeTransfer(IERC20,address,uint256) (SafeERC20.sol#11-13) is never used and should be removed
SafeERC20.safeTransferFrom(IERC20,address,address,uint256) (SafeERC20.sol#15-17) is never used and should be removed
SafeMath.average(uint256,uint256) (SafeMath.sol#83-86) is never used and should be removed
SafeMath.bondingCurve(uint256,uint256) (SafeMath.sol#92-94) is never used and should be removed
SafeMath.div(uint256,uint256) (SafeMath.sol#37-39) is never used and should be removed
SafeMath.div(uint256,uint256,string) (SafeMath.sol#41-47) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#49-51) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#53-56) is never used and should be removed
SafeMath.mul(uint256,uint256) (SafeMath.sol#25-35) is never used and should be removed
SafeMath.percentageAmount(uint256,uint8) (SafeMath.sol#71-73) is never used and should be removed
SafeMath.percentageOfTotal(uint256,uint256) (SafeMath.sol#79-81) is never used and should be removed
SafeMath.quadraticPricing(uint256,uint256) (SafeMath.sol#88-90) is never used and should be removed
SafeMath.sqrrt(uint256) (SafeMath.sol#58-69) is never used and should be removed
SafeMath.substractPercentage(uint256,uint8) (SafeMath.sol#75-77) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (Address.sol#14-20):
- (success) = recipient.call{value: amount}() (Address.sol#18)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (Address.sol#34-41):
- (success,returndata) = target.call{value: value}(data) (Address.sol#39)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (Address.sol#43-64):
- (success,returndata) = target.call{value: weiValue}(data) (Address.sol#47)
Low level call in Address.functionStaticCall(address,bytes,string) (Address.sol#70-76):
- (success,returndata) = target.staticcall(data) (Address.sol#74)
Low level call in Address.functionDelegateCall(address,bytes,string) (Address.sol#82-88):
- (success,returndata) = target.delegatecall(data) (Address.sol#86)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter Address.addressToString(address)._address (Address.sol#106) is not in mixedCase
Variable ERC20._balances (ERC20.sol#15) is not in mixedCase
Variable ERC20._allowances (ERC20.sol#17) is not in mixedCase
Variable ERC20._totalSupply (ERC20.sol#19) is not in mixedCase
Variable ERC20._name (ERC20.sol#21) is not in mixedCase
Variable ERC20._symbol (ERC20.sol#23) is not in mixedCase
Variable ERC20._decimals (ERC20.sol#25) is not in mixedCase
Variable ERC20Permit.DOMAIN_SEPARATOR (ERC20Permit.sol#19) is not in mixedCase
Function OlympusERC20Token._burnFrom(address,uint256) (OlympusERC20.sol#30-39) is not in mixedCase
Variable Ownable._owner (Ownable.sol#8) is not in mixedCase
Variable Ownable._newOwner (Ownable.sol#9) is not in mixedCase
Variable VaultOwned._vault (VaultOwned.sol#11) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#37-39)
decimals() should be declared external:
- ERC20.decimals() (ERC20.sol#41-43)
totalSupply() should be declared external:
- ERC20.totalSupply() (ERC20.sol#45-47)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (ERC20.sol#49-51)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#53-56)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#62-65)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#67-71)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#73-76)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#78-81)
permit(address,address,uint256,uint256,uint8,bytes32,bytes32) should be declared external:
- ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (ERC20Permit.sol#38-59)
nonces(address) should be declared external:
- ERC20Permit.nonces(address) (ERC20Permit.sol#61-63)
burn(uint256) should be declared external:
- OlympusERC20Token.burn(uint256) (OlympusERC20.sol#22-24)
burnFrom(address,uint256) should be declared external:
- OlympusERC20Token.burnFrom(address,uint256) (OlympusERC20.sol#26-28)
policy() should be declared external:
- Ownable.policy() (Ownable.sol#19-21)
renounceManagement() should be declared external:
- Ownable.renounceManagement() (Ownable.sol#38-41)
pushManagement(address) should be declared external:
- Ownable.pushManagement(address) (Ownable.sol#43-47)
pullManagement() should be declared external:
- Ownable.pullManagement() (Ownable.sol#49-53)
vault() should be declared external:
- VaultOwned.vault() (VaultOwned.sol#19-21)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find Youtube account


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for JADE

News for JADE