security question : is it possible in any way for a hacker to deploy a contract to an already existing contract address / in order to overwrite the functions and hijack extern...
is bep20 strictly similar to ERC20 / IERC20?
maybe after paying gas there isn't enough to transfer the second time?
hey i just spent 3 hours solving someone else issue on the promise of a nice reward, but now i realize the guy wants to spill the beans before payment. Feels like i'm not goi...
what would you guys (and gals) consider a correct quote for forking and deploying a dex like pancakeswap? (fullstack)
what were the amount stolen?
how does uniswap compares 2 addresses? function sortTokens(address tokenA, address tokenB) internal pure returns (address token0, address token1) { require(tokenA ...
what's a proper way to show real token burn on etherscan / binance smart chain? most burns are reported as transfer to the 0 address, but that's not the case for me, i decreas...
is there ever any need to add a require statement to make sure the input variables are of the type required? like a requirement to confirm the input is an address, or is speci...
anyone else got trouble with bsc testnet network?
any other way to interrupt a function execution like return does but without using return?
after reading the docs. the example show only "requestRandomWords" function. is this the main function for random numbers?
hey can anyone tell me the functionnalities expected in a presale contract? anything other than receiving eth, recording the balance, and sending / making claimable the tokens...
so in solidity there is no way to use fractionnal numbers? i'm trying to use a ratio to redistribute token
Just a precision, are delegated token safe or potentially could there be an issue with the delegator or anything?
what's the address for the testnet interface of uniswap? On which testnets? ty
hello, why am i getting an undeclared identifier error there? the _transfer function is declared. Does this have anything to do with the use of msg.sender?
did they remove the need for curly braces after an if statement in recent solidity version? or am i looking at bad code
do you need a memo to withdraw casper from an exchange?
how expensive is using chainlink oracles on bsc for a single random number?