Skip to content

Commit

Permalink
add build/ folder generated from the frozen code
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Mar 3, 2020
1 parent ccf5f7e commit b6257cd
Show file tree
Hide file tree
Showing 13 changed files with 44,919 additions and 0 deletions.
38,509 changes: 38,509 additions & 0 deletions build/Combined-Json.json

Large diffs are not rendered by default.

717 changes: 717 additions & 0 deletions build/ERC20.json

Large diffs are not rendered by default.

501 changes: 501 additions & 0 deletions build/IERC20.json

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions build/IUniswapV2Callee.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"abi": [
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "uniswapV2Call",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"evm": {
"bytecode": {
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"deployedBytecode": {
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
}
},
"interface": [
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "uniswapV2Call",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": ""
}
Loading

0 comments on commit b6257cd

Please sign in to comment.