diff --git a/dist/contracts/arb/contract-abi-arb.json b/dist/contracts/arb/contract-abi-arb.json new file mode 100644 index 000000000..688794a4c --- /dev/null +++ b/dist/contracts/arb/contract-abi-arb.json @@ -0,0 +1,215 @@ +[ + { + "name": "TEST", + "address": "0x0000000000000000000000000000000000000000", + "comment": "", + "abi": [ + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "sale", + "outputs": [ + { "name": "", "type": "uint256" }, + { "name": "", "type": "uint256" }, + { "name": "", "type": "uint256" }, + { "name": "", "type": "address" }, + { "name": "", "type": "uint256" }, + { "name": "", "type": "uint256" } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "invalidate", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": false, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "cancel", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": true, + "inputs": [], + "name": "registrar", + "outputs": [{ "name": "", "type": "address" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "auctionStarted", + "outputs": [{ "name": "", "type": "bool" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "finish", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": false, + "inputs": [], + "name": "withdraw", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "minimumBid", + "outputs": [{ "name": "", "type": "uint256" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [ + { "name": "_name", "type": "string" }, + { "name": "bidReferrer", "type": "address" } + ], + "name": "bid", + "outputs": [], + "payable": true, + "stateMutability": "payable", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "auctionEnds", + "outputs": [{ "name": "", "type": "uint256" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "isBuyable", + "outputs": [{ "name": "", "type": "bool" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "isAuction", + "outputs": [{ "name": "", "type": "bool" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [ + { "name": "_name", "type": "string" }, + { "name": "_price", "type": "uint256" }, + { "name": "reserve", "type": "uint256" }, + { "name": "referrer", "type": "address" } + ], + "name": "offer", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": false, + "inputs": [ + { "name": "_name", "type": "string" }, + { "name": "bidReferrer", "type": "address" } + ], + "name": "buy", + "outputs": [], + "payable": true, + "stateMutability": "payable", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "addr", "type": "address" }], + "name": "balance", + "outputs": [{ "name": "", "type": "uint256" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "price", + "outputs": [{ "name": "", "type": "uint256" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [{ "name": "_registry", "type": "address" }], + "payable": false, + "stateMutability": "nonpayable", + "type": "constructor" + }, + { + "anonymous": false, + "inputs": [ + { "indexed": true, "name": "seller", "type": "address" }, + { "indexed": false, "name": "name", "type": "string" }, + { "indexed": false, "name": "price", "type": "uint256" }, + { "indexed": false, "name": "reserve", "type": "uint256" } + ], + "name": "Offer", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { "indexed": true, "name": "bidder", "type": "address" }, + { "indexed": false, "name": "name", "type": "string" }, + { "indexed": false, "name": "bid", "type": "uint256" } + ], + "name": "Bid", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { "indexed": true, "name": "seller", "type": "address" }, + { "indexed": true, "name": "buyer", "type": "address" }, + { "indexed": false, "name": "name", "type": "string" }, + { "indexed": false, "name": "value", "type": "uint256" } + ], + "name": "Transfer", + "type": "event" + }, + { + "anonymous": false, + "inputs": [{ "indexed": false, "name": "name", "type": "string" }], + "name": "Cancel", + "type": "event" + } + ] + } +] diff --git a/dist/contracts/arb/contract-abi-arb.min.json b/dist/contracts/arb/contract-abi-arb.min.json new file mode 100644 index 000000000..c0b8ea886 --- /dev/null +++ b/dist/contracts/arb/contract-abi-arb.min.json @@ -0,0 +1 @@ +[{"name":"TEST","address":"0x0000000000000000000000000000000000000000","comment":"","abi":[{"constant":true,"inputs":[{"name":"_name","type":"string"}],"name":"sale","outputs":[{"name":"","type":"uint256"},{"name":"","type":"uint256"},{"name":"","type":"uint256"},{"name":"","type":"address"},{"name":"","type":"uint256"},{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"}],"name":"invalidate","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"}],"name":"cancel","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"registrar","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_name","type":"string"}],"name":"auctionStarted","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"}],"name":"finish","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"withdraw","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"_name","type":"string"}],"name":"minimumBid","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"},{"name":"bidReferrer","type":"address"}],"name":"bid","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"name":"_name","type":"string"}],"name":"auctionEnds","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_name","type":"string"}],"name":"isBuyable","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_name","type":"string"}],"name":"isAuction","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"},{"name":"_price","type":"uint256"},{"name":"reserve","type":"uint256"},{"name":"referrer","type":"address"}],"name":"offer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"},{"name":"bidReferrer","type":"address"}],"name":"buy","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"name":"addr","type":"address"}],"name":"balance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_name","type":"string"}],"name":"price","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_registry","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"seller","type":"address"},{"indexed":false,"name":"name","type":"string"},{"indexed":false,"name":"price","type":"uint256"},{"indexed":false,"name":"reserve","type":"uint256"}],"name":"Offer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"bidder","type":"address"},{"indexed":false,"name":"name","type":"string"},{"indexed":false,"name":"bid","type":"uint256"}],"name":"Bid","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"seller","type":"address"},{"indexed":true,"name":"buyer","type":"address"},{"indexed":false,"name":"name","type":"string"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"name","type":"string"}],"name":"Cancel","type":"event"}]}] \ No newline at end of file diff --git a/dist/tokens/arb/tokens-arb.json b/dist/tokens/arb/tokens-arb.json new file mode 100644 index 000000000..5998323a3 --- /dev/null +++ b/dist/tokens/arb/tokens-arb.json @@ -0,0 +1,29 @@ +[ + { + "symbol": "BURNER", + "name": "BURNER", + "type": "ERC20", + "address": "0x0000000000000000000000000000000000000000", + "ens_address": "", + "decimals": 0, + "website": "", + "logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" }, + "support": { "email": "", "url": "" }, + "social": { + "blog": "", + "chat": "", + "discord": "", + "facebook": "", + "forum": "", + "github": "", + "gitter": "", + "instagram": "", + "linkedin": "", + "reddit": "", + "slack": "", + "telegram": "", + "twitter": "", + "youtube": "" + } + } +] diff --git a/dist/tokens/arb/tokens-arb.min.json b/dist/tokens/arb/tokens-arb.min.json new file mode 100644 index 000000000..dc0cf662d --- /dev/null +++ b/dist/tokens/arb/tokens-arb.min.json @@ -0,0 +1 @@ +[{"symbol":"BURNER","name":"BURNER","type":"ERC20","address":"0x0000000000000000000000000000000000000000","ens_address":"","decimals":0,"website":"","logo":{"src":"","width":"","height":"","ipfs_hash":""},"support":{"email":"","url":""},"social":{"blog":"","chat":"","discord":"","facebook":"","forum":"","github":"","gitter":"","instagram":"","linkedin":"","reddit":"","slack":"","telegram":"","twitter":"","youtube":""}}] \ No newline at end of file diff --git a/src/contracts/arb/0x0000000000000000000000000000000000000000.json b/src/contracts/arb/0x0000000000000000000000000000000000000000.json new file mode 100644 index 000000000..60b05394d --- /dev/null +++ b/src/contracts/arb/0x0000000000000000000000000000000000000000.json @@ -0,0 +1,213 @@ +{ + "name": "TEST", + "address": "0x0000000000000000000000000000000000000000", + "comment": "", + "abi": [ + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "sale", + "outputs": [ + { "name": "", "type": "uint256" }, + { "name": "", "type": "uint256" }, + { "name": "", "type": "uint256" }, + { "name": "", "type": "address" }, + { "name": "", "type": "uint256" }, + { "name": "", "type": "uint256" } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "invalidate", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": false, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "cancel", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": true, + "inputs": [], + "name": "registrar", + "outputs": [{ "name": "", "type": "address" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "auctionStarted", + "outputs": [{ "name": "", "type": "bool" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "finish", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": false, + "inputs": [], + "name": "withdraw", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "minimumBid", + "outputs": [{ "name": "", "type": "uint256" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [ + { "name": "_name", "type": "string" }, + { "name": "bidReferrer", "type": "address" } + ], + "name": "bid", + "outputs": [], + "payable": true, + "stateMutability": "payable", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "auctionEnds", + "outputs": [{ "name": "", "type": "uint256" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "isBuyable", + "outputs": [{ "name": "", "type": "bool" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "isAuction", + "outputs": [{ "name": "", "type": "bool" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [ + { "name": "_name", "type": "string" }, + { "name": "_price", "type": "uint256" }, + { "name": "reserve", "type": "uint256" }, + { "name": "referrer", "type": "address" } + ], + "name": "offer", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": false, + "inputs": [ + { "name": "_name", "type": "string" }, + { "name": "bidReferrer", "type": "address" } + ], + "name": "buy", + "outputs": [], + "payable": true, + "stateMutability": "payable", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "addr", "type": "address" }], + "name": "balance", + "outputs": [{ "name": "", "type": "uint256" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [{ "name": "_name", "type": "string" }], + "name": "price", + "outputs": [{ "name": "", "type": "uint256" }], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [{ "name": "_registry", "type": "address" }], + "payable": false, + "stateMutability": "nonpayable", + "type": "constructor" + }, + { + "anonymous": false, + "inputs": [ + { "indexed": true, "name": "seller", "type": "address" }, + { "indexed": false, "name": "name", "type": "string" }, + { "indexed": false, "name": "price", "type": "uint256" }, + { "indexed": false, "name": "reserve", "type": "uint256" } + ], + "name": "Offer", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { "indexed": true, "name": "bidder", "type": "address" }, + { "indexed": false, "name": "name", "type": "string" }, + { "indexed": false, "name": "bid", "type": "uint256" } + ], + "name": "Bid", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { "indexed": true, "name": "seller", "type": "address" }, + { "indexed": true, "name": "buyer", "type": "address" }, + { "indexed": false, "name": "name", "type": "string" }, + { "indexed": false, "name": "value", "type": "uint256" } + ], + "name": "Transfer", + "type": "event" + }, + { + "anonymous": false, + "inputs": [{ "indexed": false, "name": "name", "type": "string" }], + "name": "Cancel", + "type": "event" + } + ] +} diff --git a/src/tokens/arb/0x0000000000000000000000000000000000000000.json b/src/tokens/arb/0x0000000000000000000000000000000000000000.json new file mode 100644 index 000000000..4fb0af652 --- /dev/null +++ b/src/tokens/arb/0x0000000000000000000000000000000000000000.json @@ -0,0 +1,27 @@ +{ + "symbol": "BURNER", + "name": "BURNER", + "type": "ERC20", + "address": "0x0000000000000000000000000000000000000000", + "ens_address": "", + "decimals": 0, + "website": "", + "logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" }, + "support": { "email": "", "url": "" }, + "social": { + "blog": "", + "chat": "", + "discord": "", + "facebook": "", + "forum": "", + "github": "", + "gitter": "", + "instagram": "", + "linkedin": "", + "reddit": "", + "slack": "", + "telegram": "", + "twitter": "", + "youtube": "" + } +}