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

Method ExpiredWorkingGroupIdsLength

onchain/dosproxy/DOSProxy.go:416–423  ·  view source on GitHub ↗

ExpiredWorkingGroupIdsLength is a free data retrieval call binding the contract method 0x830687c4. Solidity: function expiredWorkingGroupIdsLength() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

414//
415// Solidity: function expiredWorkingGroupIdsLength() constant returns(uint256)
416func (_Dosproxy *DosproxyCaller) ExpiredWorkingGroupIdsLength(opts *bind.CallOpts) (*big.Int, error) {
417 var (
418 ret0 = new(*big.Int)
419 )
420 out := ret0
421 err := _Dosproxy.contract.Call(opts, out, "expiredWorkingGroupIdsLength")
422 return *ret0, err
423}
424
425// ExpiredWorkingGroupIdsLength is a free data retrieval call binding the contract method 0x830687c4.
426//

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected