contract C { function f() public view returns (uint ret) { assembly { ret := difficulty() } } } // ==== // EVMVersion: 200000000