Search results
Jul 28, 2022 · Now available on Stack Overflow for Teams! AI features where you work: search, IDE, and chat. Learn more Explore Teams
Aug 15, 2021 · I am new to blockchain development and i am trying to get detail data of a contract like (marketcap, holders, amount...) from the Binance Smart Chain (BSC), and i am trying to use the BSC Scan API ...
Jun 13, 2021 · I'm working on BSCSCAN API. My goal is to get full balance for a given address as you can see on this page: I checked the documentation on BscScan Website, and it seems I just could get: -BNB BALANCE (not the full token balance) for a given address. -BALANCE of an address by giving the contract address of a single token While I want to get the ...
Jan 3, 2022 · I am trying to get all the transactions by an address, because I want to get a specific transaction by the method (that occurs at a date time when a contract is created) and the an address.
Nov 17, 2021 · You don't need an api key for testnet. Kindly pay attention to contract difference between the test and production network for the token contract address you input.
Nov 20, 2021 · I would like to get the data that's displayed on BscScan programmatically, but their API seems quite limited, and I would like to avoid parsing HTML content to extract it. I am wondering if I can find a REST API that exposes this data. Like if, for example, https://bsc-dataseed.binance.org exposes REST endpoints.
Jun 13, 2021 · Now available on Stack Overflow for Teams! AI features where you work: search, IDE, and chat. Learn more Explore Teams
Aug 13, 2021 · I'm trying to get the list of DEX Trades from BSCScan. I don't think they have an API endpoint for this, so I tried using webscraping using selenium to retrieve the information. import pandas as pd...
Sep 28, 2021 · BEP20 token not showing any supply and details on bscscan. I have just cloned a bep20 token and deployed on bsc test net but after successfull deploy tokens are not allocated to the admin wallet even when I add token to metamask it shows 0 value of token even though I have deployed with same wallet also when I'm checking contract on bsctestscan ...
Apr 19, 2021 · 4. Your contract 's bytecode contains just the Address contract bytecode. Since it's the first contract in the list (sorted alphabetically), I assume you simply forgot to select the contract that you wanted to compile. You need to select the NyanCatToken contract (which effectively imports the Address as well) when compiling in Remix.