MCPcopy Create free account
hub / github.com/CPChain/chain / SupportedVersion

Method SupportedVersion

contracts/dpor/rnode/rnode.go:400–407  ·  view source on GitHub ↗

SupportedVersion is a free data retrieval call binding the contract method 0xd5601e9f. Solidity: function supportedVersion() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

398//
399// Solidity: function supportedVersion() constant returns(uint256)
400func (_Rnode *RnodeCaller) SupportedVersion(opts *bind.CallOpts) (*big.Int, error) {
401 var (
402 ret0 = new(*big.Int)
403 )
404 out := ret0
405 err := _Rnode.contract.Call(opts, out, "supportedVersion")
406 return *ret0, err
407}
408
409// SupportedVersion is a free data retrieval call binding the contract method 0xd5601e9f.
410//

Callers 4

showConfigsFunction · 0.45
showConfigsFunction · 0.45
SupportedVersionMethod · 0.45
SupportedVersionMethod · 0.45

Calls 1

CallMethod · 0.65

Tested by

no test coverage detected