solidity/test/libsolidity/semanticTests/state/block_prevrandao_pre_paris.sol
2023-05-11 10:56:55 -05:00

10 lines
158 B
Solidity

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