Skip to content

Commit

Permalink
Merge pull request #19 from levelkdev/v0.1.1
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
Augusto Lemble committed Sep 25, 2020
2 parents ad6c388 + e65f12f commit ca021f4
Show file tree
Hide file tree
Showing 23 changed files with 9,466 additions and 6,496 deletions.
2,723 changes: 2,723 additions & 0 deletions build/contracts/DXswapDeployer.json

Large diffs are not rendered by default.

1,950 changes: 971 additions & 979 deletions build/contracts/DXswapERC20.json

Large diffs are not rendered by default.

1,398 changes: 695 additions & 703 deletions build/contracts/DXswapFactory.json

Large diffs are not rendered by default.

5,720 changes: 2,856 additions & 2,864 deletions build/contracts/DXswapPair.json

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions build/contracts/ERC20.json

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/contracts/IDXswapCallee.json
Expand Up @@ -41,67 +41,67 @@
"absolutePath": "contracts/interfaces/IDXswapCallee.sol",
"exportedSymbols": {
"IDXswapCallee": [
1737
1932
]
},
"id": 1738,
"id": 1933,
"nodeType": "SourceUnit",
"nodes": [
{
"id": 1725,
"id": 1920,
"literals": [
"solidity",
">=",
"0.5",
".0"
],
"nodeType": "PragmaDirective",
"src": "0:24:3"
"src": "0:24:4"
},
{
"baseContracts": [],
"contractDependencies": [],
"contractKind": "interface",
"documentation": null,
"fullyImplemented": false,
"id": 1737,
"id": 1932,
"linearizedBaseContracts": [
1737
1932
],
"name": "IDXswapCallee",
"nodeType": "ContractDefinition",
"nodes": [
{
"body": null,
"documentation": null,
"id": 1736,
"id": 1931,
"implemented": false,
"kind": "function",
"modifiers": [],
"name": "DXswapCall",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 1734,
"id": 1929,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 1727,
"id": 1922,
"name": "sender",
"nodeType": "VariableDeclaration",
"scope": 1736,
"src": "76:14:3",
"scope": 1931,
"src": "76:14:4",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_address",
"typeString": "address"
},
"typeName": {
"id": 1726,
"id": 1921,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "76:7:3",
"src": "76:7:4",
"stateMutability": "nonpayable",
"typeDescriptions": {
"typeIdentifier": "t_address",
Expand All @@ -113,22 +113,22 @@
},
{
"constant": false,
"id": 1729,
"id": 1924,
"name": "amount0",
"nodeType": "VariableDeclaration",
"scope": 1736,
"src": "92:12:3",
"scope": 1931,
"src": "92:12:4",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 1728,
"id": 1923,
"name": "uint",
"nodeType": "ElementaryTypeName",
"src": "92:4:3",
"src": "92:4:4",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
Expand All @@ -139,22 +139,22 @@
},
{
"constant": false,
"id": 1731,
"id": 1926,
"name": "amount1",
"nodeType": "VariableDeclaration",
"scope": 1736,
"src": "106:12:3",
"scope": 1931,
"src": "106:12:4",
"stateVariable": false,
"storageLocation": "default",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
},
"typeName": {
"id": 1730,
"id": 1925,
"name": "uint",
"nodeType": "ElementaryTypeName",
"src": "106:4:3",
"src": "106:4:4",
"typeDescriptions": {
"typeIdentifier": "t_uint256",
"typeString": "uint256"
Expand All @@ -165,22 +165,22 @@
},
{
"constant": false,
"id": 1733,
"id": 1928,
"name": "data",
"nodeType": "VariableDeclaration",
"scope": 1736,
"src": "120:19:3",
"scope": 1931,
"src": "120:19:4",
"stateVariable": false,
"storageLocation": "calldata",
"typeDescriptions": {
"typeIdentifier": "t_bytes_calldata_ptr",
"typeString": "bytes"
},
"typeName": {
"id": 1732,
"id": 1927,
"name": "bytes",
"nodeType": "ElementaryTypeName",
"src": "120:5:3",
"src": "120:5:4",
"typeDescriptions": {
"typeIdentifier": "t_bytes_storage_ptr",
"typeString": "bytes"
Expand All @@ -190,26 +190,26 @@
"visibility": "internal"
}
],
"src": "75:65:3"
"src": "75:65:4"
},
"returnParameters": {
"id": 1735,
"id": 1930,
"nodeType": "ParameterList",
"parameters": [],
"src": "149:0:3"
"src": "149:0:4"
},
"scope": 1737,
"src": "56:94:3",
"scope": 1932,
"src": "56:94:4",
"stateMutability": "nonpayable",
"superFunction": null,
"visibility": "external"
}
],
"scope": 1738,
"src": "26:126:3"
"scope": 1933,
"src": "26:126:4"
}
],
"src": "0:153:3"
"src": "0:153:4"
},
"bytecode": "0x",
"deployedBytecode": "0x",
Expand Down

0 comments on commit ca021f4

Please sign in to comment.