0x0000000000000000000000000000000000000000 address behaviourWhy Transfer(0x0, _to, _amount) after Minting TokensIs it possible for the miner of a block to be address 0x0?ETH sent to incorrect addressvoting based on tokens vested in smart contractICO token contract that returns tokens when Ether payment is sent into the contractCreate tokens with dynamic priceMissing ETH in EOSCrowdsale addressCan a smart contract send the ERC20 token it owns to another address on trigger?Ethereum Token Creation & Crowdsale Examplecontract address returning '0x0000000000000000000000000000000000000000'How is it possible for 0x0000000000000000000000000000000000000000 to send out ERC-20 tokens?Is it possible for send() in Solidity to fail if value is sent to a valid external account?

What does "Passed out of record" mean?

Terry Pratchett book with a lawyer dragon and sheep

Why didn't Nick Fury expose the villain's identity and plans?

Shortest hex dumping program

When did Tsar Nicholas II become Tsar of Russia?

During copyediting, journal disagrees about spelling of paper's main topic

Is a 10th-level Transmutation wizard considered a shapechanger for the purpose of effects such as Moonbeam?

Managing and organizing the massively increased number of classes after switching to SOLID?

Confirming the Identity of a (Friendly) Reviewer After the Reviews

Single word for "refusing to move to next activity unless present one is completed."

Misspelling my name on my mathematical publications

How to convert a file with several spaces into a tab-delimited file?

Why doesn't sea level show seasonality?

How many hours would it take to watch all of Doctor Who?

Mathematica notebook opening off the screen

As the dungeon master, how do I handle a player that insists on a specific class when I already know that choice will cause issues?

Price discrimination?

How to memorize multiple pieces?

Why weren't bootable game disks ever common on the IBM PC?

How to know if blackberries are safe to eat?

What's the point of having a RAID 1 configuration over incremental backups to a secondary drive?

How is angular momentum conserved for the orbiting body if the centripetal force disappears?

Why do people keep referring to Leia as Princess Leia, even after the destruction of Alderaan?

How were Martello towers supposed to work?



0x0000000000000000000000000000000000000000 address behaviour


Why Transfer(0x0, _to, _amount) after Minting TokensIs it possible for the miner of a block to be address 0x0?ETH sent to incorrect addressvoting based on tokens vested in smart contractICO token contract that returns tokens when Ether payment is sent into the contractCreate tokens with dynamic priceMissing ETH in EOSCrowdsale addressCan a smart contract send the ERC20 token it owns to another address on trigger?Ethereum Token Creation & Crowdsale Examplecontract address returning '0x0000000000000000000000000000000000000000'How is it possible for 0x0000000000000000000000000000000000000000 to send out ERC-20 tokens?Is it possible for send() in Solidity to fail if value is sent to a valid external account?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I have a question about the possibly strange behaviours of address:
0x0000000000000000000000000000000000000000



We know that:



  • ETH + ERC20 tokens sent there are burnt

  • Upon creation of a new smart contract, a transaction towards that address is to be issued

  • That there should be no owner of the private key of that address

  • It should not be an EOA (externally owned address)

Question:



  • How can tokens be sent OUT from this address as seen here:

https://etherscan.io/address/0x0000000000000000000000000000000000000000#tokentxns



  • How could it be that this address has mined several blocks and uncles

Thanks in advance










share|improve this question







New contributor



