Post
Topic
Board Tokens (Altcoins)
Re: [ANN] Minereum - First Self Mining Smart Contract - MINEREUM V2 IS LIVE!
by
minereum
on 06/06/2020, 12:14:44 UTC
https://etherscan.io/address/0x3a4aede878e191d548c251de1e27ab67bd0d12b0#tokentxns wow another developer wallet sold! this wallet listed 29 day ago, my address listed 60 day ago how tf this wallet sold 1st? i'm 100% sure this dev wallet , he got his WALLET INFRONT PAGE ~`fking greedy developer!

That’s nothing to do with developer wallets. Because there are some limitations in ethereum smart contracts, it’s not possible to guarantee the constant order of arrays based on certain factors given that the array is changeable  (for example by date). Whenever someone removes an address from sale (manually or if it gets sold) that gap in the list needs to be filled and it has to get filled with the last address from the list, otherwise infinite amounts of gas would be required to reorder the whole list. This is the only viable technical way we found during development to be able to guarantee a 100% on chain dapp.

So in other words: If an address from the first page gets sold, that position will be filled with the last Genesis Address set for sale and that’s probably what happened for this case.

You don’t have to take our word for it, if you have coding experience you can also check the source code so you can validate what was just said