BootstrapRound is a free data retrieval call binding the contract method 0x85ed4223. Solidity: function bootstrapRound() constant returns(uint256)
(opts *bind.CallOpts)
| 310 | // |
| 311 | // Solidity: function bootstrapRound() constant returns(uint256) |
| 312 | func (_Dosproxy *DosproxyCaller) BootstrapRound(opts *bind.CallOpts) (*big.Int, error) { |
| 313 | var ( |
| 314 | ret0 = new(*big.Int) |
| 315 | ) |
| 316 | out := ret0 |
| 317 | err := _Dosproxy.contract.Call(opts, out, "bootstrapRound") |
| 318 | return *ret0, err |
| 319 | } |
| 320 | |
| 321 | // BootstrapRound is a free data retrieval call binding the contract method 0x85ed4223. |
| 322 | // |