1 2 3 4 5 6 7 8 9 10 11 12
contract C { function f() public returns (uint) { return block.difficulty; } } // ==== // compileViaYul: also // compileToEwasm: also // ---- // f() -> 200000000 // f() -> 200000000 // f() -> 200000000