Wrapped BELDEX Token Logo

wBDX [Wrapped BELDEX] Token

About wBDX

Listings

Token 2 years
CoinGecko 5 years
CoinMarketCap 4 years

Website

white paper

Beldex is a privacy-enabled coin, giving power and control to its holders to perform public and private transactions. The transactions can range from traceable publically available and traceable transactions to untraceable private transactions.

BDX coins gives total control to users, empowering them with the choice of making transaction that are traceable and untraceable.With a lot of ICOs around choosing the right one becomes the hardest part in getting stable returns. The most trusted way to choose an ICO for investment is it’s utility aspect. When you choose a coin for investment, it should act as a fuel in the crypto space. The ICO will last till August 15th 2018. The prices of one BDX right now is $0.23 and it’ll be $0.25 from August 1st.

Laser Scorebeta Last Audit: 1 July 2022

report
Token seems to be legit.

Parameter SafeMath.mul(uint256,uint256)._a (#28) is not in mixedCase
Parameter SafeMath.mul(uint256,uint256)._b (#28) is not in mixedCase
Parameter SafeMath.div(uint256,uint256)._a (#44) is not in mixedCase
Parameter SafeMath.div(uint256,uint256)._b (#44) is not in mixedCase
Parameter SafeMath.sub(uint256,uint256)._a (#54) is not in mixedCase
Parameter SafeMath.sub(uint256,uint256)._b (#54) is not in mixedCase
Parameter SafeMath.add(uint256,uint256)._a (#62) is not in mixedCase
Parameter SafeMath.add(uint256,uint256)._b (#62) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._to (#94) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._value (#94) is not in mixedCase
Parameter BasicToken.balanceOf(address)._owner (#109) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#157) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#158) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#159) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#184) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#184) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#197) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#198) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._spender (#217) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._addedValue (#218) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._spender (#239) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._subtractedValue (#240) is not in mixedCase
Parameter Ownable.transferOwnership(address)._newOwner (#326) is not in mixedCase
Parameter MintableToken.mint(address,uint256)._to (#372) is not in mixedCase
Parameter MintableToken.mint(address,uint256)._amount (#373) is not in mixedCase
Parameter BurnableToken.burn(uint256)._value (#413) is not in mixedCase
Parameter BurnableToken.burnWithNote(uint256,string)._value (#422) is not in mixedCase
Parameter BurnableToken.burnWithNote(uint256,string)._note (#422) is not in mixedCase
Parameter PausableToken.transfer(address,uint256)._to (#493) is not in mixedCase
Parameter PausableToken.transfer(address,uint256)._value (#494) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._from (#504) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._to (#505) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._value (#506) is not in mixedCase
Parameter PausableToken.approve(address,uint256)._spender (#516) is not in mixedCase
Parameter PausableToken.approve(address,uint256)._value (#517) is not in mixedCase
Parameter PausableToken.increaseApproval(address,uint256)._spender (#527) is not in mixedCase
Parameter PausableToken.increaseApproval(address,uint256)._addedValue (#528) is not in mixedCase
Parameter PausableToken.decreaseApproval(address,uint256)._spender (#538) is not in mixedCase
Parameter PausableToken.decreaseApproval(address,uint256)._subtractedValue (#539) is not in mixedCase
Parameter SafeERC20.safeTransfer(ERC20Basic,address,uint256)._token (#595) is not in mixedCase
Parameter SafeERC20.safeTransfer(ERC20Basic,address,uint256)._to (#596) is not in mixedCase
Parameter SafeERC20.safeTransfer(ERC20Basic,address,uint256)._value (#597) is not in mixedCase
Parameter SafeERC20.safeTransferFrom(ERC20,address,address,uint256)._token (#605) is not in mixedCase
Parameter SafeERC20.safeTransferFrom(ERC20,address,address,uint256)._from (#606) is not in mixedCase
Parameter SafeERC20.safeTransferFrom(ERC20,address,address,uint256)._to (#607) is not in mixedCase
Parameter SafeERC20.safeTransferFrom(ERC20,address,address,uint256)._value (#608) is not in mixedCase
Parameter SafeERC20.safeApprove(ERC20,address,uint256)._token (#616) is not in mixedCase
Parameter SafeERC20.safeApprove(ERC20,address,uint256)._spender (#617) is not in mixedCase
Parameter SafeERC20.safeApprove(ERC20,address,uint256)._value (#618) is not in mixedCase
Parameter CanReclaimToken.reclaimToken(ERC20Basic)._token (#641) is not in mixedCase
Contract wBeldex (#652-667) is not in CapWords
Follow the Solidity naming convention.

Additional information: link

totalSupply() should be declared external:
- BasicToken.totalSupply() (#85-87)
- ERC20Basic.totalSupply() (#11)
balanceOf(address) should be declared external:
- BasicToken.balanceOf(address) (#109-111)
- ERC20Basic.balanceOf(address) (#12)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#122-123)
- StandardToken.allowance(address,address) (#196-205)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#317-320)
- wBeldex.renounceOwnership() (#663-665)
transferOwnership(address) should be declared external:
- Claimable.transferOwnership(address) (#571-573)
- Ownable.transferOwnership(address) (#326-328)
mint(address,uint256) should be declared external:
- MintableToken.mint(address,uint256) (#371-385)
finishMinting() should be declared external:
- MintableToken.finishMinting() (#391-395)
- wBeldex.finishMinting() (#659-661)
burnWithNote(uint256,string) should be declared external:
- BurnableToken.burnWithNote(uint256,string) (#422-424)
pause() should be declared external:
- Pausable.pause() (#470-473)
unpause() should be declared external:
- Pausable.unpause() (#478-481)
claimOwnership() should be declared external:
- Claimable.claimOwnership() (#578-582)
Use the external attribute for functions never called from the contract.

Additional information: link

Claimable.transferOwnership(address) (#571-573) should emit an event for:
- pendingOwner = newOwner (#572)
Emit an event for critical parameter changes.

Additional information: link

Claimable.transferOwnership(address).newOwner (#571) lacks a zero-check on :
- pendingOwner = newOwner (#572)
Check that the address is not zero.

Additional information: link

Ownable._transferOwnership(address) (#334-338) is never used and should be removed
SafeERC20.safeApprove(ERC20,address,uint256) (#615-623) is never used and should be removed
SafeERC20.safeTransferFrom(ERC20,address,address,uint256) (#604-613) is never used and should be removed
SafeMath.div(uint256,uint256) (#44-49) is never used and should be removed
SafeMath.mul(uint256,uint256) (#28-39) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version0.4.24 (#1) allows old versions
solc-0.4.24 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

Holders:
No disclosed threats
No disclosed threats


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

Additional information: link


Unable to verify token contract address on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link

No disclosed threats

Price for wBDX

News for wBDX