Clem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    2















    I have a question about the possibly strange behaviours of address:
    0x0000000000000000000000000000000000000000



    We know that:



    • ETH + ERC20 tokens sent there are burnt

    • Upon creation of a new smart contract, a transaction towards that address is to be issued

    • That there should be no owner of the private key of that address

    • It should not be an EOA (externally owned address)

    Question:



    • How can tokens be sent OUT from this address as seen here:

    https://etherscan.io/address/0x0000000000000000000000000000000000000000#tokentxns



    • How could it be that this address has mined several blocks and uncles

    Thanks in advance










    share|improve this question







    New contributor



    Clem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      2












      2








      2








      I have a question about the possibly strange behaviours of address:
      0x0000000000000000000000000000000000000000



      We know that:



      • ETH + ERC20 tokens sent there are burnt

      • Upon creation of a new smart contract, a transaction towards that address is to be issued

      • That there should be no owner of the private key of that address

      • It should not be an EOA (externally owned address)

      Question:



      • How can tokens be sent OUT from this address as seen here:

      https://etherscan.io/address/0x0000000000000000000000000000000000000000#tokentxns



      • How could it be that this address has mined several blocks and uncles

      Thanks in advance










      share|improve this question







      New contributor



      Clem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have a question about the possibly strange behaviours of address:
      0x0000000000000000000000000000000000000000



      We know that:



      • ETH + ERC20 tokens sent there are burnt

      • Upon creation of a new smart contract, a transaction towards that address is to be issued

      • That there should be no owner of the private key of that address

      • It should not be an EOA (externally owned address)

      Question:



      • How can tokens be sent OUT from this address as seen here:

      https://etherscan.io/address/0x0000000000000000000000000000000000000000#tokentxns



      • How could it be that this address has mined several blocks and uncles

      Thanks in advance







      erc-20 addresses address.transfer






      share|improve this question







      New contributor



      Clem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      Clem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      Clem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 8 hours ago









      ClemClem

      111 bronze badge




      111 bronze badge




      New contributor



      Clem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Clem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          3















          ETH + ERC20 tokens sent there are burnt




          Effectively. Unless someone generates the private key, in which case they'll take ownership of those funds.
          Note that you could pick any other unused address as a burn address, it's just people seem to have used 0x0 (and various others) as Schelling points.




          That there should be no owner of the private key of that address




          There's no way of proving this or preventing it from happening in future. It's just very, very unlikely.




          It should not be an EOA (externally owned address)




          Again, it's possible that someone could generate the private key for an EOA that equates to this address.




          How can tokens be sent OUT from this address as seen here:




          These are minting or burning events, rather than transactions.



          More details here:
          Why Transfer(0x0, _to, _amount) after Minting Tokens




          How could it be that this address has mined several blocks and uncles




          Almost certainly a miner that has incorrectly configured their etherbase to be 0x0.



          (See: Is it possible for the miner of a block to be address 0x0?)






          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "642"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Clem is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fethereum.stackexchange.com%2fquestions%2f72773%2f0x0000000000000000000000000000000000000000-address-behaviour%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3















            ETH + ERC20 tokens sent there are burnt




            Effectively. Unless someone generates the private key, in which case they'll take ownership of those funds.
            Note that you could pick any other unused address as a burn address, it's just people seem to have used 0x0 (and various others) as Schelling points.




            That there should be no owner of the private key of that address




            There's no way of proving this or preventing it from happening in future. It's just very, very unlikely.




            It should not be an EOA (externally owned address)




            Again, it's possible that someone could generate the private key for an EOA that equates to this address.




            How can tokens be sent OUT from this address as seen here:




            These are minting or burning events, rather than transactions.



            More details here:
            Why Transfer(0x0, _to, _amount) after Minting Tokens




            How could it be that this address has mined several blocks and uncles




            Almost certainly a miner that has incorrectly configured their etherbase to be 0x0.



            (See: Is it possible for the miner of a block to be address 0x0?)






            share|improve this answer



























              3















              ETH + ERC20 tokens sent there are burnt




              Effectively. Unless someone generates the private key, in which case they'll take ownership of those funds.
              Note that you could pick any other unused address as a burn address, it's just people seem to have used 0x0 (and various others) as Schelling points.




              That there should be no owner of the private key of that address




              There's no way of proving this or preventing it from happening in future. It's just very, very unlikely.




              It should not be an EOA (externally owned address)




              Again, it's possible that someone could generate the private key for an EOA that equates to this address.




              How can tokens be sent OUT from this address as seen here:




              These are minting or burning events, rather than transactions.



              More details here:
              Why Transfer(0x0, _to, _amount) after Minting Tokens




              How could it be that this address has mined several blocks and uncles




              Almost certainly a miner that has incorrectly configured their etherbase to be 0x0.



              (See: Is it possible for the miner of a block to be address 0x0?)






              share|improve this answer

























                3












                3








                3








                ETH + ERC20 tokens sent there are burnt




                Effectively. Unless someone generates the private key, in which case they'll take ownership of those funds.
                Note that you could pick any other unused address as a burn address, it's just people seem to have used 0x0 (and various others) as Schelling points.




                That there should be no owner of the private key of that address




                There's no way of proving this or preventing it from happening in future. It's just very, very unlikely.




                It should not be an EOA (externally owned address)




                Again, it's possible that someone could generate the private key for an EOA that equates to this address.




                How can tokens be sent OUT from this address as seen here:




                These are minting or burning events, rather than transactions.



                More details here:
                Why Transfer(0x0, _to, _amount) after Minting Tokens




                How could it be that this address has mined several blocks and uncles




                Almost certainly a miner that has incorrectly configured their etherbase to be 0x0.



                (See: Is it possible for the miner of a block to be address 0x0?)






                share|improve this answer














                ETH + ERC20 tokens sent there are burnt




                Effectively. Unless someone generates the private key, in which case they'll take ownership of those funds.
                Note that you could pick any other unused address as a burn address, it's just people seem to have used 0x0 (and various others) as Schelling points.




                That there should be no owner of the private key of that address




                There's no way of proving this or preventing it from happening in future. It's just very, very unlikely.




                It should not be an EOA (externally owned address)




                Again, it's possible that someone could generate the private key for an EOA that equates to this address.




                How can tokens be sent OUT from this address as seen here:




                These are minting or burning events, rather than transactions.



                More details here:
                Why Transfer(0x0, _to, _amount) after Minting Tokens




                How could it be that this address has mined several blocks and uncles




                Almost certainly a miner that has incorrectly configured their etherbase to be 0x0.



                (See: Is it possible for the miner of a block to be address 0x0?)







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 7 hours ago









                Richard HorrocksRichard Horrocks

                23.1k10 gold badges50 silver badges108 bronze badges




                23.1k10 gold badges50 silver badges108 bronze badges




















                    Clem is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Clem is a new contributor. Be nice, and check out our Code of Conduct.












                    Clem is a new contributor. Be nice, and check out our Code of Conduct.











                    Clem is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Ethereum Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fethereum.stackexchange.com%2fquestions%2f72773%2f0x0000000000000000000000000000000000000000-address-behaviour%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                    Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                    François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480