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

Method BootstrapStartThreshold

onchain/dosproxy/DOSProxy.go:338–345  ·  view source on GitHub ↗

BootstrapStartThreshold is a free data retrieval call binding the contract method 0x11bc5311. Solidity: function bootstrapStartThreshold() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

336//
337// Solidity: function bootstrapStartThreshold() constant returns(uint256)
338func (_Dosproxy *DosproxyCaller) BootstrapStartThreshold(opts *bind.CallOpts) (*big.Int, error) {
339 var (
340 ret0 = new(*big.Int)
341 )
342 out := ret0
343 err := _Dosproxy.contract.Call(opts, out, "bootstrapStartThreshold")
344 return *ret0, err
345}
346
347// BootstrapStartThreshold is a free data retrieval call binding the contract method 0x11bc5311.
348//

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected