oxbull.tech Token Logo

OXB [oxbull.tech] Token

About OXB

Listings

Token 3 years
CoinGecko 3 years
CoinMarketCap 3 years

Blockchain project incubator for Tech Enthusiasts by Tech Enthusiasts. All OxB transaction incurs a "Reflection Fee" which redistributes tokens amongst holders. No staking or farming required. Our ultimate vision is to be the DuckDAO for semi/anonymous team, focusing on bright and talented tech/STEM students who want to contribute and make the world a better place. Hold your OxB and be early investors for potential next vibrant tech startup. To be successful, OxBull rely on the thousands of community members. Early community members and holder of OxB will serve as responsible stewards of OxBull to maintain the neutrality of the development of OxBull ecosystem.

Social

Laser Scorebeta Last Audit: 10 October 2022

report
Token seems to be legit.

Anti-Scam

Links


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


Contract ownership is not renounced (belongs to a wallet)

OXBULL._decimals (#467) should be constant
OXBULL._symbol (#474) should be constant
OXBULL._name (#473) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Constant OXBULL._tTotal (#469) is not in UPPER_CASE_WITH_UNDERSCORES
Function OXBULL._burn(address,uint256) (#589-595) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

OXBULL._approve(address,address,uint256).owner (#597) shadows:
- Ownable.owner() (#421-423) (function)
OXBULL.allowance(address,address).owner (#508) shadows:
- Ownable.owner() (#421-423) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#275-284) uses assembly
- INLINE ASM (#282)
Address._functionCallWithValue(address,bytes,uint256,string) (#368-389) uses assembly
- INLINE ASM (#381-384)
Do not use evm assembly.

Additional information: link

OXBULL.includeAccount(address) (#576-587) has costly operations inside a loop:
- _excluded.pop() (#583)
Use a local variable to hold the loop computation result.

Additional information: link

Address.sendValue(address,uint256) (#302-308) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#353-355) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#248-251) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#363-366) is never used and should be removed
Context._msgData() (#14-17) is never used and should be removed
SafeMath.mod(uint256,uint256) (#232-234) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#368-389) is never used and should be removed
Address.isContract(address) (#275-284) is never used and should be removed
Address.functionCall(address,bytes,string) (#338-340) is never used and should be removed
Address.functionCall(address,bytes) (#328-330) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.0 (#7) 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) (#368-389):
- (success,returndata) = target.call{value: weiValue}(data) (#372)
Low level call in Address.sendValue(address,uint256) (#302-308):
- (success) = recipient.call{value: amount}() (#306)
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 (#15)" inContext (#9-18)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable OXBULL._transferStandard(address,address,uint256).rTransferAmount (#624) is too similar to OXBULL._transferBothExcluded(address,address,uint256).tTransferAmount (#650)
Variable OXBULL.reflectionFromToken(uint256,bool).rTransferAmount (#556) is too similar to OXBULL._transferFromExcluded(address,address,uint256).tTransferAmount (#641)
Variable OXBULL._transferFromExcluded(address,address,uint256).rTransferAmount (#641) is too similar to OXBULL._transferStandard(address,address,uint256).tTransferAmount (#624)
Variable OXBULL._transferToExcluded(address,address,uint256).rTransferAmount (#632) is too similar to OXBULL._transferStandard(address,address,uint256).tTransferAmount (#624)
Variable OXBULL._transferFromExcluded(address,address,uint256).rTransferAmount (#641) is too similar to OXBULL._transferBothExcluded(address,address,uint256).tTransferAmount (#650)
Variable OXBULL._transferBothExcluded(address,address,uint256).rTransferAmount (#650) is too similar to OXBULL._transferFromExcluded(address,address,uint256).tTransferAmount (#641)
Variable OXBULL._transferFromExcluded(address,address,uint256).rTransferAmount (#641) is too similar to OXBULL._transferFromExcluded(address,address,uint256).tTransferAmount (#641)
Variable OXBULL._getRValues(uint256,uint256,uint256).rTransferAmount (#680) is too similar to OXBULL._transferToExcluded(address,address,uint256).tTransferAmount (#632)
Variable OXBULL._transferToExcluded(address,address,uint256).rTransferAmount (#632) is too similar to OXBULL._transferFromExcluded(address,address,uint256).tTransferAmount (#641)
Variable OXBULL._transferStandard(address,address,uint256).rTransferAmount (#624) is too similar to OXBULL._transferFromExcluded(address,address,uint256).tTransferAmount (#641)
Variable OXBULL._transferFromExcluded(address,address,uint256).rTransferAmount (#641) is too similar to OXBULL._getTValues(uint256).tTransferAmount (#673)
Variable OXBULL._transferStandard(address,address,uint256).rTransferAmount (#624) is too similar to OXBULL._getValues(uint256).tTransferAmount (#665)
Variable OXBULL._transferToExcluded(address,address,uint256).rTransferAmount (#632) is too similar to OXBULL._transferBothExcluded(address,address,uint256).tTransferAmount (#650)
Variable OXBULL._transferFromExcluded(address,address,uint256).rTransferAmount (#641) is too similar to OXBULL._getValues(uint256).tTransferAmount (#665)
Variable OXBULL._getValues(uint256).rTransferAmount (#667) is too similar to OXBULL._getTValues(uint256).tTransferAmount (#673)
Variable OXBULL._transferBothExcluded(address,address,uint256).rTransferAmount (#650) is too similar to OXBULL._getValues(uint256).tTransferAmount (#665)
Variable OXBULL.reflectionFromToken(uint256,bool).rTransferAmount (#556) is too similar to OXBULL._transferToExcluded(address,address,uint256).tTransferAmount (#632)
Variable OXBULL._transferStandard(address,address,uint256).rTransferAmount (#624) is too similar to OXBULL._transferToExcluded(address,address,uint256).tTransferAmount (#632)
Variable OXBULL._transferToExcluded(address,address,uint256).rTransferAmount (#632) is too similar to OXBULL._getValues(uint256).tTransferAmount (#665)
Variable OXBULL.reflectionFromToken(uint256,bool).rTransferAmount (#556) is too similar to OXBULL._transferStandard(address,address,uint256).tTransferAmount (#624)
Variable OXBULL._transferBothExcluded(address,address,uint256).rTransferAmount (#650) is too similar to OXBULL._transferBothExcluded(address,address,uint256).tTransferAmount (#650)
Variable OXBULL.reflectionFromToken(uint256,bool).rTransferAmount (#556) is too similar to OXBULL._getTValues(uint256).tTransferAmount (#673)
Variable OXBULL._getValues(uint256).rTransferAmount (#667) is too similar to OXBULL._transferFromExcluded(address,address,uint256).tTransferAmount (#641)
Variable OXBULL._transferStandard(address,address,uint256).rTransferAmount (#624) is too similar to OXBULL._getTValues(uint256).tTransferAmount (#673)
Variable OXBULL._getRValues(uint256,uint256,uint256).rTransferAmount (#680) is too similar to OXBULL._transferBothExcluded(address,address,uint256).tTransferAmount (#650)
Variable OXBULL._transferBothExcluded(address,address,uint256).rTransferAmount (#650) is too similar to OXBULL._getTValues(uint256).tTransferAmount (#673)
Variable OXBULL._transferBothExcluded(address,address,uint256).rTransferAmount (#650) is too similar to OXBULL._transferStandard(address,address,uint256).tTransferAmount (#624)
Variable OXBULL._getRValues(uint256,uint256,uint256).rTransferAmount (#680) is too similar to OXBULL._getValues(uint256).tTransferAmount (#665)
Variable OXBULL._transferFromExcluded(address,address,uint256).rTransferAmount (#641) is too similar to OXBULL._transferToExcluded(address,address,uint256).tTransferAmount (#632)
Variable OXBULL._transferToExcluded(address,address,uint256).rTransferAmount (#632) is too similar to OXBULL._transferToExcluded(address,address,uint256).tTransferAmount (#632)
Variable OXBULL._getValues(uint256).rTransferAmount (#667) is too similar to OXBULL._getValues(uint256).tTransferAmount (#665)
Variable OXBULL._transferStandard(address,address,uint256).rTransferAmount (#624) is too similar to OXBULL._transferStandard(address,address,uint256).tTransferAmount (#624)
Variable OXBULL._transferToExcluded(address,address,uint256).rTransferAmount (#632) is too similar to OXBULL._getTValues(uint256).tTransferAmount (#673)
Variable OXBULL._getValues(uint256).rTransferAmount (#667) is too similar to OXBULL._transferToExcluded(address,address,uint256).tTransferAmount (#632)
Variable OXBULL._getValues(uint256).rTransferAmount (#667) is too similar to OXBULL._transferStandard(address,address,uint256).tTransferAmount (#624)
Variable OXBULL.reflectionFromToken(uint256,bool).rTransferAmount (#556) is too similar to OXBULL._transferBothExcluded(address,address,uint256).tTransferAmount (#650)
Variable OXBULL._getRValues(uint256,uint256,uint256).rTransferAmount (#680) is too similar to OXBULL._transferFromExcluded(address,address,uint256).tTransferAmount (#641)
Variable OXBULL._getRValues(uint256,uint256,uint256).rTransferAmount (#680) is too similar to OXBULL._transferStandard(address,address,uint256).tTransferAmount (#624)
Variable OXBULL._transferBothExcluded(address,address,uint256).rTransferAmount (#650) is too similar to OXBULL._transferToExcluded(address,address,uint256).tTransferAmount (#632)
Variable OXBULL._getValues(uint256).rTransferAmount (#667) is too similar to OXBULL._transferBothExcluded(address,address,uint256).tTransferAmount (#650)
Variable OXBULL.reflectionFromToken(uint256,bool).rTransferAmount (#556) is too similar to OXBULL._getValues(uint256).tTransferAmount (#665)
Variable OXBULL._getRValues(uint256,uint256,uint256).rTransferAmount (#680) is too similar to OXBULL._getTValues(uint256).tTransferAmount (#673)
Prevent variables from having similar names.

Additional information: link

symbol() should be declared external:
- OXBULL.symbol() (#486-488)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#440-443)
approve(address,uint256) should be declared external:
- OXBULL.approve(address,uint256) (#512-515)
decimals() should be declared external:
- OXBULL.decimals() (#490-492)
balanceOf(address) should be declared external:
- OXBULL.balanceOf(address) (#498-501)
owner() should be declared external:
- Ownable.owner() (#421-423)
transfer(address,uint256) should be declared external:
- OXBULL.transfer(address,uint256) (#503-506)
totalSupply() should be declared external:
- OXBULL.totalSupply() (#494-496)
transferFrom(address,address,uint256) should be declared external:
- OXBULL.transferFrom(address,address,uint256) (#517-521)
totalFees() should be declared external:
- OXBULL.totalFees() (#537-539)
isExcluded(address) should be declared external:
- OXBULL.isExcluded(address) (#533-535)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#449-453)
increaseAllowance(address,uint256) should be declared external:
- OXBULL.increaseAllowance(address,uint256) (#523-526)
name() should be declared external:
- OXBULL.name() (#482-484)
allowance(address,address) should be declared external:
- OXBULL.allowance(address,address) (#508-510)
decreaseAllowance(address,uint256) should be declared external:
- OXBULL.decreaseAllowance(address,uint256) (#528-531)
deliver(uint256) should be declared external:
- OXBULL.deliver(uint256) (#541-548)
reflectionFromToken(uint256,bool) should be declared external:
- OXBULL.reflectionFromToken(uint256,bool) (#550-559)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract name (oxbull.tech) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Holders:

Contract has 2% buy tax and 1% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Unable to find Discord 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


Token is not listed at Mobula.Finance

Additional information: link

No disclosed threats

Price for OXB

News for OXB