desk.lsr.finance
Open in
urlscan Pro
2606:4700:20::681a:9f
Public Scan
URL:
https://desk.lsr.finance/asset/deri-deri/
Submission: On June 18 via api from FI — Scanned from FI
Submission: On June 18 via api from FI — Scanned from FI
Form analysis
2 forms found in the DOM<form id="report-token-form">
<input type="hidden" name="csrfmiddlewaretoken" value="DAupwcmH41476dExBMAv2z0Qvl7oaH1XGnprgSlgcMrF71w0dGbasRmpM1hWyeE2">
<div class="fv-row mb-10 fv-plugins-icon-container">
<label class="fs-5 fw-bold mb-2">
<span class="required">Description</span>
</label>
<textarea class="form-control form-control-lg form-control-solid p-3" name="reported-message" rows="2" placeholder=""></textarea>
<div class="fs-6 text-gray-700">Example: this is scam, it stole all tokens from my wallet, check https://www.youtube.com/watch?v=WFSd1QgobMk</div>
<div class="fv-plugins-message-container invalid-feedback"></div>
</div>
<div class="fv-row mb-10 fv-plugins-icon-container">
<label class="d-flex align-items-center fs-5 fw-bold mb-2">
<span class="required">Contract</span>
</label>
<input type="text" readonly="" class="form-control-plaintext text-gray-700 mx-2" name="reported-contract" value="0xe60eaf5a997dfae83739e035b005a33afdcc6df5">
<div class="fv-plugins-message-container invalid-feedback"></div>
</div>
<div class="fv-row mb-10 fv-plugins-icon-container">
<label class="d-flex align-items-center fs-5 fw-bold mb-2">
<span class="required">Contract Blockchain</span>
</label>
<select class="form-select form-select-sm form-select-solid select2-hidden-accessible" name="reported-blockchain" data-control="select2" data-placeholder="" data-hide-search="true" data-select2-id="select2-data-1-681t" tabindex="-1"
aria-hidden="true">
<option value="binance-smart-chain" selected="" data-select2-id="select2-data-3-6r6x">Binance Smart Chain</option>
</select><span class="select2 select2-container select2-container--bootstrap5" dir="ltr" data-select2-id="select2-data-2-4hok" style="width: 100%;"><span class="selection"><span
class="select2-selection select2-selection--single form-select form-select-sm form-select-solid" role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false"
aria-labelledby="select2-reported-blockchain-1d-container" aria-controls="select2-reported-blockchain-1d-container"><span class="select2-selection__rendered" id="select2-reported-blockchain-1d-container" role="textbox" aria-readonly="true"
title="Binance Smart Chain">Binance Smart Chain</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
<div class="fv-plugins-message-container invalid-feedback"></div>
</div>
</form>
<form id="search-form" data-kt-search-element="form" class="d-flex align-items-center w-100 position-relative px-4 py-2" autocomplete="off">
<input type="hidden">
<span class="">
<i class="fa fa-search text-gray-800"></i>
</span>
<input type="text" class="form-control form-control-flush py-0 px-4" name="search-query" value="" placeholder="Search..." data-kt-search-element="input" id="search-query">
<span class="d-none" data-kt-search-element="spinner">
<span class="spinner-border h-10px w-10px align-middle text-gray-800"></span>
</span>
<span class="d-none" data-kt-search-element="clear">
<i class="fa fa-times text-gray-800"></i>
</span>
<input type="hidden" name="csrfmiddlewaretoken" value="DAupwcmH41476dExBMAv2z0Qvl7oaH1XGnprgSlgcMrF71w0dGbasRmpM1hWyeE2">
</form>
Text Content
Scam? Incorrect information? Report it! Description Example: this is scam, it stole all tokens from my wallet, check https://www.youtube.com/watch?v=WFSd1QgobMk Contract Contract Blockchain Binance Smart Chain Binance Smart Chain Close Submit Please wait... Menu Recent Tokens Audit Queue Scam Helpbook Search by name, ticker, contract address No token found Add POPULAR TOKENS promoted WBNB BLAST XVS PWT OXB WATCH DYP RACA HOO ASPO ONUS OM BabyDoge BSW BSCX DERI TOKEN buy tweet ABOUT DERI LISTINGS AGE 2 years Token 2 years CoinGecko 2 years CoinMarketCap 2 years WEBSITE deri.io DESCRIPTION show... white paper Deri is a decentralized protocol for users to exchange risk exposures precisely and capital-efficiently. It is the DeFi way to trade derivatives: to hedge, to speculate, to arbitrage, all on chain. This is achieved by liquidity pools playing the roles of counterparties for users. With Deri protocol, risk exposures are tokenized as NFTs so that they can be imported into other DeFi projects for their own financial purposes. Having provided an effective on-chain mechanism to exchange and hold risks, Deri protocol has minted one of the most important blocks of the DeFi infrastructure. SOCIAL CONTRACT 0xe60eaf5a997dfae83739e035b005a33afdcc6df5 0xa487bf43cf3b10dffc97a9a744cbb7036965d3b9 LASER SCOREBETA LAST AUDIT: 28 APRIL 2023 update report Moderate risk77% Token seems to be (relatively) fine. It still become a scam, but probability is moderate. ANTI-SCAM LINKS Code Audit CONTRACT 78% [LSR] AUDIT IS UNTRUSTED MAJOR Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains [SLITHER] INCORRECT VERSIONS OF SOLIDITY MINOR solc-0.8.1 is not recommended for deployment Pragma version>=0.8.0<0.9.0 (contracts/Deri.sol#3) is too complex 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 [SLITHER] CONFORMANCE TO SOLIDITY NAMING CONVENTIONS MINOR Modifier Deri._controller_() (contracts/Deri.sol#27-30) is not in mixedCase Follow the Solidity naming convention. Additional information: link [SLITHER] PUBLIC FUNCTION THAT COULD BE DECLARED EXTERNAL MINOR transfer(address,uint256) should be declared external: - Deri.transfer(address,uint256) (contracts/Deri.sol#58-62) balanceOf(address) should be declared external: - Deri.balanceOf(address) (contracts/Deri.sol#43-45) mint(address,uint256) should be declared external: - Deri.mint(address,uint256) (contracts/Deri.sol#79-83) burn(address,uint256) should be declared external: - Deri.burn(address,uint256) (contracts/Deri.sol#85-90) transferFrom(address,address,uint256) should be declared external: - Deri.transferFrom(address,address,uint256) (contracts/Deri.sol#64-77) approve(address,uint256) should be declared external: - Deri.approve(address,uint256) (contracts/Deri.sol#51-56) allowance(address,address) should be declared external: - Deri.allowance(address,address) (contracts/Deri.sol#47-49) setController(address) should be declared external: - Deri.setController(address) (contracts/Deri.sol#37-41) Use the external attribute for functions never called from the contract. Additional information: link TRADING 50% Holders: [LSR] LOW LIQUIDITY CRITICAL Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive. [LSR] FEW SWAPS CRITICAL Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive. SOCIALS 56% [LSR] TWITTER IS INVALID CRITICAL Twitter account link seems to be invalid [LSR] YOUTUBE IS NOT FOUND MINOR Unable to find Youtube account TRANSPARENCY 93% [LSR] NO COINHUNT LISTING MINOR Unable to find token on CoinHunt Additional information: link [LSR] NO MOBULA LISTING MINOR Token is not listed at Mobula.Finance Additional information: link AGE 93% No disclosed threats PRICE FOR DERI LASER DESK beta Copyright © 2022, LaserDesk FAQ Contact us Twitter Telegram Disclaimer Privacy policy Terms & Conditions