python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
About Smart Contract
If I deploy a contract in Test Net , Will it remain in the Test Net or I have to Deploy it VIA Test Net over and over to test The contract?
What I did, I deployed the contract In the Test Net and I ca...
Gizmo
Votes: 0
Answers: 1
trouble getting pending transaction receipt for Binance Smart Chain
I can not get transaction receipt for BSC chain. I tried 3 different approaches but I failed.
Here is my code:
def get_transaction_recipt(txid):
recipt = web3.eth.getTransactionReceipt(txid)
p...

Ali Borsalani
Votes: 0
Answers: 1
how to buy/sell bsc tokens on pancakeswap from a solidity smart contract?
I just start to learn solidity and I've finished a couple courses and I want some help to create my first working smart contract.
The smart contract I want to build will buy and sell tokens on the pa...
mhamed99
Votes: 0
Answers: 0
Why can I not deploy this BEP20 token with Remix?
I am trying to deploy this contract
https://github.com/juustesout/EtherRanger/blob/main/EtherRanger.sol
to BSC Testnet, and I get this error in return :
"revert
The transaction has been reverted ...

Juust Out
Votes: 0
Answers: 2