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

Method BootstrapEndBlk

onchain/dosproxy/DOSProxy.go:234–241  ·  view source on GitHub ↗

BootstrapEndBlk is a free data retrieval call binding the contract method 0x19717203. Solidity: function bootstrapEndBlk() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

232//
233// Solidity: function bootstrapEndBlk() constant returns(uint256)
234func (_Dosproxy *DosproxyCaller) BootstrapEndBlk(opts *bind.CallOpts) (*big.Int, error) {
235 var (
236 ret0 = new(*big.Int)
237 )
238 out := ret0
239 err := _Dosproxy.contract.Call(opts, out, "bootstrapEndBlk")
240 return *ret0, err
241}
242
243// BootstrapEndBlk is a free data retrieval call binding the contract method 0x19717203.
244//

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected