pragma solidity 0.4.24; contract OldBlockReward { function bridgesAllowedLength() external view returns (uint256) { return 3; } }