From 03ff4d905c9d621cb38537426ef1f8603ef8c1b4 Mon Sep 17 00:00:00 2001 From: Raw Pong Ghmoa <58883403+q9f@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:37:37 +0200 Subject: [PATCH] deposit contract: add verifying bytecode to readme closes #2052 --- solidity_deposit_contract/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/solidity_deposit_contract/README.md b/solidity_deposit_contract/README.md index 52519eccd..1789829d6 100644 --- a/solidity_deposit_contract/README.md +++ b/solidity_deposit_contract/README.md @@ -23,3 +23,11 @@ Install the latest version of `dapp` by following the instructions at [dapp.tool ```sh make test_deposit_contract ``` +## Verifying bytecode + +The following parameters were used to generate the bytecode for the `DepositContract` available in this repository: + +* Contract Name: `DepositContract` +* Compiler Version: Solidity `v0.6.11+commit.5ef660b1` +* Optimization Enabled: `Yes` with `5000000` runs +* Other Settings: `default evmVersion`