🚨 JUST IN: Crypto AI Agent is here!!! Watch the video 🎥

EnglishDeutsch한국어日本語中文EspañolFrançaisNederlandsРусскийItalianoPortuguêsTürkçeՊորտֆոլիո թրեքերՓոխանակելԿրիպտոարժույթներԳնացուցակԻնտեգրացիաներՆորություններՎաստակելԲլոգNFTՎիջեթներDeFi պորտֆոլիոյի հետևորդԲաց API24ժ. հաշվետվությունՄամուլի հավաքածուAPI փաստաթղթեր
CORE

Core Գին

CORE
#3903

$0,0005603

9,51%

฿0,00000001

Շուկայի կապիտալիզացիա
$558,72K
FDV
$558,72K
Ծավալը 24 ժամում
$3,07K
Ծավալ/Շուկ. կապ. 24ժ
0,55%
Ամբողջական առաջարկ
997,168,728
Շրջանառվող առաջարկ
997,168,728

Պայմանագրեր

Contract

4Fdoj...pump

Համայնք

Ուսումնասիրողներ

Կատեգորիաներ

Գնի փոփոխություն

24h

Ցածր

Բարձր

1ժ Փոփոխություն

0,37%

24ժ Փոփոխություն

9,51%

7օ Փոփոխություն

54,79%

Բոլոր ժամանակների բարձրագույն

$0

Nov 3, 2025

77,75%

Բոլոր ժամանակների ցածրագույն

$0

Oct 1, 2025

234,74%

Core գինը $0,0005603 է, վար -9.51% վերջին 24 ժամվա ընթացքում, և ուղիղ շուկայական կապիտալիզացիան $558 721 է: Այն ունի 997,168,728 CORE արժույթների շրջանառվող առաջարկ և 997,168,728 CORE առավելագույն առաջարկ՝ $3,07K 24ժ գործարքային ծավալի հետ միասին:

Հետազոտություն
Ֆոնդեր
Շուկաներ
Նորություններ
Թիմի թարմացումներ
Փուչիկային Քարտեզներ
Գին
Շուկայի կապիտալիզացիա
Հասանելի առաջարկ
1H24H1W1M3M6M1YALL







Փոխանակել

Նշումներ

Կրիպտո փոխարկիչ

CORE

CORE

Ֆոնդեր

Կապակցված ակտիվներ

Տրենդային կրիպտոարժույթներ

Ակտիվները, որոնք ունեն ամենամեծ փոփոխությունը CoinStats-ում եզակի էջի դիտումներում վերջին 24 ժամվա ընթացքում:

Նման շուկայական կապիտալիզացիա

CoinStats-ում հասանելի բոլոր ակտիվների մեջ սրանք ունեն Core-ին ամենանման շուկայական կապիտալիզացիան:

Core Նորություններ

Reddit ...

44ա առաջ

Reddit r/ethereum

Etherscan officially recognized the 2016 Unicorn Meat token as an Ethereum Foundation contract, so I cracked and verified the Grinder source code

