MCPcopy Create free account
hub / github.com/DOSNetwork/core / AddressBridge

Method AddressBridge

onchain/dosproxy/DOSProxy.go:182–189  ·  view source on GitHub ↗

AddressBridge is a free data retrieval call binding the contract method 0x76cffa53. Solidity: function addressBridge() constant returns(address)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

180//
181// Solidity: function addressBridge() constant returns(address)
182func (_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//

Callers 2

AddressBridgeMethod · 0.45
AddressBridgeMethod · 0.45

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected