Home
last modified time | relevance | path

Searched refs:delegationsAddress (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qtum/
H A Dqtumdelegation.cpp34 delegationsAddress = uintToh160(Params().GetConsensus().delegationsAddress); in QtumDelegationPriv()
75 if(log.address != delegationsAddress) in GetDelegationEvent()
154 dev::Address delegationsAddress; member in QtumDelegationPriv
191 …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()
H A Dqtumstate.cpp292 dev::Address delegationsAddress = uintToh160(Params().GetConsensus().delegationsAddress); in deployDelegationsContract() local
293 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()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dchainparams.cpp203 …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()
H A Dinit.cpp1329 std::string delegationsAddress = gArgs.GetArg("-delegationsaddress", std::string()); in AppInitParameterInteraction() local
1330 if(IsHex(delegationsAddress)) in AppInitParameterInteraction()
1332 UpdateDelegationsAddress(uint160(ParseHex(delegationsAddress))); in AppInitParameterInteraction()
1333 LogPrintf("Activate delegations address %s\n.", delegationsAddress); in AppInitParameterInteraction()
H A Dpos.cpp196 if (nHeight >= nOfflineStakeHeight && !Params().GetConsensus().delegationsAddress.IsNull()) in CheckProofOfStake()
H A Dminer.cpp1353 fDelegationsContract = !consensusParams.delegationsAddress.IsNull(); in StakeMinerPriv()
1866 bool fDelegationsContract = !Params().GetConsensus().delegationsAddress.IsNull(); in RefreshDelegates()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/consensus/
H A Dparams.h112 uint160 delegationsAddress; member
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcwallet.cpp1523 UniValue contractaddress = HexStr(Params().GetConsensus().delegationsAddress); in removedelegationforaddress()
1587 UniValue contractaddress = HexStr(Params().GetConsensus().delegationsAddress); in setdelegateforaddress()