What is the reason?
Ok, thx
Different branches of an if taken for example
wdym by branches?
"if" and "else", if the else needs to be evaluated, it would cost more.
Same tx? You mean given the same input? Yes the gas cost may vary if it performs dynamic operations.
if(block.timestamp%2==0) { while(true){} } else { return;}
Обсуждают сегодня