account = "ufm.test"
nodelist = NodeList()
nodelist.update_nodes()
nodes = nodelist.get_nodes(hive=True)
hive = Hive(node=nodes)
def sell_token(symbol, amount, price, account):
he_market = Market(blockchain_instance=hive)
market_trans = he_market.sell(account, amount, symbol, price)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(market_trans), "market_tx", account)
def buy_token(symbol, amount, price, account):
he_market = Market(blockchain_instance=hive)
market_trans = he_market.buy(account, amount, symbol, price)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(market_trans), "market_tx", account)
def stake_token(amount, symbol, account):
he_wallet = Wallet(account, blockchain_instance=hive)
stake_trans = he_wallet.stake(amount=amount, symbol=symbol, receiver=account)
time.sleep(1)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(stake_trans), "stake_tx", account)
def unstake_token(amount, symbol, account):
he_wallet = Wallet(account, blockchain_instance=hive)
unstake_trans = he_wallet.unstake(amount=amount, symbol=symbol)
time.sleep(1)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(unstake_trans), "stake_tx", account)
def transfer_hive(to, amount, asset, memo, account):
hive_account = Account(account, blockchain_instance=hive)
hive_tx = hive_account.transfer(to, amount, asset, memo, account)
time.sleep(4)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(hive_tx), "hive_tx", account)
def power_up_hive(to, amount, account):
hive_account = Account(account, blockchain_instance=hive)
hive_power_tx = hive_account.transfer_to_vesting(amount, to, account)
time.sleep(4)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(hive_power_tx), "hive_tx", account)
def power_down_hive(amount, account):
hive_account = Account(account, blockchain_instance=hive)
h_v = hive.token_power_to_vests(amount)
hive_power_tx = hive_account.withdraw_vesting(h_v, account)
time.sleep(4)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(hive_power_tx), "hive_tx", account)
def approve_witnesses(witness, account):
hive_account = Account(account, blockchain_instance=hive)
witness_tx = hive_account.approvewitness(witness, account)
time.sleep(4)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(witness_tx), "witness_tx", account)
def remove_witnesses(witness, account):
hive_account = Account(account, blockchain_instance=hive)
witness_tx = hive_account.disapprovewitness(witness, account)
time.sleep(4)
c = Comment(loaded_post, steem_instance=hive)
c.reply(str(witness_tx), "witness_tx", account)
sell_token("ARCHON", 0.001, 0.3, "ufm.test")
time.sleep(30)
buy_token("DHEDGE", 1, 0.275, "ufm.test")
time.sleep(30)
stake_token(0.0001, "ARCHON", "ufm.test")
time.sleep(30)
unstake_token(0.0001, "ARCHON", "ufm.test")
time.sleep(30)
transfer_hive("taskmanager", 0.001, "HIVE", "testing", "ufm.test")
time.sleep(30)
power_down_hive(0.01, "ufm.test")
time.sleep(30)
power_up_hive("ufm.test", 0.01, "ufm.test")
time.sleep(30)
remove_witnesses("busy.witness", "ufm.test")
time.sleep(30)
approve_witnesses("blocktrades", "ufm.test")
{'expiration': '2021-01-07T09:54:00', 'ref_block_num': 27492, 'ref_block_prefix': 3432624268, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"sell","contractPayload":{"symbol":"ARCHON","quantity":"0.00100000","price":"0.3"}}'}]], 'extensions': [], 'signatures': ['1f2c26c767b7af57402851fd70a4cbc8700db31b805350d4c4f37964a4af7a9a75285a47bfca401d0e863a1ef12a19840ab2cfbf6fe840c35a72db7324e92e749e'], 'trx_id': '5071ac3b9f3f6ca0da819157ed7bbc2aee798c1d'}
{'expiration': '2021-01-07T09:54:33', 'ref_block_num': 27503, 'ref_block_prefix': 2010828429, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"buy","contractPayload":{"symbol":"DHEDGE","quantity":"1.00000000","price":"0.275"}}'}]], 'extensions': [], 'signatures': ['1f5ba0dc9ef16ca3eb9879b349145eb06f46c6dd9460cc1858573ec14334b580fe6887288fc98f128a3a659aa8e0ec8c23b6a506c97c477cc5ac9c78cad7585414'], 'trx_id': 'aa679831d55e26e8958b70ca709a4e3cc504b11a'}
{'expiration': '2021-01-07T09:55:03', 'ref_block_num': 27509, 'ref_block_prefix': 2258532416, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"stake","contractPayload":{"symbol":"ARCHON","to":"ufm.test","quantity":"0.00010000"}}'}]], 'extensions': [], 'signatures': ['1f0d6c6ffd75762c4d865a2e97fd5d16adbe7111f540bc01e3fdf7fdafad8a7f50543a3ce66a9b8eb896a8fe772b23d44c1bfacca1772deb96431a81de1a4e37fa'], 'trx_id': '39f896f6aa309fceb045f24930c6b43546813a5d'}
{'expiration': '2021-01-07T09:55:39', 'ref_block_num': 27524, 'ref_block_prefix': 341409638, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"unstake","contractPayload":{"symbol":"ARCHON","quantity":"0.00010000"}}'}]], 'extensions': [], 'signatures': ['204a1307ae5f882df285af78b2c6a66afb23eb1f45262725fd42b5a770ecf4663b41e52244958efbfa0081a95d371807b49adde2a8569d3fe7d0384c2476fa34a3'], 'trx_id': '81a2e2399b74314a36c27ab7f2a480ec9ab2eb4d'}
{'expiration': '2021-01-07T09:56:12', 'ref_block_num': 27536, 'ref_block_prefix': 4270421103, 'operations': [['transfer', {'from': 'ufm.test', 'to': 'taskmanager', 'amount': '0.001 HIVE', 'memo': 'testing'}]], 'extensions': [], 'signatures': ['1f5f9a9a2bac41f926b3654d3415d86e853d42ace805efa140a089b5475317911e28ec5796b73b940426ab47fefbfdfbb65d9d37c9ae81efaea01a944f18fbaf62'], 'trx_id': 'cf856c420e8d391f3dcb55b11667f5a9b59fb5b7'}
{'expiration': '2021-01-07T09:56:51', 'ref_block_num': 27545, 'ref_block_prefix': 496256142, 'operations': [['withdraw_vesting', {'account': 'ufm.test', 'vesting_shares': '0.100000 VESTS'}]], 'extensions': [], 'signatures': ['1f6d7be72129e08f7105ae300fcefec25a5e914227fbf2deca9766da6016592cb348c40dd9df8ec59ec6c7cd0532acf53ddc15b414f4341d5a34fbecce2e4db48a'], 'trx_id': '7e1891a724045a1c84cff5d758167cf5a88de506'}
{'expiration': '2021-01-07T10:05:09', 'ref_block_num': 27714, 'ref_block_prefix': 928360013, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"sell","contractPayload":{"symbol":"ARCHON","quantity":"0.00100000","price":"0.3"}}'}]], 'extensions': [], 'signatures': ['1f6c47ef4e8c71c21dfd03e24ebd03c4617c92aee52f1b981f3a3310923878f1812a8ca1c78af729886242fabdc06b621278d76cb87d1d3b473660ce5d65c42450'], 'trx_id': 'eff89ee370028b7ea77a9fee175026bcb519f92f'}
{'expiration': '2021-01-07T10:05:45', 'ref_block_num': 27729, 'ref_block_prefix': 2807403042, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"buy","contractPayload":{"symbol":"DHEDGE","quantity":"1.00000000","price":"0.275"}}'}]], 'extensions': [], 'signatures': ['2062ff6ec1dea388f5705fc91d12aec1f8fd532502b8629fa33b1931c62e81b1b60cb799988d563964e44c17d778d9a220a7455eab2e4a7d93d896692fc1b54e9d'], 'trx_id': '9c8640f0fbd47e7a97df5fb0deb5fb93e07690c7'}
{'expiration': '2021-01-07T10:06:18', 'ref_block_num': 27734, 'ref_block_prefix': 2853362878, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"stake","contractPayload":{"symbol":"ARCHON","to":"ufm.test","quantity":"0.00010000"}}'}]], 'extensions': [], 'signatures': ['203c9279d262413b02d1320eb5bee319620d98159438e08e7dc06d35757f154859513355e76ee689294b4ee38ff75401e8a527ef3507c5bd6cd2fc7e31e507b657'], 'trx_id': 'da52db6d35a2983437a542b6fe05c585a3276b91'}
{'expiration': '2021-01-07T10:06:51', 'ref_block_num': 27751, 'ref_block_prefix': 3381029418, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"unstake","contractPayload":{"symbol":"ARCHON","quantity":"0.00010000"}}'}]], 'extensions': [], 'signatures': ['205e21abfc1632f90a14d09ade933e3ee087a3acfeb6ffe138c836cee9202c3ea66559511dff0bc50650abfdc4253785bdf21d37a56c7edb45f8be1b1df2298e93'], 'trx_id': '7a96567c8e082e04038a75d1e209bb4be7dc893b'}
{'expiration': '2021-01-07T10:07:24', 'ref_block_num': 27757, 'ref_block_prefix': 120575066, 'operations': [['transfer', {'from': 'ufm.test', 'to': 'taskmanager', 'amount': '0.001 HIVE', 'memo': 'testing'}]], 'extensions': [], 'signatures': ['200cf725c55486f9536b0a40dabbccf0cc41390eee0992df6f4365cb8d796e7b965032f2010967473b6ebf6acaa203c6d64827670118471e7e71b6e05dba50446c'], 'trx_id': '91e625b9e844a3f9bc68078985d2bf94d17438fb'}
{'expiration': '2021-01-07T10:10:42', 'ref_block_num': 27821, 'ref_block_prefix': 4062667210, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"sell","contractPayload":{"symbol":"ARCHON","quantity":"0.00100000","price":"0.3"}}'}]], 'extensions': [], 'signatures': ['1f05b8b33ca47d2a197a16ccbad425d737e9d7b92e04e717f0845091aa37c7f06d08534e12457de7cac395b444f7af454764d2327956f7f5197a6f52376792e8d5'], 'trx_id': '1f3b9aef8b4cffafb1c97d607544fe78c3c25a91'}
{'expiration': '2021-01-07T10:11:12', 'ref_block_num': 27838, 'ref_block_prefix': 98604309, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"buy","contractPayload":{"symbol":"DHEDGE","quantity":"1.00000000","price":"0.275"}}'}]], 'extensions': [], 'signatures': ['1f3be6c81db2220665592de1208adb36b35e3a0beb4e71fc7844a6f76cc34754c23d02b6d9686525c0a793fa134ce15ab0ffee8bbb3504510d44abd5f077f12533'], 'trx_id': '96312714d5f6060c65b8f5b9fb7ad7901140eb74'}
{'expiration': '2021-01-07T10:11:45', 'ref_block_num': 27846, 'ref_block_prefix': 1204580461, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"stake","contractPayload":{"symbol":"ARCHON","to":"ufm.test","quantity":"0.00010000"}}'}]], 'extensions': [], 'signatures': ['203a5db98d59c6c1a4c668d12869fff73373283a646e1f85ae3519dab47d1faee71cb599e35a3450b32f633a9c443eeba060d8c452960284e3e763920516ece4fa'], 'trx_id': '6aa5220d5f631f5463eafbf717f3345490d6be42'}
{'expiration': '2021-01-07T10:12:18', 'ref_block_num': 27860, 'ref_block_prefix': 337226400, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"unstake","contractPayload":{"symbol":"ARCHON","quantity":"0.00010000"}}'}]], 'extensions': [], 'signatures': ['1f1d49e65ead0cd49370c1405031f3d034804f1aae66f6d32092c547b74b44532675e26919b136495df1ebd8c43fa4a7d5ed998681e8d7706f5642b0edaf626f71'], 'trx_id': '599c89831aa8795ed01ee851fdfee7b96622ec10'}
{'expiration': '2021-01-07T10:12:54', 'ref_block_num': 27869, 'ref_block_prefix': 475120760, 'operations': [['transfer', {'from': 'ufm.test', 'to': 'taskmanager', 'amount': '0.001 HIVE', 'memo': 'testing'}]], 'extensions': [], 'signatures': ['1f70803574036ef12a393a569368b86da96eed51fbc5dea9eb0038b5f5a32012cd10332b7da0f92c214aeb34ee9e1558e4e7ccde5ffe57fd569723c745bfadade0'], 'trx_id': 'edc6b1e0e62dd6a3489eaff685cd90441a916808'}
{'expiration': '2021-01-07T10:13:30', 'ref_block_num': 27881, 'ref_block_prefix': 3304660817, 'operations': [['withdraw_vesting', {'account': 'ufm.test', 'vesting_shares': '19.080945 VESTS'}]], 'extensions': [], 'signatures': ['203fc9c71c95b27c2c0bbcd39d4bd6eb458b3051275e5a511a3d9f2c9d07e1f2a2113e5ce11df850684f386745ddd459a1f5b5a2e22aa83886d3de1bbfabfdf782'], 'trx_id': '64c4a4ce6609c18b57bf76c7885cd982fb7d5ed2'}
Congratulations @ufm.test! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :
You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word
STOPDo not miss the last post from @hivebuzz:
{'expiration': '2021-01-07T10:39:30', 'ref_block_num': 28403, 'ref_block_prefix': 816971333, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"sell","contractPayload":{"symbol":"ARCHON","quantity":"0.00100000","price":"0.3"}}'}]], 'extensions': [], 'signatures': ['2028db3c04169277844ef127f3616b51d03d229e8495e28397163d254b6d51ff8106ba816d429b229d2fe4228bc75aa6f43cc485c851b716a2abc45ce781a794e6'], 'trx_id': '9bdb4398e4722456c6c550aafbb881794ab62ecc'}
{'expiration': '2021-01-07T10:40:00', 'ref_block_num': 28408, 'ref_block_prefix': 2265701828, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"buy","contractPayload":{"symbol":"DHEDGE","quantity":"1.00000000","price":"0.275"}}'}]], 'extensions': [], 'signatures': ['1f4ec8db38821fc9e1e48467eef33e8026d390b631e588ff25d1664a08c29dbf8a1f497c781f5094b1cab2cf51294c5f25c641e907bfdf176f739d2df4df066689'], 'trx_id': '77ebbfc74251c27318e577a59144f0146bc56218'}
{'expiration': '2021-01-07T10:40:33', 'ref_block_num': 28424, 'ref_block_prefix': 3103823285, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"stake","contractPayload":{"symbol":"ARCHON","to":"ufm.test","quantity":"0.00010000"}}'}]], 'extensions': [], 'signatures': ['20423e26845b60e7f3b506c38715c8a29269e09de4a2796b5d40a875dc6b4be39f7ea24d01804968ba19dd1d30d303964395a8f9a1f03543dec27bc7a2ea364073'], 'trx_id': '30851b794e21243392220664f633582d4aa1c5ba'}
{'expiration': '2021-01-07T10:41:09', 'ref_block_num': 28431, 'ref_block_prefix': 2847424280, 'operations': [['custom_json', {'required_auths': ['ufm.test'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"unstake","contractPayload":{"symbol":"ARCHON","quantity":"0.00010000"}}'}]], 'extensions': [], 'signatures': ['2029d2c9a615ada1223da46a0489a4a7da6c2c25f5e7b9f234fe4d0140b0e68e4243ada7c283389edc357bc6629fd63e3d80e9d97da030fa8d16883b8a07e81514'], 'trx_id': '2c82c24b4f981dc98b74b47a26232718f07d2382'}
{'expiration': '2021-01-07T10:41:39', 'ref_block_num': 28446, 'ref_block_prefix': 352373386, 'operations': [['transfer', {'from': 'ufm.test', 'to': 'taskmanager', 'amount': '0.001 HIVE', 'memo': 'testing'}]], 'extensions': [], 'signatures': ['20601692e42936258025574a8c4d2a7a3978a01dcc4f710e128f866f7fdb1fca2e222587f0d5c8c9b596596ee59284438f8f67e9f7b9ca3ac49cf5212aeb7e5935'], 'trx_id': '88b733982c6b4276f121ac8d289a9a44fb322bd8'}
{'expiration': '2021-01-07T10:42:18', 'ref_block_num': 28450, 'ref_block_prefix': 3236170379, 'operations': [['withdraw_vesting', {'account': 'ufm.test', 'vesting_shares': '19.080910 VESTS'}]], 'extensions': [], 'signatures': ['20663e2b86e54ace27efbf355b87c88e8130e1b9ec401c776e4bf5385666946bee1a04d3056b4deec737a27cc83bd7fff0ef87a6e315d129ff1f3ecd74e064b629'], 'trx_id': '13c6f986139b06b53aebc5e862c9b013f62ff129'}
{'expiration': '2021-01-07T10:42:54', 'ref_block_num': 28469, 'ref_block_prefix': 1407038617, 'operations': [['transfer_to_vesting', {'from': 'ufm.test', 'to': 'ufm.test', 'amount': '0.010 HIVE'}]], 'extensions': [], 'signatures': ['1f450f95d9447f62fe7634b795b31159ed5121713e55ba3604f3409a517948c32f0b1c0324b9ae4407c96edd4d9de98bcf988860958d11daa3bba3a1749e6f0d69'], 'trx_id': 'bbb5aeec138cadde2f8623b0a3fd67f731deab5c'}
{'expiration': '2021-01-07T10:43:30', 'ref_block_num': 28478, 'ref_block_prefix': 1447203654, 'operations': [['account_witness_vote', {'account': 'ufm.test', 'witness': 'busy.witness', 'approve': False}]], 'extensions': [], 'signatures': ['200f686be9745c11983cd70b3877255e6ac7e6d5dd91be090e2b7abdf239832f940a035c00ae52eb92d8d8cf2aabcaba66418d3616de78294bed0489ec505ddc86'], 'trx_id': 'a5fb300ffcb0bfb73737ce2709e9ef3af6d89ff4'}
{'expiration': '2021-01-07T10:44:09', 'ref_block_num': 28490, 'ref_block_prefix': 2996033002, 'operations': [['account_witness_vote', {'account': 'ufm.test', 'witness': 'blocktrades', 'approve': True}]], 'extensions': [], 'signatures': ['1f4919854c2101e1728488e2b2fade5ecffb8dcfce16620c07d3326d886ff5d29c06480757aabfb91be81fd82f97011ac46bfe26514c239bd6363e1650d2de5786'], 'trx_id': '1dcab9d39b3488b2ae354bcde9c6aeb70b7f7e11'}
{'expiration': '2021-01-14T16:17:39', 'ref_block_num': 39806, 'ref_block_prefix': 1058377670, 'operations': [['custom_json', {'required_auths': ['archon-gov'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"sell","contractPayload":{"symbol":"ARCHON","quantity":"250.00000000","price":"0.45"}}'}]], 'extensions': [], 'signatures': ['1f58b532266ae93a63e243dc2c9ae10b833c0769b00cdefb80e9c65ea218844d717f1ce8768842b8dbde9ac5b294da18ce1d5c0fc0fb7e1ec075d7e62fb1e41aa1'], 'trx_id': 'bb7f621e207987dd442dcd958eabefe771eaa749'}
{'expiration': '2021-01-14T16:18:15', 'ref_block_num': 39820, 'ref_block_prefix': 3855765769, 'operations': [['custom_json', {'required_auths': ['archon-gov'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"sell","contractPayload":{"symbol":"LEO","quantity":"1.000","price":"3.333"}}'}]], 'extensions': [], 'signatures': ['2040aeab0e574dc5b6a7b200c1b30127d1f938694dd3d0d3f86d33b1139b073f1700be1a2be7732698300d8bbe70533a9a60886e7d7e887ede7d6b8230022d6df7'], 'trx_id': 'a4e2e0343620baf2a593fa375b1b6e38786826c8'}
{'expiration': '2021-01-14T16:18:48', 'ref_block_num': 39827, 'ref_block_prefix': 1121409649, 'operations': [['custom_json', {'required_auths': ['archon-gov'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"sell","contractPayload":{"symbol":"SIM","quantity":"225.000","price":"0.00495"}}'}]], 'extensions': [], 'signatures': ['203a80a58021cb6cfca46e5ec1287ac6b80e256bd40d114a84d05ab58c30b63c823009a4926e6faa7ea3b01a161f12aa967a8f5b3ae055406ae9e4213c7a51eb94'], 'trx_id': '482d4b09c252e520a842a9f9d8c269bd06be3c77'}
{'expiration': '2021-01-14T16:19:24', 'ref_block_num': 39843, 'ref_block_prefix': 2406405534, 'operations': [['custom_json', {'required_auths': ['archon-gov'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"market","contractAction":"buy","contractPayload":{"symbol":"DHEDGE","quantity":"500.00000000","price":"0.285"}}'}]], 'extensions': [], 'signatures': ['1f65a931b394b339c6450f9c5a1692cb1355e5bc6804647acba14e620654ce0aa937b227bec43e4a62342256e85f04508a71c5e4777617dcc40d8256637083db87'], 'trx_id': '8dfada1c04a22fe0663d4deae042e93f814ed132'}
{'expiration': '2021-01-14T16:19:57', 'ref_block_num': 39851, 'ref_block_prefix': 2581126723, 'operations': [['custom_json', {'required_auths': ['archon-gov'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"stake","contractPayload":{"symbol":"ARCHON","to":"archon-gov","quantity":"100.00000000"}}'}]], 'extensions': [], 'signatures': ['1f345ee379a55525ecef89ff59d6a2221fd2deee0eba4c7105802ef95900153c740f10aefd9f818448e5132ccdce13ac1e191ffc805706198f634ed3b306db64e8'], 'trx_id': '3d446b24fa3317cb23049c994b92a8dd7bdb3c25'}
{'expiration': '2021-01-14T16:20:33', 'ref_block_num': 39866, 'ref_block_prefix': 2988579579, 'operations': [['custom_json', {'required_auths': ['archon-gov'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"stake","contractPayload":{"symbol":"NEOXAG","to":"archon-gov","quantity":"606.00000000"}}'}]], 'extensions': [], 'signatures': ['1f7421eab7f134ebbfcf958563d0d611bf1915ac2cb94273dd6825221a8388dcee58153d6ce24f069eafdc004a963941533e68fc6e82da3879e13d663b3b818924'], 'trx_id': '57949a5b8f877ba09b4312082949d845933fda5d'}
{'expiration': '2021-01-14T16:21:06', 'ref_block_num': 39868, 'ref_block_prefix': 4089666955, 'operations': [['custom_json', {'required_auths': ['archon-gov'], 'required_posting_auths': [], 'id': 'ssc-mainnet-hive', 'json': '{"contractName":"tokens","contractAction":"unstake","contractPayload":{"symbol":"PAL","quantity":"22.222"}}'}]], 'extensions': [], 'signatures': ['204e35c89359fa55a8ea652420aac2b08ee603760182f67ea0d765449cc259e6f06015acab1c5c14f48f04f624f86a677aaa39b7a2767b58cdaae6d9a7ff209d5b'], 'trx_id': 'fae8b1336afd8cca3054289aa80b5c48fee847b6'}
{'expiration': '2021-01-14T16:21:42', 'ref_block_num': 39887, 'ref_block_prefix': 1826638747, 'operations': [['transfer', {'from': 'archon-gov', 'to': 'archon-mining', 'amount': '5.000 HIVE', 'memo': 'mining-bump'}]], 'extensions': [], 'signatures': ['201156089f6bba977daf4e440451664afcacc8eaa7edb89d74443f30d8cd957371276b3b8cee23774292ab0e5d7a67188f43e26ee603615fd3ad2b5412bbe0544f'], 'trx_id': '31d07b9a2d57bd03a089c6fa8f048a22d1e2aa4d'}
{'expiration': '2021-01-14T16:22:18', 'ref_block_num': 39900, 'ref_block_prefix': 1339793685, 'operations': [['withdraw_vesting', {'account': 'archon-gov', 'vesting_shares': '1906.805852 VESTS'}]], 'extensions': [], 'signatures': ['1f67a80977bf1f0c5ec905d03992f7bcb9b9d59ec1cf07f55b4f1ef05c1bd006314745c13ec93cc8ba3e6e3e71080bfa28eca6b75083dcbfadfc5913c030fda11b'], 'trx_id': '181fcbeaf310648f07fee0d3c97e5883946d77df'}
{'expiration': '2021-01-14T16:22:57', 'ref_block_num': 39908, 'ref_block_prefix': 153119332, 'operations': [['transfer_to_vesting', {'from': 'archon-gov', 'to': 'archon-gov', 'amount': '1.000 HIVE'}]], 'extensions': [], 'signatures': ['2009c832bad610cb7acec11d4686ae7a2e5eec5604f33b925b7c2ddcc0bc9557530327febbfe40191c68b73c508e46039e16135a683b331eff0c0879212add2306'], 'trx_id': '1c98f6d1964183872305338d1736246cabbb5c48'}
{'expiration': '2021-01-14T16:23:36', 'ref_block_num': 39927, 'ref_block_prefix': 3333617363, 'operations': [['transfer_to_vesting', {'from': 'archon-gov', 'to': 'archon-gov', 'amount': '0.100 HIVE'}]], 'extensions': [], 'signatures': ['20413e3e31b1bd0f38981bf2bbc06e73c1e0dce4bd6b24faf00310cebb13acf0f95c41d0e8023506676efb3721ce7c710e51659b10cc6949306bd8ccf935d0c8a7'], 'trx_id': 'eac8a20b8ced4f85176a55c7306c840603abc0b2'}
{'expiration': '2021-01-14T16:24:12', 'ref_block_num': 39935, 'ref_block_prefix': 2380069267, 'operations': [['account_witness_vote', {'account': 'archon-gov', 'witness': 'blocktrades', 'approve': True}]], 'extensions': [], 'signatures': ['1f379de0c996b31cbed18bda232984a53c47c3d82986c1fb97bc9692ebaadad0bd7950ead94b1f22f6535fb394054c248bfc86098a0a3cb33b044a6d34ad4fdc70'], 'trx_id': '6a99f7418e4fe70c28bb0f4046fa5a91dc3c9b76'}