aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0/IAssetData.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-29 17:59:49 +0800
committerGitHub <noreply@github.com>2018-06-29 17:59:49 +0800
commit1a2c58494fa8ddd430c9f20829d0007e77b7d6c3 (patch)
tree3c1dbfc640f598b7f09b630a5531a026c2f52db0 /packages/migrations/artifacts/2.0.0/IAssetData.json
parent518a2da0275632a5dd61f99a105163ff5a074927 (diff)
parent68c00976f137e2014c2efe6f849cef279a529114 (diff)
downloaddexon-sol-tools-1a2c58494fa8ddd430c9f20829d0007e77b7d6c3.tar
dexon-sol-tools-1a2c58494fa8ddd430c9f20829d0007e77b7d6c3.tar.gz
dexon-sol-tools-1a2c58494fa8ddd430c9f20829d0007e77b7d6c3.tar.bz2
dexon-sol-tools-1a2c58494fa8ddd430c9f20829d0007e77b7d6c3.tar.lz
dexon-sol-tools-1a2c58494fa8ddd430c9f20829d0007e77b7d6c3.tar.xz
dexon-sol-tools-1a2c58494fa8ddd430c9f20829d0007e77b7d6c3.tar.zst
dexon-sol-tools-1a2c58494fa8ddd430c9f20829d0007e77b7d6c3.zip
Merge pull request #783 from 0xProject/miscenaleous-fixes
Migration Related Miscellaneous fixes
Diffstat (limited to 'packages/migrations/artifacts/2.0.0/IAssetData.json')
-rw-r--r--packages/migrations/artifacts/2.0.0/IAssetData.json89
1 files changed, 0 insertions, 89 deletions
diff --git a/packages/migrations/artifacts/2.0.0/IAssetData.json b/packages/migrations/artifacts/2.0.0/IAssetData.json
deleted file mode 100644
index efd25915e..000000000
--- a/packages/migrations/artifacts/2.0.0/IAssetData.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- "schemaVersion": "2.0.0",
- "contractName": "IAssetData",
- "compilerOutput": {
- "abi": [
- {
- "constant": true,
- "inputs": [
- {
- "name": "tokenContract",
- "type": "address"
- },
- {
- "name": "tokenId",
- "type": "uint256"
- },
- {
- "name": "receiverData",
- "type": "bytes"
- }
- ],
- "name": "ERC721Token",
- "outputs": [],
- "payable": false,
- "stateMutability": "pure",
- "type": "function"
- },
- {
- "constant": true,
- "inputs": [
- {
- "name": "tokenContract",
- "type": "address"
- }
- ],
- "name": "ERC20Token",
- "outputs": [],
- "payable": false,
- "stateMutability": "pure",
- "type": "function"
- }
- ],
- "evm": {
- "bytecode": {
- "linkReferences": {},
- "object": "0x",
- "opcodes": "",
- "sourceMap": ""
- },
- "deployedBytecode": {
- "linkReferences": {},
- "object": "0x",
- "opcodes": "",
- "sourceMap": ""
- }
- }
- },
- "sources": {
- "current/protocol/AssetProxy/interfaces/IAssetData.sol": {
- "id": 0
- }
- },
- "sourceCodes": {
- "current/protocol/AssetProxy/interfaces/IAssetData.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.23;\n\n// @dev Interface of the asset proxy's assetData.\n// The asset proxies take an ABI encoded `bytes assetData` as argument.\n// This argument is ABI encoded as one of the methods of this interface.\ninterface IAssetData {\n \n function ERC20Token(\n address tokenContract)\n external pure;\n \n function ERC721Token(\n address tokenContract,\n uint256 tokenId,\n bytes receiverData)\n external pure;\n \n}\n"
- },
- "sourceTreeHashHex": "0x7fc145f6e88b00700970b3937ba5a88e398a0e66e2abb14f0349209f4d4e49f1",
- "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