Can someone confirm if bscscan testnet read contract is broken?
Your own node? Then none
Does anyone know a reliable way of fetching price of a token from AMMs, without the interference of flashloan manipulations onto a contract?
const createSig = async account => { let signature = await web3.eth.sign(messageHash, account); signature = signature.substr(0, 130) + (signature.substr(130) == "00" ? "1b...
Etherscan, web3 script?
Just out of curiosity, is it a token contract?
Did you migrated the contract without truffle?
Problem of EVM or lazy solidity devs?
Maybe share constructor code?
Ah then don't pop immediately, keep a 'pop counter' and pop all at end?
Does anyone have a template test file for testing reflection tokens? Or a project which has unit tested rfi contract?
Can you add little harder captcha bot?
Why does solidity does not support fractions? Is it inability of solidity or EVM??
But why would owner send token to pair direct?
Have decent tps and everything... So why?
My token doesn't work. Why?