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

Method Call

onchain/dosproxy/DOSProxy.go:145–147  ·  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

143// returns, a slice of interfaces for anonymous returns and a struct for named
144// returns.
145func (_Dosproxy *DosproxyRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error {
146 return _Dosproxy.Contract.DosproxyCaller.contract.Call(opts, result, method, params...)
147}
148
149// Transfer initiates a plain transaction to move funds to the contract, calling
150// its default method if one is available.

Callers 15

CallMethod · 0.45
AddressBridgeMethod · 0.45
BootstrapEndBlkMethod · 0.45
BootstrapGroupsMethod · 0.45
BootstrapRoundMethod · 0.45
CheckExpireLimitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected