safemoonprotocol / Safemoon.sol

safemoon contract
661 stars 899 forks source link

DEPLOYED SAFEMOON CONTRACT #56

Open Ladavv opened 3 years ago

Ladavv commented 3 years ago

Hello, I have to modify the code to create my crypto, after having put it on BSCSCAN the currency cannot be found because I have deployed the address contract instead of the Safemoon contract. But I can't find how to deploy the Safemoon contract!

HELP ME

116413965-5c978180-a838-11eb-8762-9e59ff5d69e7
BruceTushabe commented 3 years ago

I am glad to be here. How can i be part of this project?

elonsdev commented 3 years ago

hit me up on discord I can help: bobthebuilder#5072

abdulhaseeb2 commented 3 years ago

image I used remix for deployment. So just copy paste the code. Go to deployment, select the coin contract like this and deploy.

elonsdev commented 3 years ago

Try my builder if you stuck: https://safefactory.app/

JohnVayro commented 3 years ago

Hi Ladavv,

I'm interested in launching one myself, Could you possibly exchange contact details with each other so we can both learn from each other?

Thanks.

Ladavv commented 3 years ago

@abdulhaseeb2 Hi, i don't have a contract part in choice : CRYPTO

abdulhaseeb2 commented 3 years ago

Is Illuminati the name of your contract? And by the looks of the options it is. So you can deploy that, than your coin be be deployed. As remix by default sorts the contracts and picks the first one if you dont edit the selection. @Ladavv

Ladavv commented 3 years ago

@abdulhaseeb2 i don't understand because i' don't have a contract in choice for deploy, it's a problem in code or it's an another choice in my pic ?

abdulhaseeb2 commented 3 years ago

Select Illuminati and click on deploy, it should be a button below. Contract is basically the folder name in which my files were placed and that's why my list differs from yours.

Ladavv commented 3 years ago

Okay Thanks i test this !

cryptoslugg commented 3 years ago

How did it go Im having the same issue ?

cryptoslugg commented 3 years ago

Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending? execution reverted

cryptoslugg commented 3 years ago

I get this when I click on what similar to illuminati-illucoin.sol "mines different" but when I click on it I get the above error and it rejects the build any fix for that or do I not have enough test-ETH in my wallet

abdulhaseeb2 commented 3 years ago

Are you deploying on testnet or mainnet?

AbeyGuarionex commented 3 years ago

Are you deploying on testnet or mainnet?

Im deploying on the Ropsten test Network, after I deployed the contract when i try to add the the coin as an asset, the quantity does not appear, triyng to fix it, will appreciate any tips, thanks

abdulhaseeb2 commented 3 years ago

@AbeyGuarionex can you share the contract address?

AbeyGuarionex commented 3 years ago

Screenshot (99)

is that what you asked for? Asking to be sure

AbeyGuarionex commented 3 years ago

Im stupid, this is the contact address,

0x3eDA926807927427a6e7ecE5a397B7EF0b388375

abdulhaseeb2 commented 3 years ago

No. If you look below this drop down menu you can see a section called Deployed contracts. I want the address that is at the very end(meaning it would be your latest deployment)

abdulhaseeb2 commented 3 years ago

Select this contract and than deploy. I think you're deploying the wrong contract

image

AbeyGuarionex commented 3 years ago

Will try, thanks

AbeyGuarionex commented 3 years ago

Screenshot (101)

Getting an error on the gas fee, any tip to fix it?

Select this contract and than deploy. I think you're deploying the wrong contract

image

abdulhaseeb2 commented 3 years ago

you need to update the contract address uniswapRouterV2 for ropsten testnet. https://uniswap.org/docs/v2/smart-contracts/router02/ https://ropsten.etherscan.io/address/0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D

AbeyGuarionex commented 3 years ago

Understood, did this changed, not sure if that was it

Screenshot (105) Screenshot (104)

AbeyGuarionex commented 3 years ago

you need to update the contract address uniswapRouterV2 for ropsten testnet. https://uniswap.org/docs/v2/smart-contracts/router02/ https://ropsten.etherscan.io/address/0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D

It worked, thanks, now if it was to be deployed on the BSC, I would have to change the address to the one of the BSC?

abdulhaseeb2 commented 3 years ago

you need to update the contract address uniswapRouterV2 for ropsten testnet. https://uniswap.org/docs/v2/smart-contracts/router02/ https://ropsten.etherscan.io/address/0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D

It worked, thanks, now if it was to be deployed on the BSC, I would have to change the address to the one of the BSC?

Yes

AbeyGuarionex commented 3 years ago

Ok, thanks

Crypto-One-dev commented 3 years ago

May I ask a question? I deployed safemoon smart contract on ropsten testnet. but I have some bugs. Could you help me? [image: image.png]

On Fri, Jun 4, 2021 at 3:01 AM AbeyGuarionex @.***> wrote:

Ok, thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/safemoonprotocol/Safemoon.sol/issues/56#issuecomment-854260675, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT3NT7KXMK2BUI3T3VIHVXTTRAJXJANCNFSM44RKQ3PA .

AbeyGuarionex commented 3 years ago

May I ask a question? I deployed safemoon smart contract on ropsten testnet. but I have some bugs. Could you help me? [image: image.png] On Fri, Jun 4, 2021 at 3:01 AM AbeyGuarionex @.***> wrote: Ok, thanks — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#56 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT3NT7KXMK2BUI3T3VIHVXTTRAJXJANCNFSM44RKQ3PA .

Sure, will try, what are the bugs that you have?

Ladavv commented 3 years ago
Capture d’écran 2021-06-14 à 16 39 54

I have probleme my contract is deployed but the name is not available ! please help

abdulhaseeb2 commented 3 years ago

@Ladavv what is the contract name?

Ladavv commented 3 years ago

@abdulhaseeb2

Capture d’écran 2021-06-23 à 18 52 10
abdulhaseeb2 commented 3 years ago

Select Illuminati and click on deploy, I told you this in the upper comments as well. @Ladavv

Ladavv commented 3 years ago

@abdulhaseeb2 I don't have this option ! crypto2222

abdulhaseeb2 commented 3 years ago

@Ladavv

Is ETHRON the name of your coin? If yes choose that.

Ladavv commented 3 years ago

@abdulhaseeb2 Okay but in code where change the name for my crypto ?

lamxoan92 commented 3 years ago

image I cant deploy it... "creation of Minimal errored: VM error: revert.

revert The transaction has been reverted to the initial state. Note: The called function should be payable if you send value and the value you send should be less than your current balance. Debug the transaction to get more information." how can I fix it??

abdulhaseeb2 commented 3 years ago

On the top left corner there is a dropdown menu called environment. From there select injected web3 and than link with your metamask