AddressBridge is a free data retrieval call binding the contract method 0x76cffa53. Solidity: function addressBridge() constant returns(address)
(opts *bind.CallOpts)
| 180 | // |
| 181 | // Solidity: function addressBridge() constant returns(address) |
| 182 | func (_Dosproxy *DosproxyCaller) AddressBridge(opts *bind.CallOpts) (common.Address, error) { |
| 183 | var ( |
| 184 | ret0 = new(common.Address) |
| 185 | ) |
| 186 | out := ret0 |
| 187 | err := _Dosproxy.contract.Call(opts, out, "addressBridge") |
| 188 | return *ret0, err |
| 189 | } |
| 190 | |
| 191 | // AddressBridge is a free data retrieval call binding the contract method 0x76cffa53. |
| 192 | // |
no test coverage detected