functions_02.sol 126 B

123456
  1. contract bar {
  2. function test() public {
  3. bytes32 b = blockhash(1);
  4. }
  5. }