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

Method BootstrapRound

onchain/dosproxy/DOSProxy.go:312–319  ·  view source on GitHub ↗

BootstrapRound is a free data retrieval call binding the contract method 0x85ed4223. Solidity: function bootstrapRound() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

310//
311// Solidity: function bootstrapRound() constant returns(uint256)
312func (_Dosproxy *DosproxyCaller) BootstrapRound(opts *bind.CallOpts) (*big.Int, error) {
313 var (
314 ret0 = new(*big.Int)
315 )
316 out := ret0
317 err := _Dosproxy.contract.Call(opts, out, "bootstrapRound")
318 return *ret0, err
319}
320
321// BootstrapRound is a free data retrieval call binding the contract method 0x85ed4223.
322//

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected