Binance Smart Chain is a blockchain with a public ledger that supports Ethereum applications (EVM). This tag should only be used for programming questions related to Binance Smart Chain. Use [binance-chain] for questions about writing code that interacts with the original, non-smart Binance Chain.
Questions tagged [binance-smart-chain]
235 questions
-1
votes
1 answer
Pending tx in txpool but later tx used the nonce
I have an odd issue after submitting some txs and them being in the 'pending' state but other txs used the nonces in those pending txs.
If I use web3 to get the txpool using web3.geth.txpool.content(), I see several entries from my address in the…

Netman
- 179
- 1
- 14
-1
votes
1 answer
Verifying a Contract on BSCScan.com
I created a cryptocurrency with the help of a friend of mine (it took us ages to copy-paste codes from here and there) and to edit the contract's info, which is crucial for me, I now need to verify the contract. Here's my contract…

BenGilani
- 1
- 1
-1
votes
1 answer
Consuming Binance API
My team and I are building a webapp that can consume data from Binance API, but their documentation is quite complicated to understand. I need someone to show me how to:
obtain the live feeds of prices of crypto assets
seamless communication…

Olfra
- 1
- 1
-2
votes
1 answer
Retrieve transaction details as shown on bscscan
I am trying to retrieve info about bsc transations using Bscscan api but it appears to be very limited.
endpoint = "https://api.bscscan.com/api"\
"?module=account"\
"&action=txlistinternal"\
"&txhash={}"\
"&apikey={}"
After sending a…

maic0L
- 45
- 8
-2
votes
1 answer
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 can do deploy it over and over and it doesnot show…

Gizmo
- 3
- 3
-2
votes
1 answer
Recover BNB sent to self deployed contract
I was trying out creating BOT, so created and deployed a contract in BSC from meatamask. I sent some BNB to that contract to check but it didnt work. How can I get the BNB back? Help is appreciated as I am very new to this

Punith G
- 31
- 6
-2
votes
1 answer
Create or Clone a smart contract from Binance Smart Chain. Willing to pay some money to learn
Thank you for reading this. I am learning about cryptocurrency and about Binance smart chain. I want to try to learn and want to clone a few projects such as this one:
https://bscscan.com/address/0x359f35085202c8527a0c767557339635a335eb76#code
I am…

Paper
- 1
- 1
-2
votes
1 answer
Is there a way to know the full balance of a BSC wallet?
I'm having fun with the BSCscan API on Google Sheets and I'd like to know the full balance of a wallet.
By full I mean :
Not just BNB
Even the Stacked, Pooled, Farmed tokens
Because I found a way to know the balance of BNB for a specific wallet…

NiphitAe
- 295
- 1
- 5
- 16