Skip to content

Instantly share code, notes, and snippets.

@evertonfraga
Last active October 5, 2017 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evertonfraga/f98cd6079b99c069b3c59be235252ff5 to your computer and use it in GitHub Desktop.
Save evertonfraga/f98cd6079b99c069b3c59be235252ff5 to your computer and use it in GitHub Desktop.
PROSPERA - Outubro: Distribuição de ether e Emissão de PRSP
// https://etherscan.io/address/0xa4e23286c06208645f52c57a6ef5a510e87a6d76
const Web3 = require('web3');
// const web3 = new Web3(Web3.providers.HttpProvider('https://mainnet.infura.io/bnr6Lt3Xle02EzHa3Bf5 '));
const web3 = new Web3(Web3.providers.HttpProvider('http://localhost:8545 '));
var txs = [];
var cb = function(err, hash) { txs.push(hash); console.log(err, 'https://etherscan.io/tx/'+hash) };
var myAccount = '0xa4E23286C06208645f52c57A6eF5a510e87A6d76';
var t = function(account, value) {
return {
from: myAccount,
to: account,
value: value,
gas: 21000,
gasPrice: 10e9
};
}
var txStatus = function(txs) {
txs.map(function(tx){ return !!eth.getTransaction(tx) });
}
personal.unlockAccount(myAccount);
web3.eth.sendTransaction(t('0xbe430fc606735d64454b8b291631a548408ff5f7', 9081058807031640000), cb);
web3.eth.sendTransaction(t('0x4995419c5a7bd9932a37885941e289093e8f19fa', 1227234271203850000), cb);
web3.eth.sendTransaction(t('0xdc0b737b0ecbd36af000ffeda0bd7f8d5a676a85', 1103070031558520000), cb);
web3.eth.sendTransaction(t('0x51171a7ef4392d92f6ee86af7cd92a8285655d20', 858427442498535000), cb);
web3.eth.sendTransaction(t('0xf4371aa14078b7a3321de311e8edd4c12e5ca7d2', 834176008851970000), cb);
web3.eth.sendTransaction(t('0x4eda2777a87af3d7657baaa0628a692449d13c73', 678634264602109000), cb);
web3.eth.sendTransaction(t('0xc35835ad81279f7ea438841fcdb283570819ea51', 561163760420975000), cb);
web3.eth.sendTransaction(t('0x435be5d3091ee635fe85f72a0f0606904a0acfed', 462187324262912000), cb);
web3.eth.sendTransaction(t('0x6c750820f9c4421ac2de88b838910f2465da6a74', 415939246807279000), cb);
web3.eth.sendTransaction(t('0x68fdcf9ee0e7f398bc308c35abb8dc416c1b25df', 391484143270448000), cb);
web3.eth.sendTransaction(t('0xd9c7968a62e8802cb372fdc03d0a118ddb987c2c', 319696612937532000), cb);
web3.eth.sendTransaction(t('0xeefcedafabcc81bab21e2c4097443687d14df28b', 318949699134406000), cb);
web3.eth.sendTransaction(t('0x7ecd7b098935ed7e72b893a68f82198c27aacbd4', 260961360846965000), cb);
web3.eth.sendTransaction(t('0x2ae0ada7738061d885a58dd22ff639594e9f19c8', 233713998540286000), cb);
web3.eth.sendTransaction(t('0x9f9074fc3d7587ef0fdda2d023da59bbecbec6be', 227025437599591000), cb);
web3.eth.sendTransaction(t('0xc50193577d831172b225b5c76ad24806ddafc101', 211107747632131000), cb);
web3.eth.sendTransaction(t('0x6267fba6ddadfdf23be26f5ada03e64d86c0d3ab', 208752247877572000), cb);
web3.eth.sendTransaction(t('0x737a561881555cd42ccc82fc6b7d530247131b98', 183016908653420000), cb);
web3.eth.sendTransaction(t('0xd00a832312a958b369565ac9077e78729cdeeb10', 163838321624877000), cb);
web3.eth.sendTransaction(t('0xf802a3870c30488b760bba9826e69c7fa031b651', 156543134908179000), cb);
web3.eth.sendTransaction(t('0x7c68b59f8c66ef174348e090eee631bcec8b1e2a', 149550087757982000), cb);
web3.eth.sendTransaction(t('0x6a9471e1db4f8f4fd07f908dfa671e210d3320a6', 144952124476453000), cb);
web3.eth.sendTransaction(t('0xda6da6bdbee98d6cfcf0041712e145b1196cfce6', 130438578423482000), cb);
web3.eth.sendTransaction(t('0x3d58b2e892acd983e62c47338cd93a5582ad27c4', 130438578423482000), cb);
web3.eth.sendTransaction(t('0xc0b073f3e3f07a9a2c4c2d77f5600f3158d0bf8e', 130438578423482000), cb);
web3.eth.sendTransaction(t('0xb1812545b59aa3bcabaabc467f9cbec871c52a72', 130438578423482000), cb);
web3.eth.sendTransaction(t('0x8f02da062e044576ad36c5fe1ef1cf0cb751bf04', 130438578423482000), cb);
web3.eth.sendTransaction(t('0xac7f6b5b6d44e1f79d675c4c049e073c950699bf', 130438578423482000), cb);
web3.eth.sendTransaction(t('0xc46cb40977b740c05328142545a1acba4243184b', 130438578423482000), cb);
web3.eth.sendTransaction(t('0x99c38e236b141282f79b26154e7560c45ab4c923', 130438578423482000), cb);
web3.eth.sendTransaction(t('0x2f47bc2026a5900d093fcd370e44aaac577a6440', 104334021938786000), cb);
web3.eth.sendTransaction(t('0x2d9ed4814a1a78364561f947a1ab398947a3ff13', 104334021938786000), cb);
web3.eth.sendTransaction(t('0xfb9a33f812be2b850c3071f12bf7cb7eb3dad2301', 104313225938786000), cb);
web3.eth.sendTransaction(t('0x8621432fec7145d7724b3f79678faf3de4ed1ead', 95959767863683200), cb);
web3.eth.sendTransaction(t('0x4b8628771f71081610177a9a38f650c09a1a3247', 91260947696437800), cb);
web3.eth.sendTransaction(t('0xaba373b5b7bec1f80689d243ee096b6c3d5b1849', 84180842764024200), cb);
web3.eth.sendTransaction(t('0x07b0a0267bd0f3d8f87a315066b7f9cb7a4ca004', 78208669454089500), cb);
web3.eth.sendTransaction(t('0xa47e3c783404e4a05d4b6f027d0b13df877d8c92', 77607611701670200), cb);
web3.eth.sendTransaction(t('0xfbf24654e413c69a1e9611ff24084cf51f70a695', 73973834284258800), cb);
web3.eth.sendTransaction(t('0x61a64f3a4c386fbb001cea87caec9b94890adf9e', 65156391211741200), cb);
web3.eth.sendTransaction(t('0x4ac2c5ddd3be5e96de03641a388110a8b82acf4a', 52771408501750300), cb);
web3.eth.sendTransaction(t('0xa2ac78b3800a3f054aea8a3b18dbba0258b8261f', 52104112969393000), cb);
web3.eth.sendTransaction(t('0x768845efc754e9766d488170a7beace49be06bea', 52104112969393000), cb);
web3.eth.sendTransaction(t('0x489247977ba6a8cf4b082fddd26ab89f280fecd7', 52104112969393000), cb);
web3.eth.sendTransaction(t('0xec750199dd0369b0b63f9c41961839b0b81691c7', 52104112969393000), cb);
web3.eth.sendTransaction(t('0xc249554721a234feff13378ccb5089163de7e220', 52104112969393000), cb);
web3.eth.sendTransaction(t('0x07cde1a63520151a316c7121f0a0445032a9993b', 46240891228780800), cb);
web3.eth.sendTransaction(t('0x0c7e2ed86fc8f64bb4b5d3508236d66a1f8a3f0f', 43489609329443200), cb);
web3.eth.sendTransaction(t('0x1cfe3cc3998d68da922663ab723927497c7d5701', 43489609329443200), cb);
web3.eth.sendTransaction(t('0x4387b6c898b4034f032066004a6164c52955d093', 39138849045175200), cb);
web3.eth.sendTransaction(t('0x51de23fad63769536b89e8a3dc789b0cc74b521c', 34068156418527100), cb);
web3.eth.sendTransaction(t('0x77cf91c533960125e6fdae66df8a89f98ac7f116', 31220467781635800), cb);
web3.eth.sendTransaction(t('0xd6c49e2eb056d09274d217f33fb5968710f51433', 30122998291095700), cb);
web3.eth.sendTransaction(t('0xaf524f001886d53028e9b30efcdd3bfb53a857d5', 29995561067248700), cb);
web3.eth.sendTransaction(t('0x5c6056fa7146d84897ebeb34ed1de9e7d8b59d4e', 28495408979573900), cb);
web3.eth.sendTransaction(t('0x4af5411442f73d2595055acc804b38ef83718aba', 28217982231232500), cb);
web3.eth.sendTransaction(t('0x50e62723aad751b62aa11ab41802a412913f4ee2', 25999556484696500), cb);
web3.eth.sendTransaction(t('0xd3a78e10f71cb3e784e2fc57d9a00164be756d3b', 25999556484696500), cb);
web3.eth.sendTransaction(t('0xa8169d6397423f57b8e06a551ca33fa3cf585d0a', 25999556484696500), cb);
web3.eth.sendTransaction(t('0x7a6331f9785d8fca688cce0c61cd8242c4c5e0a4', 25999556484696500), cb);
web3.eth.sendTransaction(t('0x54da50e67f1b81f998ae890295140a60325f355d', 25999556484696500), cb);
web3.eth.sendTransaction(t('0x75597a7802cde64ccadcaa580b46b56c5fac6350', 25999556484696500), cb);
web3.eth.sendTransaction(t('0xb974d53559ea17c2911a2c4ac44d589a143c5dca', 25999556484696500), cb);
web3.eth.sendTransaction(t('0x03ae96cbadbe4cfc44633636d3776571f0f22bbc', 25999556484696500), cb);
web3.eth.sendTransaction(t('0x517c39000ed79cc95bcc661b07db181e3d6e16e2', 24962264209738100), cb);
web3.eth.sendTransaction(t('0x0bbc321371815344e607d694bee90fb43d5807be', 20517597012454600), cb);
web3.eth.sendTransaction(t('0x29dd4301bb2fd2b019dfe45d9e19a90d3d08a8db', 19934845915615900), cb);
web3.eth.sendTransaction(t('0xa6f39a62ff66170852614c237d2c1df77bf11a21', 19473417363522400), cb);
web3.eth.sendTransaction(t('0xe2ffdaff352e120a1318b1d044954a1f342fc701', 12947278242348300), cb);
web3.eth.sendTransaction(t('0x7a8750964d590ad1f94e3dd215db3c93f5e21ce0', 12947278242348300), cb);
web3.eth.sendTransaction(t('0x55801cea731839b33fdfd16f91139baccbe91e6a', 12947278242348300), cb);
web3.eth.sendTransaction(t('0x874824ed34f8239254f8a8e6a05ab58145af1fa7', 12947278242348300), cb);
web3.eth.sendTransaction(t('0xcbfb3bcd50a7a822e52f889197e584489be70352', 10336822593878600), cb);
web3.eth.sendTransaction(t('0x03f6f1fc5c6390fb0e394ab9a3bff89832d14107', 9814731464184670), cb);
web3.eth.sendTransaction(t('0xbc80aac64be3d1533f0a8bb9d28113a0b84714bd', 9705525662586590), cb);
web3.eth.sendTransaction(t('0x186aed991950e4134c4c90d61bb472061742bd7d', 9703129264301300), cb);
web3.eth.sendTransaction(t('0xe5a981814872186b69e266ab4d707f373e97b50a', 7726366945408952), cb);
web3.eth.sendTransaction(t('0x66243f11aa7510f13fdeaa6bd98b80a19a4ffbf5', 6948952369649502), cb);
web3.eth.sendTransaction(t('0x417cf4855c468114bf7f3401a98e4638121ae29e', 6856223764104562), cb);
web3.eth.sendTransaction(t('0x4585b138dc13925c65613a511fc1fc642d16d976', 6574948629837120), cb);
web3.eth.sendTransaction(t('0xc3cf58c85116949429688e16e220d669a45c9a4e', 5919127616328224), cb);
web3.eth.sendTransaction(t('0xa3e26fee0d9efa6fb14a0bd7277a1cd1d355832e', 5801751088550435), cb);
web3.eth.sendTransaction(t('0x930aa9a843266bdb02847168d571e7913907dd84', 5376959472241914), cb);
web3.eth.sendTransaction(t('0x61e8aa765f68487a2fc3ae4a71ee6f063cc1f09c', 3288592343010545), cb);
web3.eth.sendTransaction(t('0x59a7e7c92a40eca6dba274fd27e9076a4eca3a16', 2505455648469650), cb);
web3.eth.sendTransaction(t('0x59efac9c4d3ba1212864edffb615220e9981f502', 2256399906416106), cb);
web3.eth.sendTransaction(t('0x0d36777c68eab71ce72bc3e92f921055ade6a5bf', 1551644753176161), cb);
web3.eth.sendTransaction(t('0x585b9aced52a373ed71ab26ed2fd7ce0efe2c4c3', 1084030856946353), cb);
web3.eth.sendTransaction(t('0xe063465a06feaf4f851d179ff339bc5aacc0ba23', 933259135521482), cb);
web3.eth.sendTransaction(t('0x9e1e6d28667418427a1c7641d445394b93af8fbd', 698216319388923), cb);
web3.eth.sendTransaction(t('0x5416db8c6bd8655835082d468f22acca2e07f93d', 678136694540895), cb);
web3.eth.sendTransaction(t('0x7ea936616a30fc89bf7dfb201f7376880d5731cd', 215360338091492), cb);
web3.eth.sendTransaction(t('0x81e968ff7c0e87aa3251a98d969ec38d145ea4ce', 175992056456921), cb);
// https://etherscan.io/token/0x0c04d4f331da8df75f9e2e271e3f3f1494c66c36
var abi = [ { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string", "value": "Prosper" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "", "type": "uint256", "value": "750000000000" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8", "value": "9" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_account", "type": "address" }, { "name": "_amount", "type": "uint256" } ], "name": "mintToAccount", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "version", "outputs": [ { "name": "", "type": "string", "value": "0.1" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "_owner", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "balance", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_recipients", "type": "address[]" }, { "name": "_values", "type": "uint256[]" } ], "name": "batchTransfer", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [ { "name": "", "type": "address", "value": "0xd1febd37ba7104f3b39341dcd3ee79a39f5845f9" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string", "value": "PRSP" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_incrementValue", "type": "uint256" } ], "name": "incrementTotalSupply", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "_owner", "type": "address" }, { "name": "_spender", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "remaining", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [ { "name": "_owner", "type": "address" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "newMinter", "type": "address" } ], "name": "setMinter", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "inputs": [ { "name": "_initialAmount", "type": "uint256", "index": 0, "typeShort": "uint", "bits": "256", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;initial Amount", "template": "elements_input_uint", "value": "750000000000" }, { "name": "_tokenName", "type": "string", "index": 1, "typeShort": "string", "bits": "", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;token Name", "template": "elements_input_string", "value": "Prosper" }, { "name": "_decimalUnits", "type": "uint8", "index": 2, "typeShort": "uint", "bits": "8", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;decimal Units", "template": "elements_input_uint", "value": "9" }, { "name": "_tokenSymbol", "type": "string", "index": 3, "typeShort": "string", "bits": "", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;token Symbol", "template": "elements_input_string", "value": "PRSP" } ], "payable": false, "type": "constructor" }, { "payable": false, "type": "fallback" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_account", "type": "address" }, { "indexed": false, "name": "_amount", "type": "uint256" } ], "name": "Mint", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_from", "type": "address" }, { "indexed": true, "name": "_to", "type": "address" }, { "indexed": false, "name": "_value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_owner", "type": "address" }, { "indexed": true, "name": "_spender", "type": "address" }, { "indexed": false, "name": "_value", "type": "uint256" } ], "name": "Approval", "type": "event" } ];
var Prosper = web3.eth.contract(abi);
var ProsperInstance = Prosper.at('0x0C04d4f331DA8dF75f9E2e271E3f3F1494C66C36');
var myAccount = '0x455f6c073f3898e53d9003b1d665d39d4b0d8cf8';
var extraParams = { from: myAccount, gasPrice: 20e9 }
var txs = [];
var cb = function(err, hash) { txs.push(hash); console.log(err, hash) };
personal.unlockAccount(myAccount);
var txStatus = function(){ return txs.map(function(tx){ return tx && !!eth.getTransaction(tx) })};
ProsperInstance.transfer('0xeab4c5e408d28a80db5305d1f66305903b0ceaab', 461487938, extraParams, cb);
ProsperInstance.transfer('0xf4371aa14078b7a3321de311e8edd4c12e5ca7d2', 578398216, extraParams, cb);
ProsperInstance.transfer('0x7c68b59f8c66ef174348e090eee631bcec8b1e2a', 615317251, extraParams, cb);
ProsperInstance.transfer('0x32870447e9c71480842738bfc400787bceb30872', 25843324, extraParams, cb);
ProsperInstance.transfer('0x517c39000ed79cc95bcc661b07db181e3d6e16e2', 318426677, extraParams, cb);
ProsperInstance.transfer('0xadd1d313d7819e5ef740489b804296758c3e819e', 106142225, extraParams, cb);
ProsperInstance.transfer('0xfbf24654e413c69a1e9611ff24084cf51f70a695', 1538293128, extraParams, cb);
ProsperInstance.transfer('0x5496524a90c6725f3e65b444692404f120c0f006', 138446381, extraParams, cb);
ProsperInstance.transfer('0xae854f32eba20504f01e653e44a27a5183540a08', 61531725, extraParams, cb);
ProsperInstance.transfer('0xae854f32eba20504f01e653e44a27a5183540a08', 137211470, extraParams, cb);
ProsperInstance.transfer('0xfdc7f3acb4db1b76bd970fcd22e639a4e0c5e012', 76914656, extraParams, cb);
ProsperInstance.transfer('0xfdc7f3acb4db1b76bd970fcd22e639a4e0c5e012', 76914656, extraParams, cb);
ProsperInstance.transfer('0x92425f2ccf31cbabd9d1f0a155159228afabb5ae', 301505453, extraParams, cb);
ProsperInstance.transfer('0x737a561881555cd42ccc82fc6b7d530247131b98', 30765862, extraParams, cb);
ProsperInstance.transfer('0x737a561881555cd42ccc82fc6b7d530247131b98', 76914656, extraParams, cb);
ProsperInstance.transfer('0xc249554721a234feff13378ccb5089163de7e220', 2579654, extraParams, cb);
ProsperInstance.transfer('0xc249554721a234feff13378ccb5089163de7e220', 246126900, extraParams, cb);
ProsperInstance.transfer('0xaf524f001886d53028e9b30efcdd3bfb53a857d5', 46148793, extraParams, cb);
ProsperInstance.transfer('0xbc6cfcb7e01731c6faeb128ccf9c9475007d9246', 13229320907, extraParams, cb);
ProsperInstance.transfer('0x1ad5841e64196af983068f7d92272f619653fd2a', 584551388, extraParams, cb);
ProsperInstance.transfer('0xe67eb6e2e5ee93fce9b5bffde4379e7676646fe9', 61531725, extraParams, cb);
ProsperInstance.transfer('0x0bbc321371815344e607d694bee90fb43d5807be', 138446381, extraParams, cb);
ProsperInstance.transfer('0xfbf24654e413c69a1e9611ff24084cf51f70a695', 76914656, extraParams, cb);
ProsperInstance.transfer('0xbc6cfcb7e01731c6faeb128ccf9c9475007d9246', 6153172515, extraParams, cb);
ProsperInstance.transfer('0x9e08542655aebd88d10645c66dca2c6332287b23', 130754915, extraParams, cb);
ProsperInstance.transfer('0x737a561881555cd42ccc82fc6b7d530247131b98', 184595175, extraParams, cb);
ProsperInstance.transfer('0xc53d2ff0e4819fa01aa634f0b8c14084783aaae9', 24305031, extraParams, cb);
ProsperInstance.transfer('0xdd7e48f917128dd2f214c62041904b0441a68f1e', 7691465, extraParams, cb);
ProsperInstance.transfer('0xdd7e48f917128dd2f214c62041904b0441a68f1e', 15382931, extraParams, cb);
ProsperInstance.transfer('0x1fddf7769e2590dc1ee9f0563f1c71d5653edfe1', 30765862, extraParams, cb);
ProsperInstance.transfer('0x1ad5841e64196af983068f7d92272f619653fd2a', 584551388, extraParams, cb);
ProsperInstance.transfer('0xae854f32eba20504f01e653e44a27a5183540a08', 70227834, extraParams, cb);
ProsperInstance.transfer('0x3d58b2e892acd983e62c47338cd93a5582ad27c4', 271787060, extraParams, cb);
ProsperInstance.transfer('0xe71a05d18c0b12400a3b7acf1ab676bea921d82d', 123063450, extraParams, cb);
ProsperInstance.transfer('0x0bbc321371815344e607d694bee90fb43d5807be', 46148793, extraParams, cb);
ProsperInstance.transfer('0x6467bdb3a6dcd760436f29f4223d249cdf86f048', 276892763, extraParams, cb);
ProsperInstance.transfer('0xf4371aa14078b7a3321de311e8edd4c12e5ca7d2', 76914656, extraParams, cb);
ProsperInstance.transfer('0xbc6cfcb7e01731c6faeb128ccf9c9475007d9246', 769146564, extraParams, cb);
ProsperInstance.transfer('0x9f9074fc3d7587ef0fdda2d023da59bbecbec6be', 153829312, extraParams, cb);
ProsperInstance.transfer('0x1f9d74c1c47a3a12241f65378cbe1fe8c9c6a70f', 72822442, extraParams, cb);
ProsperInstance.transfer('0xdf7ecf14e1cee88f1e9b63e6cde3b7f04dcf95c9', 153829312, extraParams, cb);
ProsperInstance.transfer('0xfdc7f3acb4db1b76bd970fcd22e639a4e0c5e012', 261509831, extraParams, cb);
ProsperInstance.transfer('0x4036945f17e37d95724a1875fa15a207581f6946', 136908088, extraParams, cb);
ProsperInstance.transfer('0x2798a36bd2e0c0b093d158876a6e2e17dcbcf6ac', 64300652, extraParams, cb);
ProsperInstance.transfer('0xe6f92e0eeecfeb14d69f1505ed952162c5f999b9', 111526251, extraParams, cb);
ProsperInstance.transfer('0xa395ce488c83e4d898953db0c4186076ae5b661f', 70761483, extraParams, cb);
ProsperInstance.transfer('0x9a5b28d0e49607acbea505394376a4dbe99981cc', 138446381, extraParams, cb);
ProsperInstance.transfer('0xe15dd7415082cf386ed4384e771ea43ae3062c60', 67684897, extraParams, cb);
ProsperInstance.transfer('0x92425f2ccf31cbabd9d1f0a155159228afabb5ae', 261509831, extraParams, cb);
ProsperInstance.transfer('0x4ab0afd23963ae9b8523998afe76156cb0ca76ea', 96912467, extraParams, cb);
ProsperInstance.transfer('0xfbf24654e413c69a1e9611ff24084cf51f70a695', 331194510, extraParams, cb);
ProsperInstance.transfer('0x4ac2c5ddd3be5e96de03641a388110a8b82acf4a', 228459373, extraParams, cb);
ProsperInstance.transfer('0x2ae0ada7738061d885a58dd22ff639594e9f19c8', 461487938, extraParams, cb);
ProsperInstance.transfer('0x4ac2c5ddd3be5e96de03641a388110a8b82acf4a', 46148793, extraParams, cb);
ProsperInstance.transfer('0xeca9a7efed284d3a6ce7942c17944678ba4b51e7', 148377602, extraParams, cb);
ProsperInstance.transfer('0x75e7f640bf6968b6f32c47a3cd82c3c2c9dcae68', 139984674, extraParams, cb);
ProsperInstance.transfer('0x41d69a21936480cc519e74852180537688f0d0cb', 86144415, extraParams, cb);
ProsperInstance.transfer('0xc4edcec1cfb57f4f778d74d6fe9da684c6083f41', 85913671, extraParams, cb);
ProsperInstance.transfer('0x5f493b08d25931f83dc6703e61c7d9ac84974f4a', 323041557, extraParams, cb);
ProsperInstance.transfer('0x1f9d74c1c47a3a12241f65378cbe1fe8c9c6a70f', 285203750, extraParams, cb);
ProsperInstance.transfer('0xdc0b737b0ecbd36af000ffeda0bd7f8d5a676a85', 461487938, extraParams, cb);
ProsperInstance.transfer('0xf4371aa14078b7a3321de311e8edd4c12e5ca7d2', 115371984, extraParams, cb);
ProsperInstance.transfer('0x68fdcf9ee0e7f398bc308c35abb8dc416c1b25df', 353807419, extraParams, cb);
ProsperInstance.transfer('0x7c68b59f8c66ef174348e090eee631bcec8b1e2a', 769146564, extraParams, cb);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment