GetExpiredWorkingGroupSize is a free data retrieval call binding the contract method 0xefde068b. Solidity: function getExpiredWorkingGroupSize() constant returns(uint256)
(opts *bind.CallOpts)
| 440 | // |
| 441 | // Solidity: function getExpiredWorkingGroupSize() constant returns(uint256) |
| 442 | func (_Dosproxy *DosproxyCaller) GetExpiredWorkingGroupSize(opts *bind.CallOpts) (*big.Int, error) { |
| 443 | var ( |
| 444 | ret0 = new(*big.Int) |
| 445 | ) |
| 446 | out := ret0 |
| 447 | err := _Dosproxy.contract.Call(opts, out, "getExpiredWorkingGroupSize") |
| 448 | return *ret0, err |
| 449 | } |
| 450 | |
| 451 | // GetExpiredWorkingGroupSize is a free data retrieval call binding the contract method 0xefde068b. |
| 452 | // |