Skip to content

Commit

Permalink
release 0.0.1-rc.55-v0 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman authored Dec 27, 2020
1 parent b54d4c7 commit 1ac2b7a
Show file tree
Hide file tree
Showing 181 changed files with 63,507 additions and 136 deletions.
102 changes: 102 additions & 0 deletions contracts/0.0.1-rc.54/ARCDebug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "ARCDebug",
"sourceName": "contracts/test/ARCDebug.sol",
"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": "0x6080604052348015600f57600080fd5b50603e80601d6000396000f3fe6080604052600080fdfea265627a7a7231582028a1cdc743b69fe361fe57708f89cf7032d1a5c35b43874e154efec14a80c78a64736f6c63430005110032",
"deployedBytecode": "0x6080604052600080fdfea265627a7a7231582028a1cdc743b69fe361fe57708f89cf7032d1a5c35b43874e154efec14a80c78a64736f6c63430005110032",
"linkReferences": {},
"deployedLinkReferences": {}
}
238 changes: 238 additions & 0 deletions contracts/0.0.1-rc.54/ARCVotingMachineCallbacksMock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1ac2b7a

Please sign in to comment.