create account

[New] Hive Engine NFT Explorer - Search NFT History Easily by cadawg

View this thread on: hive.blogpeakd.comecency.com
· @cadawg · (edited)
$23.81
[New] Hive Engine NFT Explorer - Search NFT History Easily
![Screenshot_20240825_180723.png](https://files.peakd.com/file/peakd-hive/cadawg/48TKWCCE4msvtB3EgsYnA62WPTaLvosSBzryVuC7eebaBLraugZz5ER8Vo6TZqwfia.png)

**Don't want to read all of this and just want to use the tool? Cool, just visit the [Hive Engine NFT Explorer](https://nftexplorer.hive.uno/) site.**

Hello everyone,

Having run NFTMart for a few years at this point, the team and I have always found the existing hive engine explorers to be great when dealing with tokens and most operations, but NFTs have always felt like second-class citizens. It's probably a limitation of showing so many forms of data at once - and to be clear, those tools are still useful and I'm very appreciative of everyone who's taken time to build tools to help the community. However, today is the day that changes.

## Features

- Search by User, Game, Item ID or the value of any of the properties - allowing you to do a search for a certain item.
![Screenshot_20240826_094825.png](https://files.peakd.com/file/peakd-hive/cadawg/48TKWCCE4msvtB3EevobvdhReQrRMdNUrocjRff1o87pmQGCNLK7VsgbXP9GiiEZpL.png)

- See the history of an individual item
![Screenshot_20240826_095200.png](https://files.peakd.com/file/peakd-hive/cadawg/48TKVoYjGNqYbh1Ycc9cNSZe7xVdje1qSWg3VyTCmxX5KtMeVZQZ4uFaFx4iCcy4n3.png)

- Find items by property
![Screenshot_20240826_095333.png](https://files.peakd.com/file/peakd-hive/cadawg/48TKVoXkFTQ1D1ZpkWcShNKvte4CP3zu6H1Kn3zLDRRJk6cED7jXbztkqzusfP4GP2.png)

- Advanced Search - Have a query you can't specify via the above boxes but we have the data to answer it - use our advanced mode to write your own custom query. For example - all actions that are initiated by a contract:
![Screenshot_20240826_121806.png](https://files.peakd.com/file/peakd-hive/cadawg/48WgzKLeUWZcufG4FuqVjMNPNAG6DcXuF23JUbbYS1WMSc7uqpagNogQfEQqMAnmZo.png)


## Development Log

### v0.0

In a long lost land, the project was started and had the basics for handling of contracts and sending them to the correct handlers, as well as connecting to the DB, although it had issues processing block 0 originally. This is also when the sister project [BlockFlock](https://github.com/CADawg/BlockFlock) was created as I needed a way to query the Hive Engine network without it taking over 70ms per block + network time, and got it down to 3ms a block with this caching layer. It also meant that I didn't have to hit public nodes as I didn't want to harm the network while testing it (and boy was that a good decision because it took a lot of testing!)

### v0.1

Started when I took it up as my [LMT2](https://lmt2.com) project, where we had to report on progress weekly for each of our projects, giving me a reason to make headway on this project. In this version it intended to pull the entire chain and try and reassemble it, without using the logs. I also polished most of the issues out of BlockFlock at this time.

### v0.2

After a week I already realised that would be infeasible in any reasonable timeframe and so I reduced the scope to just contracts that would be required to handle the NFT tables. This was still a lot of contracts however, as I had to know what token balances people had and that encompassed nearly every operation.

### v0.3

By the next week I realised even this goal was too lofty, and doing the sync was way too slow (still ~3 weeks to get this thing from 0 to 100% synced with hive engine), so I instead switched to just parsing the logs and storing it basically in one big history table.

### v0.4

I realised that having to do everything in order was slowing the application down, and so to speed it up I split out the properties into a separate table so that I could parallelise the task. It has a few flaws (a fair bit of deadlocking on the database at the start), but this is all handled by the code and no data is lost so it is not an issue and this is the version which still stands to this day.

### v1

This is basically v4 with a frontend placed on it, and is the version you see now. The real additions were being able to query the database with a custom query with [GormQueryFromJson](https://github.com/CADawg/GormQueryFromJson) in a safe manner as well as the images for the cards from dCity and Rising Star.

Now that you've heard all about it, [Try it out](https://nftexplorer.hive.uno/)

If you found this tool useful, [vote @cadawg for witness](https://vote.hive.uno/@cadawg).
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 648 others
properties (23)
authorcadawg
permlinkhow-to-spend-2-months-creating-a-hive-engine-nft-explorer
categoryprogramming
json_metadata{"app":"peakd/2024.8.6","format":"markdown","image":["https://files.peakd.com/file/peakd-hive/cadawg/48TKWCCE4msvtB3EgsYnA62WPTaLvosSBzryVuC7eebaBLraugZz5ER8Vo6TZqwfia.png","https://files.peakd.com/file/peakd-hive/cadawg/48TKWCCE4msvtB3EevobvdhReQrRMdNUrocjRff1o87pmQGCNLK7VsgbXP9GiiEZpL.png","https://files.peakd.com/file/peakd-hive/cadawg/48TKVoYjGNqYbh1Ycc9cNSZe7xVdje1qSWg3VyTCmxX5KtMeVZQZ4uFaFx4iCcy4n3.png","https://files.peakd.com/file/peakd-hive/cadawg/48TKVoXkFTQ1D1ZpkWcShNKvte4CP3zu6H1Kn3zLDRRJk6cED7jXbztkqzusfP4GP2.png","https://files.peakd.com/file/peakd-hive/cadawg/48WgzKLeUWZcufG4FuqVjMNPNAG6DcXuF23JUbbYS1WMSc7uqpagNogQfEQqMAnmZo.png"],"tags":["programming","hive-engine","hive","development"],"users":["cadawg"]}
created2024-08-25 17:36:21
last_update2024-08-26 11:29:15
depth0
children18
last_payout2024-09-01 17:36:21
cashout_time1969-12-31 23:59:59
total_payout_value11.934 HBD
curator_payout_value11.874 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,402
author_reputation100,771,927,095,688
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,527,967
net_rshares89,458,309,925,010
author_curate_reward""
vote details (712)
@bpcvoter1 ·
Let's delve into the Builda whale farm on the Hive, Gogreenbuddy, who is also colloquially known as the Marky mark USAINVOTE UPMYVOTE IPROMOTE and 100's more if not thousands this individual has asserted that his intentions behind this initiative are driven by a desire to contribute positively to the community. Now, let's explore what he is earning on a monthly basis from this venture.  income is said to be generated through the use of multiple alternative accounts, which he utilizes to cast votes in favor of his own shit content. The community seems to have mixed feelings about this practice many are scared to speak up.  

Are you ready to delve deeper into this topic and uncover more insights? If so, let's proceed. It's time to wake up and gain a clearer understanding of the situation at hand.


Buildawhale 

Curation Rewards

>Total rewards according to loaded activities and filters
Time loaded: 25 days ago
Total HP: 15,283.568
Total HBD: 0.000
Total HIVE: 0.000
https://peakd.com/@buildawhale/activities


The Marky mark

Curation Rewards

>Total rewards according to loaded activities and filters
Time loaded: a month ago
Total HP: 13,913.812
Total HBD: 0.000
Total HIVE: 0.000

https://peakd.com/@themarkymark/activities

Usainvote

Curation Rewards

>Total rewards according to loaded activities and filters
Time loaded: Jul 20, 2024
Total HP: 7,026.082
Total HBD: 0.000
Total HIVE: 0.000

https://peakd.com/@usainvote/activities



Apeminingclub

Curation Rewards


>Total rewards according to loaded activities and filters
Time loaded: Jul 22, 2024
Total HP: 28.306
Total HBD: 0.000
Total HIVE: 0.000

https://peakd.com/@apeminingclub/activities


Gogreenbuddy

Curation Rewards

>Total rewards according to loaded activities and filters
Time loaded: Jul 15, 2024
Total HP: 1,960.063
Total HBD: 0.000
Total HIVE: 0.000


https://peakd.com/@gogreenbuddy/activities


<a href="https://imgflip.com/i/9160tw"><img src="https://i.imgflip.com/9160tw.jpg" title="made at imgflip.com"/></a><div><a href="https://imgflip.com/memegenerator">from Imgflip Meme Generator</a></div>

[On Hive a significant issue exists with automatic upvotes consistently rewarding the same individuals day in and day out](https://www.bilpcoin.com/undefined/@bpcvoter1/on-hive-a-significant-issue-exists-with-automatic-upvotes-consistently-rewarding-the-same-individuals-day-in-and-day-out)


[We want to address the issue of downvoting. It has caused pain to many people, and we want to make sure it doesn't happen again  reply to @jacobtothe](https://www.bilpcoin.com/undefined/@bpcvoter1/we-want-to-address-the-issue-of-downvoting-it-has-caused-pain-to-many-people-and-we-want-to-make-sure-it-doesn-t-happen-again)

[On Hive a significant issue exists with automatic upvotes consistently rewarding the same individuals day in and day out](https://www.bilpcoin.com/undefined/@bpcvoter1/on-hive-a-significant-issue-exists-with-automatic-upvotes-consistently-rewarding-the-same-individuals-day-in-and-day-out)

[We hope that those who genuinely care about Hive will reconsider their actions, as continuing down this path could inadvertently harm innocent users who are unaware of these issues](https://www.bilpcoin.com/undefined/@bpcvoter1/we-hope-that-those-who-genuinely-care-about-hive-will-reconsider-their-actions-as-continuing-down-this-path-could-inadvertently)


[lol the Marky mark keeps dreaming](https://www.bilpcoin.com/undefined/@bpcvoter1/lol-the-marky-mark-keeps-dreaming)



[There's been a notable increase in frustration and concern among many users](https://hive.blog/hive-167922/@bpcvoter1/there-s-been-a-notable-increase-in-frustration-and-concern-among-many-users)

[Reply 2 @crimsonclad You may consider yourself clever](https://hive.blog/hive-167922/@bpcvoter3/reply-2-crimsonclad-you-may-consider-yourself-clever)



[Reply to @crimsonclad](https://hive.blog/hive-167922/@bpcvoter3/reply-to-crimsonclad)


[Consider revising the value plan, as it's not providing significant benefits to HIVE](https://hive.blog/hive-167922/@bpcvoter3/consider-revising-the-value-plan-as-it-s-not-providing-significant-benefits-to-hive)

[The Value Plan, as it stands, seems to be a one-sided relationship with the HIVE platform, where the benefits are one-way](https://hive.blog/hive-167922/@bpcvoter3/the-value-plan-as-it-stands-seems-to-be-a-one-sided-relationship-with-the-hive-platform-where-the-benefits-are-one-way)



[Actions indeed speak louder than words, a fact we've all observed individuals may talk a good game, a whole lot of shit, but their actions often expose their genuine nature LOL](https://hive.blog/hive-167922/@bilpcoinbpc/actions-indeed-speak-louder-than-words-a-fact-weve-all-observed-individuals-may-talk-a-good-game-a-whole-lot-of-shit-but-their-)


[We consider it unwise to engage in harmful actions, even if you think you can escape the repercussions](https://hive.blog/hive-158694/@bilpcoinbpc/we-consider-it-unwise-to-engage-in-harmful-actions-even-if-you-think-you-can-escape-the-repercussions)


https://hive.blog/politics/@jacobtothe/re-bpcvoter1-shjdc8


[The Hive Police aka Hivewatchers, are the real heroes of Hive LOL, aren't they?](https://hive.blog/hive-167922/@bpcvoter3/the-hive-police-aka-hivewatchers-are-the-real-heroes-of-hive-lol-aren-t-they)


[Feast your eyes on Hive's trending page, what a load of trash](https://hive.blog/hive-167922/@bpcvoter3/feast-your-eyes-on-hive-s-trending-page-what-a-load-of-trash)


[LoL it's the Hivewatchers Hive Police, dishing out orders like a bakery LOL! Folks, do what you want with your Hive power, just as you please. And you, Hivewatchers, downvote away, but remember, judgment day's coming](https://hive.blog/hive-167922/@bilpcoinbpc/lol-its-the-hivewatchers-hive-police-dishing-out-orders-like-a-bakery-lol-folks-do-what-you-want-with-your-hive-power-just-as-)


[Harry fam We're just here, laughing at the shenanigans on Hive! Sure, our content's getting downvoted, but hey, it's all part of the game LOL](https://hive.blog/hive-167922/@bilpcoinbpc/harry-fam-were-just-here-laughing-at-the-shenanigans-on-hive-sure-our-contents-getting-downvoted-but-hey-its-all-part-of-the)

https://hive.blog/hive-158694/@hivewatchers/shhnhs


adm [-]
meesterboom [-]
steemcleaners [-]
jacobtothe [-]
logic [-]
chekohler [-]
b00m [-]
celestegray [-]
citizensmith [-]
sazbird [-]
technicalside [-]
bagpuss [-]
vxn666 [-]
spaminator [-]
meestemboom [-]
ihal0001 [-]
tillmea [-]
meesterleo [-]
meesterbrain [-]
unclefunker [-]
and 1 more

https://hive.blog/hivewatchers/@bpcvoter/shqkqc


[On Hive, there's a user who frequently burns a significant amount of Hive LOL with his own accounts](https://www.bilpcoin.com/undefined/@bpcvoter1/on-hive-there-s-a-user-who-frequently-burns-a-significant-amount-of-hive-lol-with-his-own-accounts)



[How To Fool An Entire Population](https://hive.blog/hive-158694/@bilpcoinbpc/how-to-fool-an-entire-population)


[it's so, so concerning to see Blocktrades delegating 2+ million Hive power to Buildawhale, and Buildawhale is downvoting legitimate content](https://hive.blog/hive-167922/@bilpcoinbpc/its-so-so-concerning-to-see-blocktrades-delegating-2-million-hive-power-to-buildawhale-and-buildawhale-is-downvoting-legitimat)


https://youtu.be/8VcSzCGbpoE


[We began sharing factual information following unwarranted downvotes on Hive it's all in the transactions](https://hive.blog/hive-167922/@bpcvoter1/we-began-sharing-factual-information-following-unwarranted-downvotes-on-hive-it-s-all-in-the-transactions)


[Upon examining our posts, you will notice they have been downvoted, and we've been labeled as scammers and spammers, which we find amusing. We consistently share new content](https://hive.blog/hive-148441/@bilpcoinbpc/upon-examining-our-posts-you-will-notice-they-have-been-downvoted-and-weve-been-labeled-as-scammers-and-spammers-which-we-find-)




[Once again, we ask why is our legit content being downvoted on Hive and what is the reason behind it. Hivewatchers ADM spaminator  steemcleaners guiltyparties logic ](https://hive.blog/hive-158694/@bilpcoinbpc/once-again-we-ask-why-is-our-legit-content-being-downvoted-on-hive-and-what-is-the-reason-behind-it-hivewatchers-adm-spaminator)



[We have Hive witnesses farming Hive, self-voting, operating comment farms, and self-funding projects with community resources](https://hive.blog/hive-167922/@bpcvoter1/we-have-hive-witnesses-farming-hive-self-voting-operating-comment-farms-and-self-funding-projects-with-community-resources)



https://peakd.com/@themarkymark/activities


https://peakd.com/@buildawhale/activities


https://peakd.com/@blockheadgames/activities


https://peakd.com/@hiveauctions/activities


https://peakd.com/@gogreenbuddy/activities



https://peakd.com/@meritocracy/activities



https://peakd.com/@gogreenbuddy/activities



https://peakd.com/@jacobtothe/activities



https://peakd.com/@usainvote/activities



https://peakd.com/@leovoter/activities


https://peakd.com/@usainvote/activities


https://peakd.com/@upmyvote/activities


https://peakd.com/@apeminingclub/activities



https://peakd.com/@punkteam/activities

Posted using [Bilpcoin](https://www.bilpcoin.com/@bpcvoter1/let-s-delve-into-the-builda-whale-farm-on-the-hive-gogreenbuddy-who-is-also-colloquially-known-as-the-marky-mark-usainvote)



!INDEED  !WEED !PGM LUV !PIZZA !PIMP !ALIVE !CTP !BBH !VSC !INDEED !HOPE
properties (22)
authorbpcvoter1
permlinksisbn1
categoryprogramming
json_metadata{"image":["https://i.imgflip.com/9160tw.jpg","https://img.youtube.com/vi/8VcSzCGbpoE/0.jpg"],"links":["https://peakd.com/@buildawhale/activities"],"app":"hiveblog/0.1"}
created2024-08-25 17:37:48
last_update2024-08-25 17:37:48
depth1
children0
last_payout2024-09-01 17:37:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,401
author_reputation-19,684,627,519,590
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,527,985
net_rshares0
@ladiesofhive ·
![image.png](https://files.peakd.com/file/peakd-hive/ladiesofhive/23uFitC5G6C6iwtiukN2CHF9LHutWmV2y7rNhPthCV8s2FD9CkuPLyEPL2P4kcRP4Us7f.png)
properties (22)
authorladiesofhive
permlinkre-cadawg-sit06v
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.6"}
created2024-08-26 02:28:06
last_update2024-08-26 02:28:06
depth1
children0
last_payout2024-09-02 02:28:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation143,085,396,087,494
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,535,481
net_rshares0
@ladytoken ·
LOH 1724639095516
<div class='pull-right'>https://images.ecency.com/DQmdkUSd22WWZ3tZwfJYYvNgs29NWTcBMaxEkg3MEb2odPF/image.png<p><sup><a href='https://hive-engine.com/?p=market&t=LOH'>View or trade </a> <code>LOH</code> tokens.</sup></p></div><center><br> <p>@cadawg, You have received 1.0000 LOH for posting in Ladies of Hive. We believe that you should be rewarded for the time and effort spent in creating articles. The goal is to encourage token holders to accumulate and hodl LOH tokens over a long period of time.</p> </center><div></div>
properties (22)
authorladytoken
permlinkloh-1724639095516
categoryprogramming
json_metadata{"app":"hiveblog/0.1","tags":["ladytoken","loh"]}
created2024-08-26 02:24:54
last_update2024-08-26 02:24:54
depth1
children0
last_payout2024-09-02 02:24:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length525
author_reputation1,715,992,475,976
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,535,451
net_rshares0
@morentis ·
So amazing 
properties (22)
authormorentis
permlinkre-cadawg-sj1vj8
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-30 21:26:00
last_update2024-08-30 21:26:00
depth1
children0
last_payout2024-09-06 21:26:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation42,511,257,282,659
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,682,493
net_rshares0
@risingstargame ·
$0.04
This looks like an amazingly useful tool however I am not sure why but none of the input boxes work for me. 


![Screenshot 2024-08-26 at 20.10.40.png](https://files.peakd.com/file/peakd-hive/risingstargame/EouCbGdqhkztJowKrdRP1taGdtjGG1E2hDggxRGjq3ydATkTFace1RkWsMuMYjPR43y.png)

I am using Brave on a Mac.
👍  
properties (23)
authorrisingstargame
permlinkre-cadawg-siuanb
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-26 19:11:36
last_update2024-08-26 19:11:36
depth1
children5
last_payout2024-09-02 19:11:36
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length308
author_reputation286,699,115,199,220
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,549,669
net_rshares169,335,622,452
author_curate_reward""
vote details (1)
@cadawg ·
Ah yeah, that would be good. Thanks for letting me know - I'll update you when I figure out why that's happening
👍  , , , , , , , , , ,
properties (23)
authorcadawg
permlinkre-risingstargame-siuolo
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 00:13:00
last_update2024-08-27 00:13:00
depth2
children0
last_payout2024-09-03 00:13:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation100,771,927,095,688
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,554,279
net_rshares71,518,041,671
author_curate_reward""
vote details (11)
@cadawg ·
$0.02
Hey @risingstargame, that should be fixed now - forgot to test it with my system in light mode 🤦
👍  , , , , , , , , , , ,
properties (23)
authorcadawg
permlinkre-risingstargame-siw2kj
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 18:12:18
last_update2024-08-27 18:12:18
depth2
children3
last_payout2024-09-03 18:12:18
cashout_time1969-12-31 23:59:59
total_payout_value0.010 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation100,771,927,095,688
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,572,937
net_rshares82,083,371,708
author_curate_reward""
vote details (12)
@risingstargame ·
Indeed it is. I am thinking of linking from within Rising Star to the tool using the parameters. Can you confirm that they won't change in the forseeable future?
properties (22)
authorrisingstargame
permlinkre-cadawg-six7c1
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-28 08:52:48
last_update2024-08-28 08:52:48
depth3
children2
last_payout2024-09-04 08:52:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation286,699,115,199,220
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,610,986
net_rshares0
@spidersilk ·
$0.04
Adding a generated link to verify such a transaction in hive-engine would be an interesting thing.

Everything seems to work very well, and the response speed here has been almost instantaneous. Even completing a few fields
👍  
properties (23)
authorspidersilk
permlinkre-cadawg-sisx5h
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.6"}
created2024-08-26 01:22:33
last_update2024-08-26 01:22:33
depth1
children1
last_payout2024-09-02 01:22:33
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation2,422,395,712,582
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,534,808
net_rshares171,043,535,063
author_curate_reward""
vote details (1)
@cadawg ·
Thank you for your feedback, I'm glad it's been fast for you!
properties (22)
authorcadawg
permlinkre-spidersilk-siw2n2
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 18:13:51
last_update2024-08-27 18:13:51
depth2
children0
last_payout2024-09-03 18:13:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation100,771,927,095,688
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,573,092
net_rshares0
@tarabh ·
$0.09
When I enter text in the search box, for example username, I don't see anything, but when I hit search I see it in the url. Is the text entering in white by any chance ( that why I'm not seeing it) ?
👍  
properties (23)
authortarabh
permlinkre-cadawg-sivelv
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 09:34:45
last_update2024-08-27 09:34:45
depth1
children2
last_payout2024-09-03 09:34:45
cashout_time1969-12-31 23:59:59
total_payout_value0.044 HBD
curator_payout_value0.045 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation2,326,165,458,608
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,560,313
net_rshares348,957,005,029
author_curate_reward""
vote details (1)
@cadawg ·
$0.03
Well spotted - I was testing it in dark theme and didn't realise the text would stay white when the browser was in light theme but the background would be white too. It's fixed now!
👍  ,
properties (23)
authorcadawg
permlinkre-tarabh-siw2jc
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 18:11:39
last_update2024-08-27 18:11:39
depth2
children1
last_payout2024-09-03 18:11:39
cashout_time1969-12-31 23:59:59
total_payout_value0.014 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length181
author_reputation100,771,927,095,688
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,572,883
net_rshares111,964,974,497
author_curate_reward""
vote details (2)
@tarabh ·
smashing!!, great tool, ty!
properties (22)
authortarabh
permlinkre-cadawg-siw3sd
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 18:38:39
last_update2024-08-27 18:38:39
depth3
children0
last_payout2024-09-03 18:38:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation2,326,165,458,608
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,575,377
net_rshares0
@vaultec ·
$0.05
VSC Support in the future? 
👍  ,
properties (23)
authorvaultec
permlinkre-cadawg-siv1dy
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 04:49:12
last_update2024-08-27 04:49:12
depth1
children2
last_payout2024-09-03 04:49:12
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation46,939,617,947,827
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,557,363
net_rshares176,954,325,591
author_curate_reward""
vote details (2)
@cadawg ·
It's certainly a possibility for the future - I just hope I haven't built the structures in a too engine-centric way haha
properties (22)
authorcadawg
permlinkre-vaultec-siw2mb
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 18:13:24
last_update2024-08-27 18:13:24
depth2
children1
last_payout2024-09-03 18:13:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation100,771,927,095,688
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,573,044
net_rshares0
@vaultec ·
Might want to built a middle ground indexer between HE and future VSC. That would make it pretty easy to plug in new stuff if you haven't built that already.
properties (22)
authorvaultec
permlinkre-cadawg-siw4xd
categoryprogramming
json_metadata{"tags":["programming"],"app":"peakd/2024.8.7"}
created2024-08-27 19:03:15
last_update2024-08-27 19:03:15
depth3
children0
last_payout2024-09-03 19:03:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation46,939,617,947,827
root_title"[New] Hive Engine NFT Explorer - Search NFT History Easily"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id136,577,579
net_rshares0