<!-- SC_OFF --><div class="md"><p>I wanted to share something interesting that happened recently. Etherscan added an info note to the <a href="https://etherscan.io/token/0xed6ac8de7c7ca7e3a22952e09c2a2a1232ddef9a">Unicorn Meat token page</a> that reads:</p> <blockquote> <p>"This token was created by Avsa of the Ethereum Foundation. Read more about it in this post."</p> </blockquote> <p>The link goes to a <a href="https://x.com/ethereum/status/715821110722433024">tweet from the official @ethereum account</a> from April 1, 2016 announcing "the Unicorn Meat Grinder Smart Contract and Bribable DAO" by @avsa.</p> <p>For those who don't know the backstory: Alex Van de Sande (avsa) was one of Ethereum's earliest core team members. He built the Mist Browser, the Ethereum Wallet, and co-created ENS. In early 2016 he deployed a set of contracts as part of the ethereum.org tutorials, including the Unicorns token and the Unicorn Meat Grinder, a DAO that let you convert Unicorns into Unicorn Meat through on-chain governance.</p> <p>The contracts were deployed from his same wallet that deployed the Foundation Tip Jar, which Alex made on behalf of the Foundation to raise money and donors received Unicorn tokens. So the provenance chain is: same deployer address, multiple Etherscan-labeled EF contracts, and now an official Etherscan note confirming the connection.</p> <p>What makes this historically interesting:</p> <ul> <li><strong>The Meat Grinder was one of the first DAOs on Ethereum</strong>, predating The DAO by months. It used a proposal and voting system where token holders could vote on actions like grinding Unicorns into Meat.</li> <li><strong>It introduced one of the first token upgrade patterns.</strong> The Unicorn-to-Meat conversion was essentially a token migration mechanism, something that became standard practice years later.</li> <li><strong>The contracts were based on the ethereum.org tutorials</strong> that avsa wrote to teach developers how to build on Ethereum. These tutorials were how an entire generation of Solidity developers learned the language.</li> </ul> <p>We've been working on documenting and verifying the source code of these contracts on <a href="https://ethereumhistory.com">EthereumHistory</a>, including cracking the bytecode of contracts that were never verified on Etherscan. We recently launched a <a href="https://ethereumhistory.com/collections">Collections feature</a> that groups all contracts by their deployer, starting with avsa's 60 contracts and Vitalik's 66 contracts.</p> <p><strong>We also recently cracked and verified the Meat Grinder's source code on Etherscan.</strong> The source had been sitting in <a href="https://gist.github.com/alexvandesande/3abc9f741471e08a6356">avsa's public GitHub gist</a> for 10 years but was never formally verified on-chain. The challenge was figuring out the exact compiler settings: these contracts predate Solidity 0.4, so there's no metadata hash in the bytecode to help identify the version. We had to work through early solc releases until we found that solc 0.2.1 with default optimization produced an exact byte-for-byte match against the on-chain runtime bytecode. Once confirmed, we submitted it to both <a href="https://sourcify.dev">Sourcify</a> and <a href="https://etherscan.io/address/0xc7e9dDd5358e08417b1C88ed6f1a73149BEeaa32#code">Etherscan</a>, so anyone can now read the original Solidity source directly on Etherscan and verify it themselves.</p> <p>It's a small thing, but these early contracts are historical artifacts. Having their source verified on-chain means the code is permanently readable and auditable, not just sitting in a gist that could disappear.</p> <p>If anyone is interested in Ethereum's early contract history, the <a href="https://unicornmeateth.com/provenance">provenance page</a> has the full chain of evidence laid out, and <a href="https://ethereumhistory.com">EthereumHistory</a> is an open platform where anyone can help document contracts.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/gorewndis"> /u/gorewndis </a> <br/> <span><a href="https://www.reddit.com/r/ethereum/comments/1svq7qu/etherscan_officially_recognized_the_2016_unicorn/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ethereum/comments/1svq7qu/etherscan_officially_recognized_the_2016_unicorn/">[comments]</a></span>

«Ցլի» շուկա:

0

«Արջի» շուկա:

0

Cointur...
«Ցլի» շուկա:

0

«Արջի» շուկա:

0

Crypto ...
«Ցլի» շուկա:

0

«Արջի» շուկա:

0

CoinPed...
«Ցլի» շուկա:

0

«Արջի» շուկա:

0

Նաև ստուգեք Core գինը

Հրաժարում պատասխանատվությունից. Մեր տրամադրած բովանդակության որևէ մասը չի կազմում ֆինանսական խորհուրդ արժույթների գների, իրավական խորհուրդ կամ ցանկացած այլ ձևի խորհուրդ, որի վրա դուք պետք է ապավինեք ցանկացած նպատակի համար: Մեր բովանդակության ցանկացած օգտագործում կամ ապավինում բացառապես ձեր սեփական ռիսկի և հայեցողության վրա է: