PRIMAL Token Token Logo

PRIMAL Token

About PRIMAL

Listings

Token 16 months
CoinGecko 16 months
CoinMarketCap 18 months

PRIMAL combines 2 massively successful concepts: STEPN-style sports + Chiliz-style fan tokens.

Designed for Mass Adoption:

Connecting fans with celebrity athletes Train & earn all types of fitness activities Trade your favorite athletes fan tokens.

Inner Circle PRIMAL’s Inner Circle connects fans & athletes like never before through it’s industry defining app. Think Patreon meets masterclass fuelled by the blockchain. The Inner Circle allows athletes from any discipline to create their own ecosystem supporting athletes throughout their careers offering revenue streams and media support. Users pay $PRIMAL to access the Inner Circles

Fan Token Current projects connects fans to institutions. PRIMAL seeks to decentralise away from large companies and connect fans directly to their favourite athletes. Athlete Fan Tokens (ATLs) are issued by athletes so fans get real, influential interactions. Fans buy $PRIMAL to access Fan Tokens.

Move2Earn Workout the way you want, when you want. Unlike other M2E projects that only focus on running and penalise you, PRIMAL is rolling out an app that rewards all types of fitness activities. Take what you have learned from athletes through the Inner Circle and start earning through the PRIMAL app immediately.

Social

Laser Scorebeta Last Audit: 10 December 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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


Contract ownership is semi-renounced (passed to a contract)

AnyswapV6ERC20.initVault(address) (#122-128) should emit an event for:
- vault = _vault (#125)
Emit an event for critical parameter changes.

Additional information: link

AnyswapV6ERC20.initVault(address)._vault (#122) lacks a zero-check on :
- vault = _vault (#125)
AnyswapV6ERC20.constructor(string,string,uint8,address,address)._vault (#216) lacks a zero-check on :
- vault = _vault (#231)
AnyswapV6ERC20.constructor(string,string,uint8,address,address)._underlying (#216) lacks a zero-check on :
- underlying = _underlying (#220)
Check that the address is not zero.

Additional information: link

Reentrancy in AnyswapV6ERC20.deposit(uint256,address) (#250-253):
External calls:
- IERC20(underlying).safeTransferFrom(msg.sender,address(this),amount) (#251)
State variables written after the call(s):
- _deposit(amount,to) (#252)
- _totalSupply += amount (#302)
- _deposit(amount,to) (#252)
- balanceOf[account] += amount (#303)
Reentrancy in AnyswapV6ERC20.deposit() (#239-243):
External calls:
- IERC20(underlying).safeTransferFrom(msg.sender,address(this),_amount) (#241)
State variables written after the call(s):
- _deposit(_amount,msg.sender) (#242)
- _totalSupply += amount (#302)
- _deposit(_amount,msg.sender) (#242)
- balanceOf[account] += amount (#303)
Reentrancy in AnyswapV6ERC20.deposit(uint256) (#245-248):
External calls:
- IERC20(underlying).safeTransferFrom(msg.sender,address(this),amount) (#246)
State variables written after the call(s):
- _deposit(amount,msg.sender) (#247)
- _totalSupply += amount (#302)
- _deposit(amount,msg.sender) (#247)
- balanceOf[account] += amount (#303)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#25-31) uses assembly
- INLINE ASM (#29)
Do not use evm assembly.

Additional information: link

SafeERC20.safeApprove(IERC20,address,uint256) (#45-50) is never used and should be removed
Remove unused functions.

Additional information: link

Reentrancy in AnyswapV6ERC20.deposit(uint256,address) (#250-253):
External calls:
- IERC20(underlying).safeTransferFrom(msg.sender,address(this),amount) (#251)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#304)
- _deposit(amount,to) (#252)
Reentrancy in AnyswapV6ERC20.Swapin(bytes32,address,uint256) (#187-195):
External calls:
- IERC20(underlying).safeTransfer(account,amount) (#189)
Event emitted after the call(s):
- LogSwapin(txhash,account,amount) (#193)
Reentrancy in AnyswapV6ERC20.Swapout(uint256,address) (#197-207):
External calls:
- IERC20(underlying).safeTransferFrom(msg.sender,address(this),amount) (#201)
Event emitted after the call(s):
- LogSwapout(msg.sender,bindaddr,amount) (#205)
Reentrancy in AnyswapV6ERC20.deposit(uint256) (#245-248):
External calls:
- IERC20(underlying).safeTransferFrom(msg.sender,address(this),amount) (#246)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#304)
- _deposit(amount,msg.sender) (#247)
Reentrancy in AnyswapV6ERC20.deposit() (#239-243):
External calls:
- IERC20(underlying).safeTransferFrom(msg.sender,address(this),_amount) (#241)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#304)
- _deposit(_amount,msg.sender) (#242)
Apply the check-effects-interactions pattern.

Additional information: link

AnyswapV6ERC20.applyVault() (#136-142) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(pendingVault != address(0) && block.timestamp >= delayVault) (#137)
AnyswapV6ERC20.applyMinter() (#150-157) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(pendingMinter != address(0) && block.timestamp >= delayMinter) (#151)
Avoid relying on block.timestamp.

Additional information: link

Pragma version^0.8.2 (#7) allows old versions
solc-0.8.17 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 SafeERC20.callOptionalReturn(IERC20,bytes) (#51-62):
- (success,returndata) = address(token).call(data) (#55)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter AnyswapV6ERC20.initVault(address)._vault (#122) is not in mixedCase
Parameter AnyswapV6ERC20.setMinter(address)._auth (#144) is not in mixedCase
Function AnyswapV6ERC20.Swapout(uint256,address) (#197-207) is not in mixedCase
Parameter AnyswapV6ERC20.revokeMinter(address)._auth (#160) is not in mixedCase
Parameter AnyswapV6ERC20.setVault(address)._vault (#130) is not in mixedCase
Function AnyswapV6ERC20.Swapin(bytes32,address,uint256) (#187-195) is not in mixedCase
Constant AnyswapV6ERC20.underlyingIsMinted (#72) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Holders:


Unable to find PancakeSwap trading pair to compute liquidity.


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


Unable to find Blog account (Reddit or Medium)


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 find KYC or doxxing proof


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


Unable to find code repository for the project


Token is not listed at Mobula.Finance

Additional information: link


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


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


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


Token has no active CoinGecko listing / rank


Young tokens have high risks of price dump / death

Price for PRIMAL

News for PRIMAL