Aryacoin is a new age cryptocurrency, which withholds the original principle on which the concept of cryptocurrency was established. Combining the best in blockchain technology since the time of its creation, Aryacoin strives to deliver the highest trading and mining standards for our community.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Wrapped_Aryacoin_Token.update_bridge(address).bridge (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#603) lacks a zero-check on :
- _bridge = bridge (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#604)
Check that the address is not zero.
Additional information: link
Context._msgData() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#22-24) is never used and should be removed
Pausable._pause() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#187-190) is never used and should be removed
Pausable._unpause() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#199-202) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#3) 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
Contract Wrapped_Aryacoin_Token (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#594-643) is not in CapWords
Function Wrapped_Aryacoin_Token.update_bridge(address) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#603-605) is not in mixedCase
Function Wrapped_Aryacoin_Token.mint_bridge(address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#611-614) is not in mixedCase
Parameter Wrapped_Aryacoin_Token.mint_bridge(address,uint256)._receiver (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#611) is not in mixedCase
Function Wrapped_Aryacoin_Token.burn_bridge(address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#616-619) is not in mixedCase
Parameter Wrapped_Aryacoin_Token.burn_bridge(address,uint256)._receiver (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#616) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#251-253)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#259-262)
name() should be declared external:
- ERC20.name() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#298-300)
symbol() should be declared external:
- ERC20.symbol() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#306-308)
decimals() should be declared external:
- ERC20.decimals() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#323-325)
- Wrapped_Aryacoin_Token.decimals() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#607-609)
totalSupply() should be declared external:
- ERC20.totalSupply() (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#330-332)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#337-339)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#349-352)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#357-359)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#368-371)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#386-400)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#414-417)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#433-441)
update_bridge(address) should be declared external:
- Wrapped_Aryacoin_Token.update_bridge(address) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#603-605)
mint_bridge(address,uint256) should be declared external:
- Wrapped_Aryacoin_Token.mint_bridge(address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#611-614)
burn_bridge(address,uint256) should be declared external:
- Wrapped_Aryacoin_Token.burn_bridge(address,uint256) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#616-619)
blacklistUpdate(address,bool) should be declared external:
- Wrapped_Aryacoin_Token.blacklistUpdate(address,bool) (crytic-export/etherscan-contracts/0x86e5775f5c46304939c40959812bc220dd1c0333.bscscan.com-Wrapped_Aryacoin_Token.sol#621-624)
Use the external attribute for functions never called from the contract.
Additional information: link
Token has no active CoinGecko listing / rank
Young tokens have high risks of price dump / death
Unable to find Youtube account
Unable to find Discord account