Skip to content

Commit

Permalink
feat(deployment): add baklava deployment script (#59)
Browse files Browse the repository at this point in the history
* chore: add CS module script

* chore: install forge std

* chore: add deploy script for mcmint contracts

* chore: update scripts to deploy proxies

* chore: use 1 deploy script

* refactor: - initilizer & owner from pricing modules

* chore: update addresses

* chore: merge from feature/McMint
Squashed commit of the following:

commit 0b21d4f
Author: boqdan <[email protected]>
Date:   Tue Nov 15 10:33:40 2022 +0000

    chore: make linter happy (#66)

    * chore: make linter happy
    * chore: add solhint exceptions inline to make IDE happy
    * chore: fix tests where revert message changed
    * chore: fix additional compiler warnings

commit 389a023
Merge: cf19aa5 dedb150
Author: bowd <[email protected]>
Date:   Tue Nov 15 08:12:09 2022 +0100

    Merge branch 'develop' into feature/mcmint

commit cf19aa5
Author: bowd <[email protected]>
Date:   Tue Nov 15 08:06:10 2022 +0100

    chore: run CI on PRs to feature branches

commit dedb150
Author: philbow61 <[email protected]>
Date:   Thu Nov 10 13:24:38 2022 +0100

    Hotfix/revert stable token cap (#62)

    * chore: revert codebase to pre StableToken bucket cap

    Co-authored-by: nina <[email protected]>

commit a492147
Author: nina <[email protected]>
Date:   Sat Oct 22 11:19:24 2022 +0200

    chore: update description of mento

    Emphasise that our reserve is over collateralized

commit c85cffa
Author: nina <[email protected]>
Date:   Thu Nov 10 07:39:09 2022 +0100

    test: migrate StableToken tests to foundry (#27)

    Co-authored-by: Bayological <[email protected]>
    Co-authored-by: philipraetsch <[email protected]>

commit c230eb0
Author: philbow61 <[email protected]>
Date:   Tue Nov 1 15:28:59 2022 +0100

    test: migrate sorted oracles tests (#51)

    * test: migrate sorted oracles tests

    * refactor: follow naming conventions

    Co-authored-by: Bayological <[email protected]>

    * refactor: apply code formatter

    Co-authored-by: philipraetsch <[email protected]>
    Co-authored-by: Bayological <[email protected]>

commit b0f79e9
Author: Bayological <[email protected]>
Date:   Mon Oct 31 22:08:57 2022 +0100

    ci: remove flakey issue check (#52)

commit 48799e7
Author: Bayological <[email protected]>
Date:   Thu Oct 27 18:39:58 2022 +0200

    ci: remove slither (#49)

commit fcb5543
Author: Bayological <[email protected]>
Date:   Sat Oct 22 04:18:42 2022 -0500

    chore: add slither action (#41)

    Adds slither analyzer to the CI workflow

commit 1e7287b
Merge: 2f43375 a84afc9
Author: boqdan <[email protected]>
Date:   Sat Oct 22 10:17:00 2022 +0100

    feat: enforce PRs are linked to issues

    Add a github action to ensure a PR has a linked issues in the descriptions.

commit a84afc9
Author: bowd <[email protected]>
Date:   Fri Oct 21 18:28:46 2022 +0200

    Use existing CI yaml file

commit f651fe7
Author: bowd <[email protected]>
Date:   Fri Oct 21 18:21:59 2022 +0200

    Use pull-request instead of pull-request-target

commit 199f3ad
Author: bowd <[email protected]>
Date:   Fri Oct 21 18:17:58 2022 +0200

    Make the CI step run when develop is the target

commit 2ba98b5
Author: bowd <[email protected]>
Date:   Fri Oct 21 18:12:55 2022 +0200

    Check PRs for linked issues

commit 2f43375
Merge: 81194c3 e14c660
Author: nina <[email protected]>
Date:   Wed Oct 5 18:24:58 2022 +0200

    Merge pull request #16 from mento-protocol/ninabarbakadze/StableTokenRegistry-tests

    feat: StableTokenRegistry tests in Foundry

commit e14c660
Author: Nina Barbakadze <[email protected]>
Date:   Wed Oct 5 10:59:35 2022 +0200

    refactor: inconsistent printWidth in Prettier causing the lint error

commit 3a0090a
Author: nina <[email protected]>
Date:   Fri Sep 30 16:27:52 2022 +0200

    Update StableTokenRegistry.t.sol

commit f80908f
Author: Nina Barbakadze <[email protected]>
Date:   Fri Sep 30 16:21:12 2022 +0200

    cleanup

commit b6d2218
Author: Nina Barbakadze <[email protected]>
Date:   Fri Sep 30 11:34:13 2022 +0200

    completed

commit fd3df74
Author: Nina Barbakadze <[email protected]>
Date:   Wed Sep 28 14:51:55 2022 +0200

    stableTokenRegistry tests in Foundry

* refactor: revert pricing module changes
These were addressed in a separate PR

* chore: add proposal to governance script

* chore: merge from feature/mcmint
Squashed commit of the following:

commit e4365d2
Author: philbow61 <[email protected]>
Date:   Thu Nov 17 19:09:43 2022 +0100

    feat(broker): make broker capable of minting (#68)

    * feat: make broker capable of minting and burning STs

    * test: update BrokerIntergrationTest

    * refactor: apply code formatter

    * fix: add missing bracket lost in merge

    * test: add unit tests

    Co-authored-by: philipraetsch <[email protected]>

commit 1070bb6
Author: Tobias Kuhlmann <[email protected]>
Date:   Thu Nov 17 18:24:03 2022 +0100

    feat(test): delete unused code (#70)

commit 42733cc
Author: philbow61 <[email protected]>
Date:   Wed Nov 16 19:13:57 2022 +0100

    Refactor: pricing modules unupgradable and stateless (#67)

    * refactor: refactor pricingModules and corresponding tests

    * refactor: remove unused imports

    Co-authored-by: philipraetsch <[email protected]>

commit 0b21d4f
Author: boqdan <[email protected]>
Date:   Tue Nov 15 10:33:40 2022 +0000

    chore: make linter happy (#66)

    * chore: make linter happy
    * chore: add solhint exceptions inline to make IDE happy
    * chore: fix tests where revert message changed
    * chore: fix additional compiler warnings

commit 389a023
Merge: cf19aa5 dedb150
Author: bowd <[email protected]>
Date:   Tue Nov 15 08:12:09 2022 +0100

    Merge branch 'develop' into feature/mcmint

commit cf19aa5
Author: bowd <[email protected]>
Date:   Tue Nov 15 08:06:10 2022 +0100

    chore: run CI on PRs to feature branches

commit dedb150
Author: philbow61 <[email protected]>
Date:   Thu Nov 10 13:24:38 2022 +0100

    Hotfix/revert stable token cap (#62)

    * chore: revert codebase to pre StableToken bucket cap

    Co-authored-by: nina <[email protected]>

commit a492147
Author: nina <[email protected]>
Date:   Sat Oct 22 11:19:24 2022 +0200

    chore: update description of mento

    Emphasise that our reserve is over collateralized

commit c85cffa
Author: nina <[email protected]>
Date:   Thu Nov 10 07:39:09 2022 +0100

    test: migrate StableToken tests to foundry (#27)

    Co-authored-by: Bayological <[email protected]>
    Co-authored-by: philipraetsch <[email protected]>

commit c230eb0
Author: philbow61 <[email protected]>
Date:   Tue Nov 1 15:28:59 2022 +0100

    test: migrate sorted oracles tests (#51)

    * test: migrate sorted oracles tests

    * refactor: follow naming conventions

    Co-authored-by: Bayological <[email protected]>

    * refactor: apply code formatter

    Co-authored-by: philipraetsch <[email protected]>
    Co-authored-by: Bayological <[email protected]>

commit b0f79e9
Author: Bayological <[email protected]>
Date:   Mon Oct 31 22:08:57 2022 +0100

    ci: remove flakey issue check (#52)

commit 48799e7
Author: Bayological <[email protected]>
Date:   Thu Oct 27 18:39:58 2022 +0200

    ci: remove slither (#49)

commit fcb5543
Author: Bayological <[email protected]>
Date:   Sat Oct 22 04:18:42 2022 -0500

    chore: add slither action (#41)

    Adds slither analyzer to the CI workflow

commit 1e7287b
Merge: 2f43375 a84afc9
Author: boqdan <[email protected]>
Date:   Sat Oct 22 10:17:00 2022 +0100

    feat: enforce PRs are linked to issues

    Add a github action to ensure a PR has a linked issues in the descriptions.

commit a84afc9
Author: bowd <[email protected]>
Date:   Fri Oct 21 18:28:46 2022 +0200

    Use existing CI yaml file

commit f651fe7
Author: bowd <[email protected]>
Date:   Fri Oct 21 18:21:59 2022 +0200

    Use pull-request instead of pull-request-target

commit 199f3ad
Author: bowd <[email protected]>
Date:   Fri Oct 21 18:17:58 2022 +0200

    Make the CI step run when develop is the target

commit 2ba98b5
Author: bowd <[email protected]>
Date:   Fri Oct 21 18:12:55 2022 +0200

    Check PRs for linked issues

commit 2f43375
Merge: 81194c3 e14c660
Author: nina <[email protected]>
Date:   Wed Oct 5 18:24:58 2022 +0200

    Merge pull request #16 from mento-protocol/ninabarbakadze/StableTokenRegistry-tests

    feat: StableTokenRegistry tests in Foundry

commit e14c660
Author: Nina Barbakadze <[email protected]>
Date:   Wed Oct 5 10:59:35 2022 +0200

    refactor: inconsistent printWidth in Prettier causing the lint error

commit 3a0090a
Author: nina <[email protected]>
Date:   Fri Sep 30 16:27:52 2022 +0200

    Update StableTokenRegistry.t.sol

commit f80908f
Author: Nina Barbakadze <[email protected]>
Date:   Fri Sep 30 16:21:12 2022 +0200

    cleanup

commit b6d2218
Author: Nina Barbakadze <[email protected]>
Date:   Fri Sep 30 11:34:13 2022 +0200

    completed

commit fd3df74
Author: Nina Barbakadze <[email protected]>
Date:   Wed Sep 28 14:51:55 2022 +0200

    stableTokenRegistry tests in Foundry

* chore: folder rename to script

* chore: set initilized flag to false

* chore: update baklava deployment addresses

* refactor(deployment): cleanup manual things in script

* feat(deployment): add CGP simulation

* fix(deployment): transfer ownership of proxy

* fix(deployment): remove some configs that aren't valid on baklava

* fix: linting and proxy initialization

* fix: change version number of new contracts

* fix: remove confusing comment

* fix: better naming for the deploy script

* fix: move dscription outside of helper function

* fix: compiler error

* refactor(deployment): refactor deployment/cgp scripts

* refactor(deployment): setup a new structure for gcp and deployment scripts

* fix(deployment): deploy correct stable token implementations

* feat(deployment): read broadcast files for deployed contracts

* feat(deployment): include relevant broadcast files

* fix: linting

* fix: fix issues introduced earlier

* refactor: remove leftover variable

* chore: remove unused interface

* fix: compiler warnings and deployment fix

Co-authored-by: bowd <[email protected]>
  • Loading branch information
bayological and bowd authored Dec 15, 2022
1 parent 9aefa17 commit 40be4c9
Show file tree
Hide file tree
Showing 51 changed files with 7,996 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PRIVATE_KEY=
CELOSCAN_API_KEY=
CELO_RPC_URL='https://forno.celo.org'
BAKLAVA_RPC_URL='https://baklava-forno.celo-testnet.org'
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ yarn-error.log*

# broadcasts
!/broadcast
/broadcast/*
/broadcast/Swap
/broadcast/*/31337/
/broadcast/**/dry-run/*
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
solidity 0.5.17
176 changes: 176 additions & 0 deletions broadcast/00-CircuitBreaker.sol/62320/run-1669123252.json

Large diffs are not rendered by default.

186 changes: 186 additions & 0 deletions broadcast/00-CircuitBreaker.sol/62320/run-1669123279.json

Large diffs are not rendered by default.

533 changes: 533 additions & 0 deletions broadcast/00-CircuitBreaker.sol/62320/run-1669123286.json

Large diffs are not rendered by default.

184 changes: 184 additions & 0 deletions broadcast/00-CircuitBreaker.sol/62320/run-1669916678.json

Large diffs are not rendered by default.

516 changes: 516 additions & 0 deletions broadcast/00-CircuitBreaker.sol/62320/run-1669916685.json

Large diffs are not rendered by default.

184 changes: 184 additions & 0 deletions broadcast/00-CircuitBreaker.sol/62320/run-1669922843.json

Large diffs are not rendered by default.

516 changes: 516 additions & 0 deletions broadcast/00-CircuitBreaker.sol/62320/run-1669922851.json

Large diffs are not rendered by default.

516 changes: 516 additions & 0 deletions broadcast/00-CircuitBreaker.sol/62320/run-latest.json

Large diffs are not rendered by default.

299 changes: 299 additions & 0 deletions broadcast/01-Broker.sol/62320/run-1669360382.json

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions broadcast/01-Broker.sol/62320/run-1669645071.json

Large diffs are not rendered by default.

156 changes: 156 additions & 0 deletions broadcast/01-Broker.sol/62320/run-1669645085.json

Large diffs are not rendered by default.

346 changes: 346 additions & 0 deletions broadcast/01-Broker.sol/62320/run-1669916809.json

Large diffs are not rendered by default.

902 changes: 902 additions & 0 deletions broadcast/01-Broker.sol/62320/run-1669916825.json

Large diffs are not rendered by default.

902 changes: 902 additions & 0 deletions broadcast/01-Broker.sol/62320/run-1669916847.json

Large diffs are not rendered by default.

902 changes: 902 additions & 0 deletions broadcast/01-Broker.sol/62320/run-latest.json

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions broadcast/baklava.patch0.sol/62320/run-1669359016.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"transactions": [
{
"hash": "0x50631415a6651a295d12918f8ded73f6f24267e7e71cafbb7d9fd746dccda351",
"transactionType": "CREATE",
"contractName": null,
"contractAddress": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"function": null,
"arguments": null,
"transaction": {
"type": "0x00",
"from": "0xfcf982bb4015852e706100b14e21f947a5bb718e",
"to": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"gas": "0x9bae",
"value": "0x0",
"data": "0x41b3d185",
"nonce": "0xcfa"
},
"additionalContracts": []
},
{
"hash": "0xf776446cfba9807dd786d1cd379559c29f2db8683b18023838f74f4a4cfd00ad",
"transactionType": "CREATE",
"contractName": null,
"contractAddress": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"function": null,
"arguments": null,
"transaction": {
"type": "0x00",
"from": "0xfcf982bb4015852e706100b14e21f947a5bb718e",
"to": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"gas": "0x172548",
"value": "0x56bc75e2d63100000",
"data": "0x65bbdaa000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000005600000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000a43c2012c207a15be6dbf37308ac7cc514461d47000000000000000000000000a43c2012c207a15be6dbf37308ac7cc514461d47000000000000000000000000a43c2012c207a15be6dbf37308ac7cc514461d47000000000000000000000000a43c2012c207a15be6dbf37308ac7cc514461d470000000000000000000000000000000000000000000000000000000000000350e46eb5b6b73ffc6b5123de3c8e460490543ab93a3be7d70824f1666343df49e219199b8c0000000000000000000000000000000000000000000000000000000000000001e46eb5b63135b662c38265d0655177091f1b647b4fef511103d06c016efdf18b46930d2c0000000000000000000000000000000000000000000000000000000000000000b089869100000000000000000000000062492a644a588fd904270bed06ad52b9abfea1ae000000000000000000000000ddc9be57f553fe75752d61606b94cbd7e0264ef800000000000000000000000016396273d244a651c2bf3d33ad3ca21952e4de2a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a968163f0a57b40000000000000000000000000000062492a644a588fd904270bed06ad52b9abfea1ae000000000000000000000000000000000000000000000000000000000000012c000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000d3c21bcecceda1000000b0898691000000000000000000000000f9ece301247ad2ce21894941830a2470f4e774ca000000000000000000000000ddc9be57f553fe75752d61606b94cbd7e0264ef800000000000000000000000016396273d244a651c2bf3d33ad3ca21952e4de2a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a968163f0a57b400000000000000000000000000000f9ece301247ad2ce21894941830a2470f4e774ca000000000000000000000000000000000000000000000000000000000000012c000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000d3c21bcecceda100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000016400000000000000000000000000000000000000000000000000000000000001640000000000000000000000000000000000000000000000000000000000000004544f444f00000000000000000000000000000000000000000000000000000000",
"nonce": "0xcfb"
},
"additionalContracts": []
}
],
"receipts": [],
"libraries": [],
"pending": [
"0x50631415a6651a295d12918f8ded73f6f24267e7e71cafbb7d9fd746dccda351",
"0xf776446cfba9807dd786d1cd379559c29f2db8683b18023838f74f4a4cfd00ad"
],
"path": "/home/bowd/Workspace/job/mento/mento-core/broadcast/baklava.patch0.sol/62320/run-latest.json",
"returns": {},
"timestamp": 1669359016,
"commit": "62a82f9"
}
94 changes: 94 additions & 0 deletions broadcast/baklava.patch0.sol/62320/run-1669359022.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"transactions": [
{
"hash": "0x50631415a6651a295d12918f8ded73f6f24267e7e71cafbb7d9fd746dccda351",
"transactionType": "CREATE",
"contractName": null,
"contractAddress": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"function": null,
"arguments": null,
"transaction": {
"type": "0x00",
"from": "0xfcf982bb4015852e706100b14e21f947a5bb718e",
"to": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"gas": "0x9bae",
"value": "0x0",
"data": "0x41b3d185",
"nonce": "0xcfa"
},
"additionalContracts": []
},
{
"hash": "0xf776446cfba9807dd786d1cd379559c29f2db8683b18023838f74f4a4cfd00ad",
"transactionType": "CREATE",
"contractName": null,
"contractAddress": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"function": null,
"arguments": null,
"transaction": {
"type": "0x00",
"from": "0xfcf982bb4015852e706100b14e21f947a5bb718e",
"to": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"gas": "0x172548",
"value": "0x56bc75e2d63100000",
"data": "0x65bbdaa000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000005600000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000a43c2012c207a15be6dbf37308ac7cc514461d47000000000000000000000000a43c2012c207a15be6dbf37308ac7cc514461d47000000000000000000000000a43c2012c207a15be6dbf37308ac7cc514461d47000000000000000000000000a43c2012c207a15be6dbf37308ac7cc514461d470000000000000000000000000000000000000000000000000000000000000350e46eb5b6b73ffc6b5123de3c8e460490543ab93a3be7d70824f1666343df49e219199b8c0000000000000000000000000000000000000000000000000000000000000001e46eb5b63135b662c38265d0655177091f1b647b4fef511103d06c016efdf18b46930d2c0000000000000000000000000000000000000000000000000000000000000000b089869100000000000000000000000062492a644a588fd904270bed06ad52b9abfea1ae000000000000000000000000ddc9be57f553fe75752d61606b94cbd7e0264ef800000000000000000000000016396273d244a651c2bf3d33ad3ca21952e4de2a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a968163f0a57b40000000000000000000000000000062492a644a588fd904270bed06ad52b9abfea1ae000000000000000000000000000000000000000000000000000000000000012c000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000d3c21bcecceda1000000b0898691000000000000000000000000f9ece301247ad2ce21894941830a2470f4e774ca000000000000000000000000ddc9be57f553fe75752d61606b94cbd7e0264ef800000000000000000000000016396273d244a651c2bf3d33ad3ca21952e4de2a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a968163f0a57b400000000000000000000000000000f9ece301247ad2ce21894941830a2470f4e774ca000000000000000000000000000000000000000000000000000000000000012c000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000d3c21bcecceda100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000016400000000000000000000000000000000000000000000000000000000000001640000000000000000000000000000000000000000000000000000000000000004544f444f00000000000000000000000000000000000000000000000000000000",
"nonce": "0xcfb"
},
"additionalContracts": []
}
],
"receipts": [
{
"transactionHash": "0x50631415a6651a295d12918f8ded73f6f24267e7e71cafbb7d9fd746dccda351",
"transactionIndex": "0x1",
"blockHash": "0x64353ee292eba18fd03031781c163d521c2298629a2b652886f6636efccaaf87",
"blockNumber": "0xdb06dd",
"from": "0xfcf982bb4015852e706100b14e21f947a5bb718e",
"to": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"cumulativeGasUsed": "0x377e2",
"gasUsed": "0x5fea",
"contractAddress": null,
"logs": [],
"status": "0x1",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"effectiveGasPrice": "0x1dcd6500"
},
{
"transactionHash": "0xf776446cfba9807dd786d1cd379559c29f2db8683b18023838f74f4a4cfd00ad",
"transactionIndex": "0x2",
"blockHash": "0x64353ee292eba18fd03031781c163d521c2298629a2b652886f6636efccaaf87",
"blockNumber": "0xdb06dd",
"from": "0xfcf982bb4015852e706100b14e21f947a5bb718e",
"to": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"cumulativeGasUsed": "0x1215fc",
"gasUsed": "0xe9e1a",
"contractAddress": null,
"logs": [
{
"address": "0x28443b1d87db521320a6517a4f1b6ead77f8c811",
"topics": [
"0x1bfe527f3548d9258c2512b6689f0acfccdd0557d80a53845db25fc57e93d8fe",
"0x000000000000000000000000000000000000000000000000000000000000003b",
"0x000000000000000000000000fcf982bb4015852e706100b14e21f947a5bb718e"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000638065ad",
"blockHash": "0x64353ee292eba18fd03031781c163d521c2298629a2b652886f6636efccaaf87",
"blockNumber": "0xdb06dd",
"transactionHash": "0xf776446cfba9807dd786d1cd379559c29f2db8683b18023838f74f4a4cfd00ad",
"transactionIndex": "0x2",
"logIndex": "0x2",
"removed": false
}
],
"status": "0x1",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000080000000000000000000000000000002000000000000000000000200000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000800000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000001000000000000002000000000000000000000000090000000000000000000000000000000000000000000000",
"effectiveGasPrice": "0x1dcd6500"
}
],
"libraries": [],
"pending": [],
"path": "/home/bowd/Workspace/job/mento/mento-core/broadcast/baklava.patch0.sol/62320/run-latest.json",
"returns": {},
"timestamp": 1669359022,
"commit": "62a82f9"
}
Loading

0 comments on commit 40be4c9

Please sign in to comment.