aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0/IWallet.json
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-08-21 05:23:44 +0800
committerGitHub <noreply@github.com>2018-08-21 05:23:44 +0800
commita21bfc5f2c9e7e8b660f9ea6671e1dfd229ab75d (patch)
treefffbc9357d3f30dba4c887a2ac5fd839288c2fe8 /packages/migrations/artifacts/2.0.0/IWallet.json
parent254d88ffa094a6b4c7887c182298cbd786b1e87e (diff)
parent6405c70d0753dceaade9f8eef940bdfbdde45bb9 (diff)
downloaddexon-sol-tools-a21bfc5f2c9e7e8b660f9ea6671e1dfd229ab75d.tar
dexon-sol-tools-a21bfc5f2c9e7e8b660f9ea6671e1dfd229ab75d.tar.gz
dexon-sol-tools-a21bfc5f2c9e7e8b660f9ea6671e1dfd229ab75d.tar.bz2
dexon-sol-tools-a21bfc5f2c9e7e8b660f9ea6671e1dfd229ab75d.tar.lz
dexon-sol-tools-a21bfc5f2c9e7e8b660f9ea6671e1dfd229ab75d.tar.xz
dexon-sol-tools-a21bfc5f2c9e7e8b660f9ea6671e1dfd229ab75d.tar.zst
dexon-sol-tools-a21bfc5f2c9e7e8b660f9ea6671e1dfd229ab75d.zip
Merge pull request #976 from feuGeneA/remove-v2-artifacts
[migrations, 0x.js, contract-wrappers, fill-scenarios, order-utils, order-watcher] remove v2 contract artifacts
Diffstat (limited to 'packages/migrations/artifacts/2.0.0/IWallet.json')
-rw-r--r--packages/migrations/artifacts/2.0.0/IWallet.json76
1 files changed, 0 insertions, 76 deletions
diff --git a/packages/migrations/artifacts/2.0.0/IWallet.json b/packages/migrations/artifacts/2.0.0/IWallet.json
deleted file mode 100644
index 56ac59331..000000000
--- a/packages/migrations/artifacts/2.0.0/IWallet.json
+++ /dev/null
@@ -1,76 +0,0 @@
-{
- "schemaVersion": "2.0.0",
- "contractName": "IWallet",
- "compilerOutput": {
- "abi": [
- {
- "constant": true,
- "inputs": [
- {
- "name": "hash",
- "type": "bytes32"
- },
- {
- "name": "signature",
- "type": "bytes"
- }
- ],
- "name": "isValidSignature",
- "outputs": [
- {
- "name": "isValid",
- "type": "bool"
- }
- ],
- "payable": false,
- "stateMutability": "view",
- "type": "function"
- }
- ],
- "evm": {
- "bytecode": {
- "linkReferences": {},
- "object": "0x",
- "opcodes": "",
- "sourceMap": ""
- },
- "deployedBytecode": {
- "linkReferences": {},
- "object": "0x",
- "opcodes": "",
- "sourceMap": ""
- }
- }
- },
- "sources": {
- "2.0.0/protocol/Exchange/interfaces/IWallet.sol": {
- "id": 0
- }
- },
- "sourceCodes": {
- "2.0.0/protocol/Exchange/interfaces/IWallet.sol": "/*\n\n Copyright 2018 ZeroEx Intl.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n*/\n\npragma solidity 0.4.24;\n\n\ncontract IWallet {\n\n /// @dev Verifies that a signature is valid.\n /// @param hash Message hash that is signed.\n /// @param signature Proof of signing.\n /// @return Validity of order signature.\n function isValidSignature(\n bytes32 hash,\n bytes signature\n )\n external\n view\n returns (bool isValid);\n}\n"
- },
- "sourceTreeHashHex": "0x70b7d3c15ab87e6b4b1011d194282163232dfd88486038e4120d6bf245d58e44",
- "compiler": {
- "name": "solc",
- "version": "soljson-v0.4.24+commit.e67f0147.js",
- "settings": {
- "optimizer": {
- "enabled": true,
- "runs": 1000000
- },
- "outputSelection": {
- "*": {
- "*": [
- "abi",
- "evm.bytecode.object",
- "evm.bytecode.sourceMap",
- "evm.deployedBytecode.object",
- "evm.deployedBytecode.sourceMap"
- ]
- }
- }
- }
- },
- "networks": {}
-} \ No newline at end of file