Metafora

Discussions from the Metaverse

Message, share, and broadcast from your crypto wallet. It's like Twitter for blockchain.
Powered by Million.
Keep the faith my peeps. MM still on a good path. If you can then just HODL. We’ll get through this.
Reply 8 Link
How long do you guys think that we have to wait till we hit 1 Billion marketcap?
Reply 0 Link
@AodaiVietnamNFT never. Why on earth would it go to 1 billion. Sounds like hopium.
Reply 0 Link
@Flock Not sure where you can improve on this. Art is a bit subjective. I look like the balance of the green and black texture blending in. Was there a theme or genre that you are specifically trying to follow?
Reply 0 Link
@NFTDailyNews it’s a character I’ve been building for a while. I really like comic book style drawings so probably a long way to go
Reply 0 Link
Deleted
@MM-Matt

WITH
SUM_BUYS AS (
SELECT
"to" AS address,
SUM(value/1e18) AS amount
FROM erc20."ERC20_evt_Transfer"
WHERE contract_address = '\x6b4c7a5e3f0b99fcd83e9c089bddd6c7fce5c611'
GROUP BY 1),
SUM_SELLS AS (
SELECT
"from" AS address,
SUM(value/1e18) AS amount
FROM erc20."ERC20_evt_Transfer"
WHERE contract_address = '\x6b4c7a5e3f0b99fcd83e9c089bddd6c7fce5c611'
GROUP BY 1)
SELECT
'no_diamond_hands',
COUNT(DISTINCT CASE WHEN ss.amount IS NOT NULL THEN sb.address END)
FROM SUM_BUYS sb
LEFT JOIN SUM_SELLS ss ON(sb.address = ss.address)

UNION

SELECT
'yes_diamond_hands',
COUNT(DISTINCT CASE WHEN ss.amount IS NULL THEN sb.address END)
FROM SUM_BUYS sb
LEFT JOIN SUM_SELLS ss ON(sb.address = ss.address);
Reply 2 Link
@dolphin this is the query behind the diamond hands KPI
Reply 1 Link
@MM-Matt Yes exact. The flaw of this query is the fact that probably many holders are stuck with their MM because moving them on Ethereum network is impossible due to fees
Reply 1 Link
@MM-Matt we should definitely dive further into those data
Reply 1 Link
@dolphin @MM I like where this going. Nice work. If ETH transaction fees start getting smaller, it will be interesting. Think the other day it was around $30 if I am not mistaken.
Reply 0 Link
@NFTDailyNews I think ETH fees will only increase over time.

ETH allows around 15 tx/second. Assuming that crypto industry will keep expanding, the demand of those txs will increase too, so people will be willing to spend more in order to let their txs passing through the network. This will inevitably push the fees to new high we can barely imagine nowdays.

In 2030 an ETH tx will costs dozen of thousands of dollars
Reply 0 Link
@JamesHuckle I wasn't going to say that but you took the words right from me. lol

If this ultimately gets the weak hands to sell and for folks to do more research before FOMOing into a coin....well then it's their fault.

There is always a bright side to everything here.
Reply 2 Link
@Mya 😂😂😂
Reply 1 Link
@Mya I think TL will be impressed with the commitment, fwiw 😂

1) It's the haters that force you to become better.
2) Adversity breeds creativity.

I say keep up the good work mate 🤟
Reply 8 Link
@TL another good example of why we need to be able to block content from some accounts. We have a very boring fudder crying all day long because his delicate feelings got hurt.
Reply 5 Link

A project of Million Token. FAQ