contract C { function f() public view returns (uint) { return block.prevrandao; } } // ==== // EVMVersion: 200000000