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

Method Call

onchain/dosproxy/DOSProxy.go:164–166  ·  view source on GitHub ↗

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

(opts *bind.CallOpts, result interface{}, method string, params ...interface{})

Source from the content-addressed store, hash-verified

162// returns, a slice of interfaces for anonymous returns and a struct for named
163// returns.
164func (_Dosproxy *DosproxyCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error {
165 return _Dosproxy.Contract.contract.Call(opts, result, method, params...)
166}
167
168// Transfer initiates a plain transaction to move funds to the contract, calling
169// its default method if one is available.

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected