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

Method BootstrapRevealDuration

onchain/dosproxy/DOSProxy.go:286–293  ·  view source on GitHub ↗

BootstrapRevealDuration is a free data retrieval call binding the contract method 0xef112dfc. Solidity: function bootstrapRevealDuration() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

284//
285// Solidity: function bootstrapRevealDuration() constant returns(uint256)
286func (_Dosproxy *DosproxyCaller) BootstrapRevealDuration(opts *bind.CallOpts) (*big.Int, error) {
287 var (
288 ret0 = new(*big.Int)
289 )
290 out := ret0
291 err := _Dosproxy.contract.Call(opts, out, "bootstrapRevealDuration")
292 return *ret0, err
293}
294
295// BootstrapRevealDuration is a free data retrieval call binding the contract method 0xef112dfc.
296//

Callers 2

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected