Searched refs:delegationsAddress (Results 1 – 8 of 8) sorted by relevance
34 delegationsAddress = uintToh160(Params().GetConsensus().delegationsAddress); in QtumDelegationPriv()75 if(log.address != delegationsAddress) in GetDelegationEvent()154 dev::Address delegationsAddress; member in QtumDelegationPriv191 …std::vector<ResultExecute> execResults = CallContract(priv->delegationsAddress, ParseHex(inputData… in GetDelegation()274 addresses.insert(priv->delegationsAddress); in FilterDelegationEvents()348 return globalState && globalState->addressInUse(priv->delegationsAddress); in ExistDelegationContract()
292 dev::Address delegationsAddress = uintToh160(Params().GetConsensus().delegationsAddress); in deployDelegationsContract() local293 if(!QtumState::addressInUse(delegationsAddress)){ in deployDelegationsContract()294 QtumState::createContract(delegationsAddress); in deployDelegationsContract()295 …QtumState::setCode(delegationsAddress, bytes{fromHex(DELEGATIONS_CONTRACT_CODE)}, QtumState::versi… in deployDelegationsContract()
203 …consensus.delegationsAddress = uint160(ParseHex("0000000000000000000000000000000000000086")); // D… in CMainParams()329 …consensus.delegationsAddress = uint160(ParseHex("0000000000000000000000000000000000000086")); // D… in CTestNetParams()435 …consensus.delegationsAddress = uint160(ParseHex("0000000000000000000000000000000000000086")); // D… in CRegTestParams()650 consensus.delegationsAddress = address; in UpdateDelegationsAddress()
1329 std::string delegationsAddress = gArgs.GetArg("-delegationsaddress", std::string()); in AppInitParameterInteraction() local1330 if(IsHex(delegationsAddress)) in AppInitParameterInteraction()1332 UpdateDelegationsAddress(uint160(ParseHex(delegationsAddress))); in AppInitParameterInteraction()1333 LogPrintf("Activate delegations address %s\n.", delegationsAddress); in AppInitParameterInteraction()
196 if (nHeight >= nOfflineStakeHeight && !Params().GetConsensus().delegationsAddress.IsNull()) in CheckProofOfStake()
1353 fDelegationsContract = !consensusParams.delegationsAddress.IsNull(); in StakeMinerPriv()1866 bool fDelegationsContract = !Params().GetConsensus().delegationsAddress.IsNull(); in RefreshDelegates()
112 uint160 delegationsAddress; member
1523 UniValue contractaddress = HexStr(Params().GetConsensus().delegationsAddress); in removedelegationforaddress()1587 UniValue contractaddress = HexStr(Params().GetConsensus().delegationsAddress); in setdelegateforaddress()