Skip to content

Commit

Permalink
📦 Build:Create campaign page created
Browse files Browse the repository at this point in the history
  • Loading branch information
SakshiShah29 committed Aug 17, 2023
2 parents 15ecccb + 9d1df27 commit 0ca30d6
Show file tree
Hide file tree
Showing 36 changed files with 25,544 additions and 10,520 deletions.
984 changes: 492 additions & 492 deletions contracts/out/Address.sol/Address.json

Large diffs are not rendered by default.

4,006 changes: 2,003 additions & 2,003 deletions contracts/out/BytesLib.sol/BytesLib.json

Large diffs are not rendered by default.

1,190 changes: 595 additions & 595 deletions contracts/out/CampaignFactory.sol/CampaignFactory.json

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions contracts/out/Context.sol/Context.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@
},
"ast": {
"absolutePath": "node_modules/@openzeppelin/contracts/utils/Context.sol",
"id": 4553,
"id": 7051,
"exportedSymbols": {
"Context": [
4552
7050
]
},
"nodeType": "SourceUnit",
"src": "86:758:23",
"nodes": [
{
"id": 4532,
"id": 7030,
"nodeType": "PragmaDirective",
"src": "86:23:23",
"nodes": [],
Expand All @@ -84,25 +84,25 @@
]
},
{
"id": 4552,
"id": 7050,
"nodeType": "ContractDefinition",
"src": "608:235:23",
"nodes": [
{
"id": 4542,
"id": 7040,
"nodeType": "FunctionDefinition",
"src": "640:96:23",
"nodes": [],
"body": {
"id": 4541,
"id": 7039,
"nodeType": "Block",
"src": "702:34:23",
"nodes": [],
"statements": [
{
"expression": {
"expression": {
"id": 4538,
"id": 7036,
"name": "msg",
"nodeType": "Identifier",
"overloadedDeclarations": [],
Expand All @@ -113,7 +113,7 @@
"typeString": "msg"
}
},
"id": 4539,
"id": 7037,
"isConstant": false,
"isLValue": false,
"isPure": false,
Expand All @@ -127,8 +127,8 @@
"typeString": "address"
}
},
"functionReturnParameters": 4537,
"id": 4540,
"functionReturnParameters": 7035,
"id": 7038,
"nodeType": "Return",
"src": "712:17:23"
}
Expand All @@ -140,23 +140,23 @@
"name": "_msgSender",
"nameLocation": "649:10:23",
"parameters": {
"id": 4534,
"id": 7032,
"nodeType": "ParameterList",
"parameters": [],
"src": "659:2:23"
},
"returnParameters": {
"id": 4537,
"id": 7035,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 4536,
"id": 7034,
"mutability": "mutable",
"name": "",
"nameLocation": "-1:-1:-1",
"nodeType": "VariableDeclaration",
"scope": 4542,
"scope": 7040,
"src": "693:7:23",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -165,7 +165,7 @@
"typeString": "address"
},
"typeName": {
"id": 4535,
"id": 7033,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "693:7:23",
Expand All @@ -180,26 +180,26 @@
],
"src": "692:9:23"
},
"scope": 4552,
"scope": 7050,
"stateMutability": "view",
"virtual": true,
"visibility": "internal"
},
{
"id": 4551,
"id": 7049,
"nodeType": "FunctionDefinition",
"src": "742:99:23",
"nodes": [],
"body": {
"id": 4550,
"id": 7048,
"nodeType": "Block",
"src": "809:32:23",
"nodes": [],
"statements": [
{
"expression": {
"expression": {
"id": 4547,
"id": 7045,
"name": "msg",
"nodeType": "Identifier",
"overloadedDeclarations": [],
Expand All @@ -210,7 +210,7 @@
"typeString": "msg"
}
},
"id": 4548,
"id": 7046,
"isConstant": false,
"isLValue": false,
"isPure": false,
Expand All @@ -224,8 +224,8 @@
"typeString": "bytes calldata"
}
},
"functionReturnParameters": 4546,
"id": 4549,
"functionReturnParameters": 7044,
"id": 7047,
"nodeType": "Return",
"src": "819:15:23"
}
Expand All @@ -237,23 +237,23 @@
"name": "_msgData",
"nameLocation": "751:8:23",
"parameters": {
"id": 4543,
"id": 7041,
"nodeType": "ParameterList",
"parameters": [],
"src": "759:2:23"
},
"returnParameters": {
"id": 4546,
"id": 7044,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 4545,
"id": 7043,
"mutability": "mutable",
"name": "",
"nameLocation": "-1:-1:-1",
"nodeType": "VariableDeclaration",
"scope": 4551,
"scope": 7049,
"src": "793:14:23",
"stateVariable": false,
"storageLocation": "calldata",
Expand All @@ -262,7 +262,7 @@
"typeString": "bytes"
},
"typeName": {
"id": 4544,
"id": 7042,
"name": "bytes",
"nodeType": "ElementaryTypeName",
"src": "793:5:23",
Expand All @@ -276,7 +276,7 @@
],
"src": "792:16:23"
},
"scope": 4552,
"scope": 7050,
"stateMutability": "view",
"virtual": true,
"visibility": "internal"
Expand All @@ -288,18 +288,18 @@
"contractDependencies": [],
"contractKind": "contract",
"documentation": {
"id": 4533,
"id": 7031,
"nodeType": "StructuredDocumentation",
"src": "111:496:23",
"text": " @dev Provides information about the current execution context, including the\n sender of the transaction and its data. While these are generally available\n via msg.sender and msg.data, they should not be accessed in such a direct\n manner, since when dealing with meta-transactions the account sending and\n paying for execution may not be the actual sender (as far as an application\n is concerned).\n This contract is only required for intermediate, library-like contracts."
},
"fullyImplemented": true,
"linearizedBaseContracts": [
4552
7050
],
"name": "Context",
"nameLocation": "626:7:23",
"scope": 4553,
"scope": 7051,
"usedErrors": []
}
],
Expand Down
3,036 changes: 3,036 additions & 0 deletions contracts/out/CrossCampaignFactory.sol/CrossCampaignFactory.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0ca30d6

Please sign in to comment.