Relay Token Token Logo

RELAY Token

About RELAY

Listings

Token 3 years

RELAY is a multi cross-chain platform developed to bring BaaS (Bridging as a Service) to help the often fragmented DeFi liquidity space. What is really unique to our bridge is that when a new ecosystem is created, our bridge connects that asset and ecosystem to all the other ones we support. At launch we currently support bridging to Ethereum, BSC, Avalanche, Polygon (Matic), and Heco — with more coming soon. Relay's bridges were first to introduce the bridge gas token faucet to Defi where the bridge itself airdrops the native gas token to new users to reduce friction for people starting out on new chains.

Our goal at Relay Chain is simple, ""Have the best and safest bridge"". We will provide value to our token holders by giving them native gas tokens for providing liquidity instead of our native project token (RELAY). By doing this we eliminate all sell pressure to Relay and we can give the highest APY's to Relay Liquidity Providers. This allows us to have a token that provides value, and it's deflationary (via buyback and burns) which is doing with a portion of the gas token profits from bridge transactional volume. The brings the positive feedback loops and true ecosystem synergy into the Relay Chain ecosystem where all partners provide utility to the end users of our platform.

Laser Scorebeta Last Audit: 30 December 2021

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...)

ERC20.constructor(string,string).name (contracts/ERC20PresetMinterPauser.sol#825) shadows:
- ERC20.name() (contracts/ERC20PresetMinterPauser.sol#834-836) (function)
ERC20.constructor(string,string).symbol (contracts/ERC20PresetMinterPauser.sol#825) shadows:
- ERC20.symbol() (contracts/ERC20PresetMinterPauser.sol#842-844) (function)
ERC20PresetMinterPauser.constructor(string,string,uint8).name (contracts/ERC20PresetMinterPauser.sol#1252) shadows:
- ERC20.name() (contracts/ERC20PresetMinterPauser.sol#834-836) (function)
ERC20PresetMinterPauser.constructor(string,string,uint8).symbol (contracts/ERC20PresetMinterPauser.sol#1252) shadows:
- ERC20.symbol() (contracts/ERC20PresetMinterPauser.sol#842-844) (function)
ERC20PresetMinterPauser.constructor(string,string,uint8).decimals (contracts/ERC20PresetMinterPauser.sol#1252) shadows:
- ERC20.decimals() (contracts/ERC20PresetMinterPauser.sol#859-861) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (contracts/ERC20PresetMinterPauser.sol#270-279) uses assembly
- INLINE ASM (contracts/ERC20PresetMinterPauser.sol#277)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.6.0', '^0.6.2']
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#3)
- ^0.6.2 (contracts/ERC20PresetMinterPauser.sol#247)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#308)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#337)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#541)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#619)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#772)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#1079)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#1119)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#1193)
- ^0.6.0 (contracts/ERC20PresetMinterPauser.sol#1221)
Use one Solidity version.

Additional information: link

AccessControl._setRoleAdmin(bytes32,bytes32) (contracts/ERC20PresetMinterPauser.sol#522-524) is never used and should be removed
Address.isContract(address) (contracts/ERC20PresetMinterPauser.sol#270-279) is never used and should be removed
Address.sendValue(address,uint256) (contracts/ERC20PresetMinterPauser.sol#297-303) is never used and should be removed
Context._msgData() (contracts/ERC20PresetMinterPauser.sol#329-332) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (contracts/ERC20PresetMinterPauser.sol#202-204) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (contracts/ERC20PresetMinterPauser.sol#240-242) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (contracts/ERC20PresetMinterPauser.sol#219-221) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (contracts/ERC20PresetMinterPauser.sol#226-228) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (contracts/ERC20PresetMinterPauser.sol#212-214) is never used and should be removed
SafeMath.div(uint256,uint256) (contracts/ERC20PresetMinterPauser.sol#714-716) is never used and should be removed
SafeMath.div(uint256,uint256,string) (contracts/ERC20PresetMinterPauser.sol#729-736) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/ERC20PresetMinterPauser.sol#749-751) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/ERC20PresetMinterPauser.sol#764-767) is never used and should be removed
SafeMath.mul(uint256,uint256) (contracts/ERC20PresetMinterPauser.sol#689-701) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#3) allows old versions
Pragma version^0.6.2 (contracts/ERC20PresetMinterPauser.sol#247) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#308) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#337) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#541) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#619) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#772) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#1079) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#1119) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#1193) allows old versions
Pragma version^0.6.0 (contracts/ERC20PresetMinterPauser.sol#1221) allows old versions
solc-0.6.4 is not recommended for deployment
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.sendValue(address,uint256) (contracts/ERC20PresetMinterPauser.sol#297-303):
- (success) = recipient.call{value: amount}() (contracts/ERC20PresetMinterPauser.sol#301)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Redundant expression "this (contracts/ERC20PresetMinterPauser.sol#330)" inContext (contracts/ERC20PresetMinterPauser.sol#320-333)
Remove redundant statements if they congest code but offer no value.

Additional information: link

getRoleMemberCount(bytes32) should be declared external:
- AccessControl.getRoleMemberCount(bytes32) (contracts/ERC20PresetMinterPauser.sol#418-420)
getRoleMember(bytes32,uint256) should be declared external:
- AccessControl.getRoleMember(bytes32,uint256) (contracts/ERC20PresetMinterPauser.sol#434-436)
getRoleAdmin(bytes32) should be declared external:
- AccessControl.getRoleAdmin(bytes32) (contracts/ERC20PresetMinterPauser.sol#444-446)
grantRole(bytes32,address) should be declared external:
- AccessControl.grantRole(bytes32,address) (contracts/ERC20PresetMinterPauser.sol#458-462)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (contracts/ERC20PresetMinterPauser.sol#473-477)
renounceRole(bytes32,address) should be declared external:
- AccessControl.renounceRole(bytes32,address) (contracts/ERC20PresetMinterPauser.sol#493-497)
name() should be declared external:
- ERC20.name() (contracts/ERC20PresetMinterPauser.sol#834-836)
symbol() should be declared external:
- ERC20.symbol() (contracts/ERC20PresetMinterPauser.sol#842-844)
decimals() should be declared external:
- ERC20.decimals() (contracts/ERC20PresetMinterPauser.sol#859-861)
totalSupply() should be declared external:
- ERC20.totalSupply() (contracts/ERC20PresetMinterPauser.sol#866-868)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (contracts/ERC20PresetMinterPauser.sol#873-875)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (contracts/ERC20PresetMinterPauser.sol#885-888)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (contracts/ERC20PresetMinterPauser.sol#904-907)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (contracts/ERC20PresetMinterPauser.sol#921-925)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (contracts/ERC20PresetMinterPauser.sol#939-942)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (contracts/ERC20PresetMinterPauser.sol#958-961)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (contracts/ERC20PresetMinterPauser.sol#1094-1096)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (contracts/ERC20PresetMinterPauser.sol#1109-1114)
mint(address,uint256) should be declared external:
- ERC20PresetMinterPauser.mint(address,uint256) (contracts/ERC20PresetMinterPauser.sol#1270-1273)
pause() should be declared external:
- ERC20PresetMinterPauser.pause() (contracts/ERC20PresetMinterPauser.sol#1284-1287)
unpause() should be declared external:
- ERC20PresetMinterPauser.unpause() (contracts/ERC20PresetMinterPauser.sol#1298-1301)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


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 token on CoinHunt

Additional information: link


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for RELAY

News for RELAY