GetProxyAddress is a free data retrieval call binding the contract method 0x43a73d9a. Solidity: function getProxyAddress() constant returns(address)
(opts *bind.CallOpts)
| 257 | // |
| 258 | // Solidity: function getProxyAddress() constant returns(address) |
| 259 | func (_Dosbridge *DosbridgeCaller) GetProxyAddress(opts *bind.CallOpts) (common.Address, error) { |
| 260 | var ( |
| 261 | ret0 = new(common.Address) |
| 262 | ) |
| 263 | out := ret0 |
| 264 | err := _Dosbridge.contract.Call(opts, out, "getProxyAddress") |
| 265 | return *ret0, err |
| 266 | } |
| 267 | |
| 268 | // GetProxyAddress is a free data retrieval call binding the contract method 0x43a73d9a. |
| 269 | // |
no test coverage detected