aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0-beta-testnet/IAssetData.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-09-05 03:54:48 +0800
committerGitHub <noreply@github.com>2018-09-05 03:54:48 +0800
commit3524efc41cacbd1de8f7006d231e21b9f55f2509 (patch)
treeb5dc877cb930c3b2c5e4a4cdd5877912f3c312f1 /packages/migrations/artifacts/2.0.0-beta-testnet/IAssetData.json
parent01210c291c23aae19d201557118f39a8bd970ca0 (diff)
parent192d4b4dbfa3b3e8a1cc73d4f3e0e11074e3ae6b (diff)
downloaddexon-sol-tools-3524efc41cacbd1de8f7006d231e21b9f55f2509.tar
dexon-sol-tools-3524efc41cacbd1de8f7006d231e21b9f55f2509.tar.gz
dexon-sol-tools-3524efc41cacbd1de8f7006d231e21b9f55f2509.tar.bz2
dexon-sol-tools-3524efc41cacbd1de8f7006d231e21b9f55f2509.tar.lz
dexon-sol-tools-3524efc41cacbd1de8f7006d231e21b9f55f2509.tar.xz
dexon-sol-tools-3524efc41cacbd1de8f7006d231e21b9f55f2509.tar.zst
dexon-sol-tools-3524efc41cacbd1de8f7006d231e21b9f55f2509.zip
Merge pull request #1055 from 0xProject/deployment/2.0.0-beta-testnet/ropsten
Ropsten/Kovan Contract deployment
Diffstat (limited to 'packages/migrations/artifacts/2.0.0-beta-testnet/IAssetData.json')
-rw-r--r--packages/migrations/artifacts/2.0.0-beta-testnet/IAssetData.json89
1 files changed, 0 insertions, 89 deletions
diff --git a/packages/migrations/artifacts/2.0.0-beta-testnet/IAssetData.json b/packages/migrations/artifacts/2.0.0-beta-testnet/IAssetData.json
deleted file mode 100644
index f4352ca96..000000000
--- a/packages/migrations/artifacts/2.0.0-beta-testnet/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": {
- "2.0.0/protocol/AssetProxy/interfaces/IAssetData.sol": {
- "id": 0
- }
- },
- "sourceCodes": {
- "2.0.0/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\n// solhint-disable\npragma solidity 0.4.24;\n\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(address tokenContract)\n external\n pure;\n \n function ERC721Token(\n address tokenContract,\n uint256 tokenId,\n bytes receiverData\n )\n external\n pure;\n \n}\n"
- },
- "sourceTreeHashHex": "0x10f0df50f72cf7bac6d3719d59a2653e09ef05b38f349efd7d9417e844e165ca",
- "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