CheckExpireLimit is a free data retrieval call binding the contract method 0x6e5454d3. Solidity: function checkExpireLimit() constant returns(uint256)
(opts *bind.CallOpts)
| 362 | // |
| 363 | // Solidity: function checkExpireLimit() constant returns(uint256) |
| 364 | func (_Dosproxy *DosproxyCaller) CheckExpireLimit(opts *bind.CallOpts) (*big.Int, error) { |
| 365 | var ( |
| 366 | ret0 = new(*big.Int) |
| 367 | ) |
| 368 | out := ret0 |
| 369 | err := _Dosproxy.contract.Call(opts, out, "checkExpireLimit") |
| 370 | return *ret0, err |
| 371 | } |
| 372 | |
| 373 | // CheckExpireLimit is a free data retrieval call binding the contract method 0x6e5454d3. |
| 374 | // |
no test coverage detected