LastFormGrpReqId is a free data retrieval call binding the contract method 0x77f10192. Solidity: function lastFormGrpReqId() constant returns(uint256)
(opts *bind.CallOpts)
| 746 | // |
| 747 | // Solidity: function lastFormGrpReqId() constant returns(uint256) |
| 748 | func (_Dosproxy *DosproxyCaller) LastFormGrpReqId(opts *bind.CallOpts) (*big.Int, error) { |
| 749 | var ( |
| 750 | ret0 = new(*big.Int) |
| 751 | ) |
| 752 | out := ret0 |
| 753 | err := _Dosproxy.contract.Call(opts, out, "lastFormGrpReqId") |
| 754 | return *ret0, err |
| 755 | } |
| 756 | |
| 757 | // LastFormGrpReqId is a free data retrieval call binding the contract method 0x77f10192. |
| 758 | // |
no test coverage detected