Is it possible to see the transactions input data from within solidity? So if someone performs a swap on a DEX using swapExactEthForTokens, is it possible for me to identify t...
I have implemented an autoliquidity in my token but its taking about 400k gas to both swap the tokens for BNB and add the liquidity back to the pool. This is making my transac...
Is it possible to monitor an address and replicate their orders like for like in the same block? Like a way to basically replicate a successful trader?
I see that it is common to "burn" tokens by sending them to the zero address, however why dont we just reduce the total supply and emit a burn event?
What do the number of runs do when optimizing code?
Is there an calculator somewhere that can tell me the price impact of certain trades given a certain liquidity?
im trying to perform a swap directly via etherscans contract write page. How to do i supply a zero length byte into the data field?
I am trying to deploy a copy of an existing contract but im getting the error "Note: The called function should be payable if you send value and the value you send should be l...
Should I put my liquidity against BNB or USDT when launching? What's the best option?
I added a new function to my contract which occurs on a transfer. It does some calculations and updates some global variables. Im getting this error in Remix. Any ideas?
How do i take ETH from msg.sender? If my contract public function is for a 0.01 ETH donation, how can i transfer the ETH from the msg.sender to the contract?
I have the private keys to a standard address. Is it possible to deploy a contract to that same address and change it into a Contract address?
We are on CMC now. When did that happen?
How do I prevent add and remove liquidity transactions from being taxed? I have a 1% transaction tax on all transfers.
When someone removes liquidity, how do i prevent taking taxes from that transaction?
How can i read a whole private mapping using C# and Netherum?
Is there a pulsex website?
i found something that indicates that the bscscan on the testnet has been subtly hacked. Where would i report this?
When allowing users to interact with my website what other wallets do i need to support besides Metamask?
Im looking on hex.vision and see a bunch of stake penalties for stakes which have completed the stake length. Why is this?