aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0/IWallet.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-02 04:06:42 +0800
committerGitHub <noreply@github.com>2018-06-02 04:06:42 +0800
commitc41846805d71983fd4232c5eb796715c3d776d25 (patch)
tree6c3a3b219fcb1e7d63a9aeec017769f86d018bc7 /packages/migrations/artifacts/2.0.0/IWallet.json
parent9ca41b9536908dddfa51854abd41b7926e69bd09 (diff)
parented5528664cda926ecc11a82a4ab669f5623afd0b (diff)
downloaddexon-sol-tools-c41846805d71983fd4232c5eb796715c3d776d25.tar
dexon-sol-tools-c41846805d71983fd4232c5eb796715c3d776d25.tar.gz
dexon-sol-tools-c41846805d71983fd4232c5eb796715c3d776d25.tar.bz2
dexon-sol-tools-c41846805d71983fd4232c5eb796715c3d776d25.tar.lz
dexon-sol-tools-c41846805d71983fd4232c5eb796715c3d776d25.tar.xz
dexon-sol-tools-c41846805d71983fd4232c5eb796715c3d776d25.tar.zst
dexon-sol-tools-c41846805d71983fd4232c5eb796715c3d776d25.zip
Merge pull request #649 from 0xProject/addArtifacts
Add Updated V2 Artifacts
Diffstat (limited to 'packages/migrations/artifacts/2.0.0/IWallet.json')
-rw-r--r--packages/migrations/artifacts/2.0.0/IWallet.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/packages/migrations/artifacts/2.0.0/IWallet.json b/packages/migrations/artifacts/2.0.0/IWallet.json
new file mode 100644
index 000000000..4f92368ec
--- /dev/null
+++ b/packages/migrations/artifacts/2.0.0/IWallet.json
@@ -0,0 +1,72 @@
+{
+ "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": {
+ "current/protocol/Exchange/interfaces/IWallet.sol": {
+ "id": 0
+ }
+ },
+ "sourceCodes": {
+ "current/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\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": "0x86b701eae05b54e6e83ae81e518db9b84b28a8d6c33c8b5ae8a89ff78c61f732",
+ "compiler": {
+ "name": "solc",
+ "version": "soljson-v0.4.24+commit.e67f0147.js",
+ "settings": {
+ "outputSelection": {
+ "*": {
+ "*": [
+ "abi",
+ "evm.bytecode.object",
+ "evm.bytecode.sourceMap",
+ "evm.deployedBytecode.object",
+ "evm.deployedBytecode.sourceMap"
+ ]
+ }
+ }
+ }
+ },
+ "networks": {}
+} \ No newline at end of file