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

Method ExpiredWorkingGroupIds

onchain/dosproxy/DOSProxy.go:390–397  ·  view source on GitHub ↗

ExpiredWorkingGroupIds is a free data retrieval call binding the contract method 0xb45ef79d. Solidity: function expiredWorkingGroupIds( uint256) constant returns(uint256)

(opts *bind.CallOpts, arg0 *big.Int)

Source from the content-addressed store, hash-verified

388//
389// Solidity: function expiredWorkingGroupIds( uint256) constant returns(uint256)
390func (_Dosproxy *DosproxyCaller) ExpiredWorkingGroupIds(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error) {
391 var (
392 ret0 = new(*big.Int)
393 )
394 out := ret0
395 err := _Dosproxy.contract.Call(opts, out, "expiredWorkingGroupIds", arg0)
396 return *ret0, err
397}
398
399// ExpiredWorkingGroupIds is a free data retrieval call binding the contract method 0xb45ef79d.
400//

Callers 2

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected