BootstrapEndBlk is a free data retrieval call binding the contract method 0x19717203. Solidity: function bootstrapEndBlk() constant returns(uint256)
(opts *bind.CallOpts)
| 232 | // |
| 233 | // Solidity: function bootstrapEndBlk() constant returns(uint256) |
| 234 | func (_Dosproxy *DosproxyCaller) BootstrapEndBlk(opts *bind.CallOpts) (*big.Int, error) { |
| 235 | var ( |
| 236 | ret0 = new(*big.Int) |
| 237 | ) |
| 238 | out := ret0 |
| 239 | err := _Dosproxy.contract.Call(opts, out, "bootstrapEndBlk") |
| 240 | return *ret0, err |
| 241 | } |
| 242 | |
| 243 | // BootstrapEndBlk is a free data retrieval call binding the contract method 0x19717203. |
| 244 | // |