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

Method BootstrapGroups

onchain/dosproxy/DOSProxy.go:260–267  ·  view source on GitHub ↗

BootstrapGroups is a free data retrieval call binding the contract method 0x31bf6464. Solidity: function bootstrapGroups() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

258//
259// Solidity: function bootstrapGroups() constant returns(uint256)
260func (_Dosproxy *DosproxyCaller) BootstrapGroups(opts *bind.CallOpts) (*big.Int, error) {
261 var (
262 ret0 = new(*big.Int)
263 )
264 out := ret0
265 err := _Dosproxy.contract.Call(opts, out, "bootstrapGroups")
266 return *ret0, err
267}
268
269// BootstrapGroups is a free data retrieval call binding the contract method 0x31bf6464.
270//

Callers 2

BootstrapGroupsMethod · 0.45
BootstrapGroupsMethod · 0.45

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected