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

Method GetProxyAddress

onchain/dosbridge/DOSAddressBridge.go:271–273  ·  view source on GitHub ↗

GetProxyAddress is a free data retrieval call binding the contract method 0x43a73d9a. Solidity: function getProxyAddress() constant returns(address)

()

Source from the content-addressed store, hash-verified

269//
270// Solidity: function getProxyAddress() constant returns(address)
271func (_Dosbridge *DosbridgeSession) GetProxyAddress() (common.Address, error) {
272 return _Dosbridge.Contract.GetProxyAddress(&_Dosbridge.CallOpts)
273}
274
275// GetProxyAddress is a free data retrieval call binding the contract method 0x43a73d9a.
276//

Callers

nothing calls this directly

Calls 1

GetProxyAddressMethod · 0.45

Tested by

no test coverage detected