BootstrapStartThreshold is a free data retrieval call binding the contract method 0x11bc5311. Solidity: function bootstrapStartThreshold() constant returns(uint256)
(opts *bind.CallOpts)
| 336 | // |
| 337 | // Solidity: function bootstrapStartThreshold() constant returns(uint256) |
| 338 | func (_Dosproxy *DosproxyCaller) BootstrapStartThreshold(opts *bind.CallOpts) (*big.Int, error) { |
| 339 | var ( |
| 340 | ret0 = new(*big.Int) |
| 341 | ) |
| 342 | out := ret0 |
| 343 | err := _Dosproxy.contract.Call(opts, out, "bootstrapStartThreshold") |
| 344 | return *ret0, err |
| 345 | } |
| 346 | |
| 347 | // BootstrapStartThreshold is a free data retrieval call binding the contract method 0x11bc5311. |
| 348 | // |