It is verified.
I am not able to update my profile info on bscscan thats what I am trying to do. When I try it says that I need to verify the contract ownership. How do I do this?
Did you verify the contract or did someone else?
Your contract is already verified.
Copy and paste the code from here when you go to Verify your Ownership.
Are you using the right account? If you are not the deployer then I’m not sure you can.
Okay I am not the developer it was cointools. So I contacted them. I need to get access to the account that they used to verify it or else I cant change my token info or upload a photo.
This is what I have been trying to do the last photo was not accurate. So this is already done by the developer?
You need to be the deployer in order to be the verified owner. Otherwise anyone could try to take authorship of contracts if they have the code.
Contact your deployer and work with them to get the details on the contract.
Hi could you help me? I added you on discord but it’s pretty urgent. I have the same problem and i know it’s a lot to ask but could you please verify my contract? This is the hash: 0x00afb2e9d3b0f8033eb206e42b21a4ce91a5cf52
I verified it.
Please use test nets first. Build your code on the test net, make sure you can verify things and go from there.
Setting up your dev environment is just as important as being able to write code.
I’m also having issues with people not being able to sell our token without being whitelisted, which bypasses our tokenomics. Also, I have yet to receive any BNB from the 2.6 BNB we’ve raise on IDO with cointool.app. Anyone else have experience with cointool.app?
Hi, welcome!
Sorry, I am not familiar with the cointool.app
, and what is your contract address?
IDO: 0xB3D2C48AFd0812fcbace597C2FB03aa60aa55Af8
Token:
0x31e79A378fb85D8c4d51489E5c90ecAF9c17935A
I pulled the tokens from the IDO contract until I know we can actually get our bnb
Having the exact same problem. Can you help me verify this contract? 0x3416d6A6E2ee7e880c9936f86136e9b109c3338c
Can you please verify mine?!?
I’m having the same exact issue! I used coin tool to deploy!
This is the CA: 0xaed3efDdBA696c7e9898A8d076d065e197B27556
Please help me out!!!!
Hi, welcome!
Maybe you can have a look at this tutorial:
I really recommend to use plugin, such as Hardhat
or Truffle
, to verify contracts, it is really easy and convenience.
Hi, welcome!
Try to follow this tutorial:
npx hardhat verify --network mumbai 0xFd40b281104e540e4077a85CfbbA7B14445e62f2
Nothing to compile
An unexpected error occurred:
[Error: ENOENT: no such file or directory, open '/Users/aveeshshetty/Desktop/polygon-contracts/artifacts/build-info/17d46b60-b124-440a-99b6-26f141bf728c.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/aveeshshetty/Desktop/polygon-contracts/artifacts/build-info/17d46b60-b124-440a-99b6-26f141bf728c.json'
}
Please read before posting!