Home
last modified time | relevance | path

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

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qtum/
H A Dqtumtoken.h10 struct TokenEvent{ struct
19 TokenEvent() in TokenEvent() argument
39 …tAddress, const std::string& senderAddress, const int& numTopics, std::vector<TokenEvent>& result); argument
81 …bool transferEvents(std::vector<TokenEvent>& tokenEvents, int64_t fromBlock = 0, int64_t toBlock =…
82 …bool burnEvents(std::vector<TokenEvent>& tokenEvents, int64_t fromBlock = 0, int64_t toBlock = -1,…
88 static void addTokenEvent(std::vector<TokenEvent> &tokenEvents, TokenEvent tokenEvent);
102 …t64_t fromBlock, int64_t toBlock, int64_t minconf, int func, std::vector<TokenEvent> &tokenEvents);
H A Dqtumtoken.cpp38 …st std::string &, const std::string &, const std::string &, const int &, std::vector<TokenEvent> &) in execEvents() argument
560 bool QtumToken::transferEvents(std::vector<TokenEvent> &tokenEvents, int64_t fromBlock, int64_t toB… in transferEvents()
565 bool QtumToken::burnEvents(std::vector<TokenEvent> &tokenEvents, int64_t fromBlock, int64_t toBlock… in burnEvents()
618 void QtumToken::addTokenEvent(std::vector<TokenEvent> &tokenEvents, TokenEvent tokenEvent) in addTokenEvent()
625 TokenEvent tokenTx = tokenEvents[i]; in addTokenEvent()
646 …nt64_t fromBlock, int64_t toBlock, int64_t minconf, int func, std::vector<TokenEvent> &tokenEvents) in execEvents()
656 std::vector<TokenEvent> result; in execEvents()
667 for(const TokenEvent& tokenEvent : result) in execEvents()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dtoken.cpp132 …ctAddress, const std::string &senderAddress, const int &numTopics, std::vector<TokenEvent> &result) in execEvents()
153 TokenEvent tokenEvent; in execEvents()
H A Dtoken.h23 …tAddress, const std::string& senderAddress, const int& numTopics, std::vector<TokenEvent>& result);
H A Dtokenitemmodel.cpp125 std::vector<TokenEvent> tokenEvents; in updateTokenTx()
132 TokenEvent event = tokenEvents[i]; in updateTokenTx()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/rpc/
H A Dcontract_util.h41 …tAddress, const std::string &senderAddress, const int &numTopics, std::vector<TokenEvent> &result);
H A Dcontract_util.cpp473 …ctAddress, const std::string &senderAddress, const int &numTopics, std::vector<TokenEvent> &result) in execEvents()
494 TokenEvent tokenEvent; in execEvents()
H A Dblockchain.cpp3462 std::vector<TokenEvent> result; in qrc20listtransactions()