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

Method GetRnodeNum

contracts/dpor/rnode/rnode.go:244–251  ·  view source on GitHub ↗

GetRnodeNum is a free data retrieval call binding the contract method 0x0b443f42. Solidity: function getRnodeNum() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

242//
243// Solidity: function getRnodeNum() constant returns(uint256)
244func (_Rnode *RnodeCaller) GetRnodeNum(opts *bind.CallOpts) (*big.Int, error) {
245 var (
246 ret0 = new(*big.Int)
247 )
248 out := ret0
249 err := _Rnode.contract.Call(opts, out, "getRnodeNum")
250 return *ret0, err
251}
252
253// GetRnodeNum is a free data retrieval call binding the contract method 0x0b443f42.
254//

Callers 3

GetRnodeNumMethod · 0.45
GetRnodeNumMethod · 0.45
checkRNodeNumFunction · 0.45

Calls 1

CallMethod · 0.65

Tested by 1

checkRNodeNumFunction · 0.36