-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release 0.0.1-rc.44-v0 * Move mainnet deploy gas pprice to env variable
- Loading branch information
1 parent
0ddf3c7
commit 8f1b33a
Showing
85 changed files
with
35,493 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"contractName": "ARCDebug", | ||
"abi": [ | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "_msg", | ||
"type": "address" | ||
} | ||
], | ||
"name": "LogAddress", | ||
"type": "event" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "bool", | ||
"name": "_msg", | ||
"type": "bool" | ||
} | ||
], | ||
"name": "LogBool", | ||
"type": "event" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "bytes", | ||
"name": "_msg", | ||
"type": "bytes" | ||
} | ||
], | ||
"name": "LogBytes", | ||
"type": "event" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "bytes32", | ||
"name": "_msg", | ||
"type": "bytes32" | ||
} | ||
], | ||
"name": "LogBytes32", | ||
"type": "event" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "int256", | ||
"name": "_msg", | ||
"type": "int256" | ||
} | ||
], | ||
"name": "LogInt", | ||
"type": "event" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "string", | ||
"name": "_msg", | ||
"type": "string" | ||
} | ||
], | ||
"name": "LogString", | ||
"type": "event" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "_msg", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "LogUint", | ||
"type": "event" | ||
} | ||
], | ||
"bytecode": "0x6080604052348015600f57600080fd5b50603e80601d6000396000f3fe6080604052600080fdfea265627a7a723158205934dbbc2eb4dbe5cd56c61b70f07f884f9cca8f1e9731690dec087b8a689d1f64736f6c63430005110032", | ||
"deployedBytecode": "0x6080604052600080fdfea265627a7a723158205934dbbc2eb4dbe5cd56c61b70f07f884f9cca8f1e9731690dec087b8a689d1f64736f6c63430005110032", | ||
"compiler": { | ||
"name": "solc", | ||
"version": "0.5.17+commit.d19bba13.Emscripten.clang" | ||
} | ||
} |
238 changes: 238 additions & 0 deletions
238
contracts/0.0.1-rc.44/ARCVotingMachineCallbacksMock.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.