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

Method GetExpiredWorkingGroupSize

onchain/dosproxy/DOSProxy.go:442–449  ·  view source on GitHub ↗

GetExpiredWorkingGroupSize is a free data retrieval call binding the contract method 0xefde068b. Solidity: function getExpiredWorkingGroupSize() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

440//
441// Solidity: function getExpiredWorkingGroupSize() constant returns(uint256)
442func (_Dosproxy *DosproxyCaller) GetExpiredWorkingGroupSize(opts *bind.CallOpts) (*big.Int, error) {
443 var (
444 ret0 = new(*big.Int)
445 )
446 out := ret0
447 err := _Dosproxy.contract.Call(opts, out, "getExpiredWorkingGroupSize")
448 return *ret0, err
449}
450
451// GetExpiredWorkingGroupSize is a free data retrieval call binding the contract method 0xefde068b.
452//

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected