pragma solidity 0.4.24;
contract Staking {
constructor() public {
// solhint-disable-previous-line no-empty-blocks
}