-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
70 additions
and
31 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
{ | ||
"targets": ["0xa1cb5A8218DA61492f202f3E9309cED72b4e1D60"], | ||
"values": ["0"], | ||
"signatures": ["addFoundationMember(string)"], | ||
"targets": [ | ||
"0xa1cb5A8218DA61492f202f3E9309cED72b4e1D60" | ||
], | ||
"values": [ | ||
"0" | ||
], | ||
"signatures": [ | ||
"addFoundationMember(string)" | ||
], | ||
"parameters": { | ||
"types": ["string"], | ||
"values": ["Adam Jackson"] | ||
"types": [ | ||
"string" | ||
], | ||
"values": [ | ||
"Adam Jackson" | ||
] | ||
}, | ||
"description": "sample description" | ||
} | ||
"description": "#Add Foundation Member\nSample description" | ||
} |
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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
{ | ||
"targets": ["0xa1cb5A8218DA61492f202f3E9309cED72b4e1D60"], | ||
"values": ["0"], | ||
"signatures": ["addMarketplaceCategory(string)"], | ||
"targets": [ | ||
"0xa1cb5A8218DA61492f202f3E9309cED72b4e1D60" | ||
], | ||
"values": [ | ||
"0" | ||
], | ||
"signatures": [ | ||
"addMarketplaceCategory(string)" | ||
], | ||
"parameters": { | ||
"types": ["string"], | ||
"values": ["Blockchain"] | ||
"types": [ | ||
"string" | ||
], | ||
"values": [ | ||
"Blockchain" | ||
] | ||
}, | ||
"description": "sample description" | ||
} | ||
"description": "#Add Marketplace Category\nSample description" | ||
} |
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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
{ | ||
"targets": ["0xa1cb5A8218DA61492f202f3E9309cED72b4e1D60"], | ||
"values": ["0"], | ||
"signatures": ["setMarketplaceFee(uint8)"], | ||
"targets": [ | ||
"0xa1cb5A8218DA61492f202f3E9309cED72b4e1D60" | ||
], | ||
"values": [ | ||
"0" | ||
], | ||
"signatures": [ | ||
"setMarketplaceFee(uint8)" | ||
], | ||
"parameters": { | ||
"types": ["uint8"], | ||
"values": ["20"] | ||
"types": [ | ||
"uint8" | ||
], | ||
"values": [ | ||
"20" | ||
] | ||
}, | ||
"description": "sample description" | ||
} | ||
"description": "#Set Marketplace Fee\nSample description" | ||
} |
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 |
---|---|---|
@@ -1,10 +1,22 @@ | ||
{ | ||
"targets": ["0xf61E0C9d284508C284ba5d8a2eB2829581974E43"], | ||
"values": ["0"], | ||
"signatures": ["transfer(address,uint256)"], | ||
"targets": [ | ||
"0xf61E0C9d284508C284ba5d8a2eB2829581974E43" | ||
], | ||
"values": [ | ||
"0" | ||
], | ||
"signatures": [ | ||
"transfer(address,uint256)" | ||
], | ||
"parameters": { | ||
"types": ["address", "uint256"], | ||
"values": ["0xd22506fBCB0FC301459CA8aDDDBD82C2895D1Ccf", "20"] | ||
"types": [ | ||
"address", | ||
"uint256" | ||
], | ||
"values": [ | ||
"0xd22506fBCB0FC301459CA8aDDDBD82C2895D1Ccf", | ||
"20" | ||
] | ||
}, | ||
"description": "sample description" | ||
} | ||
"description": "#Transfer Tokens\nSample description" | ||
} |