Questions tagged [bsc]

Binance Smart Chain (BSC) is a blockchain network built for running smart contract-based applications.

433 questions
1
vote
0 answers

is there a good website to check for a rug and other scams at bsc contract?

i used to check at rugscreen but now is paid. So i'm out of ways to check the bsc contracts. Any idea there? thanks
1
vote
3 answers

How get estimated block with timestamp

So for example, I want to enable my contract 1 week after deployment, thats now() + 1 week, how could I know which block that will be so I can send my clients a countdown to that block with https://bscscan.com/block/countdown/9999999
redigaffi
  • 225
  • 3
  • 9
1
vote
1 answer

I am not able to understand input values for swapExactTokensForTokens

I am trying to execute the function swapExactTokensForTokens on testnet bsc user interface for the router smart contract of bsc tesnet : 0x9a489505a00cE272eAa5e07Dba6491314CaE3796 when I fill the first input field with 0.01 I dont receive 0.01 tbnb…
1
vote
1 answer

What does function ROOT4146650865 mean in PancakeSwap contract?

I have come across this transaction during some research: https://bscscan.com/tx/0xc50d038ab44b6b158a7431d25400e482775e2c70194f2a6e1aafe8bf3b5caefc It has the following input: Function: ROOT4146650865()…
Alexey Inkin
  • 111
  • 3
0
votes
1 answer

while running the sandwich bsc network i am facing the issue like 1. Warning! Error encountered during contract execution [execution reverted

enter link description here smart contract code ↓ // SPDX-License-Identifier: MIT pragma solidity ^0.8.12; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import…
0
votes
1 answer

Sell Tax keeps changing on coin scanners and trading websites , is it because of low LP for test tokens?

I am testing a token I am going to launch, but I wanted to make sure things were okay and it was getting good scores first. One thing that baffled me was that the sell tax keeps changing on every transaction, at least the sell tax that is shown on…
0
votes
1 answer

BEP20 BSC TOKEN Tax Not sent

I launched with the code below, but tax is not coming in. Do you know the cause? https://bscscan.com/token/0x030aa7fdd00ada3d90234a6dcba050d217b161c0?a=0x030aa7fdd00ada3d90234a6dcba050d217b161c0#code
Techno
  • 1
0
votes
0 answers

Tips to improve the speed of full node

I am seeing on the last days, my node isn't fast enought to be the first, second or the third person to buy in launch token on bsc, my bot is contract and I think isn't the problem, I have pretty sure is a config on node My Start.sh…
Meru
  • 1
  • 1
0
votes
1 answer

Can somebody help me. I've sent my BNB contribution to the token contract address (0x5132e359C9E784e339F803B9b73895335f3387cf) instead of the presale

Please help me as the team says they cant transfer the funds back to my wallet yet I've checked that they have a transfer function. Thank you so much
0
votes
0 answers

When write code to BSC this error occurs

Solidity 0.8.4 \ Single File Compiler debug log: Error! Unable to generate Contract ByteCode and ABI (Expected library(ies) but one or more was not provided) Found the following ContractName(s) in source code : Context, DividendPayingToken, ERC20,…
0
votes
0 answers

What is the requirement of bsc archive full node

I want to run a bsc archive node with aws ec2 with spot instance. What would be the disk space/cpu/ram requirement? Any tips on how to spend least amount of money?
0
votes
1 answer

Subscribing to ERC20(BEP20) events, in BSC

I am trying to setup a node to be able to query all BEP20 transactions in real time. My eth.syncing stats are: > eth.syncing { currentBlock: 9489998, highestBlock: 9490087, knownStates: 195328608, pulledStates: 195258505, startingBlock:…
blasrodri
  • 101
  • 1