This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user | mScore | cScore | MScore % | CScore % | Sum mScore | Sum cScore | |
---|---|---|---|---|---|---|---|
0x9a3D4267C92f611D41aFFEf9e77d7D357699D534 | 1.090627849426E+025 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 | |
0x1A87b9E07419Afc0dDa912753f525a15Ce91b633 | 4.26020022127037E+023 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 | |
0x8F4370D17AAFE233fF1499b21c1a4E90a73b0160 | 1.47860831767052E+025 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 | |
0x225b210efE3A7949fEfCEe8A53aEb841DA819050 | 3.31593159525781E+027 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 | |
0x809D06D777294bE3F4AcF87EE958F4B095427790 | 8.29369129041295E+023 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 | |
0x0b1863c0F39E1fB0325AD14d249f5371e8Bd53f4 | 0 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 | |
0x13B958a832Dd2F5b2E47F8097aa94cFfF9B2d33D | 6.20654409926927E+022 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 | |
0x7f21e723f0e81de474f9384279Efbddb4e985387 | 3.45872637732285E+024 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 | |
0xAF4Ed001e0816bB801e8Cc1D23Cc7900fCC99fcE | 1.57726673945215E+027 | 0 | 0 | 0 | 1.06E+032 | 2.48E+044 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pool: | |
0x0631534da308931709ee8a5338920d1004e2d7a5 | |
abi: | |
[{"inputs":[{"internalType":"address","name":"vat_","type":"address"},{"internalType":"address","name":"jar_","type":"address"},{"internalType":"address","name":"spot_","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"authority","type":"address"}],"name":"LogSetAuthority","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"}],"name":"LogSetOwner","type":"event"},{"constant":true,"inputs":[],"name":"authority","outputs":[{"internalType":"contract DSAuthority","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"cdp","type":"uint256"},{"internalType":"uint256","name":"dart","type":"uint256"},{"internalType":"uint256","name":"minInk","type":"uint256"}],"name":"bite","outputs":[{"inte |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Web3 = require('web3'); | |
//url = "http://localhost:8545/jsonrpc"; | |
url = "https://mainnet.infura.io"; | |
//url = "http://13.229.54.28:8545/"; // override | |
var web3 = new Web3(new Web3.providers.HttpProvider(url)); | |
var BigNumber = web3.utils.BN; | |
var fs = require("fs"); | |
icoAbi = [{"constant":true,"inputs":[],"name":"cappedSaleStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"openSaleStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"list","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"contributor","type":"address"},{"name":"amountInWei","type":"uint256"}],"name":"eligible","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"contributor","type":"address"}],"name":"contributorCap","outputs":[{"name":"","type":"uint256"}],"payable":false,"type" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
const char* fields[] = { | |
"parentHash", | |
"ommersHash", | |
"beneficiary", | |
"stateRoot", | |
"transactionsRoot", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
const char* fields[] = { | |
"parentHash", | |
"ommersHash", | |
"beneficiary", | |
"stateRoot", | |
"transactionsRoot", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
const char* fields[] = { | |
"parentHash", | |
"ommersHash", | |
"beneficiary", | |
"stateRoot", | |
"transactionsRoot", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
const char* fields[] = { | |
"parentHash", | |
"ommersHash", | |
"beneficiary", | |
"stateRoot", | |
"transactionsRoot", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
const char* fields[] = { | |
"parentHash", | |
"ommersHash", | |
"beneficiary", | |
"stateRoot", | |
"transactionsRoot", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
const char* fields[] = { | |
"parentHash", | |
"ommersHash", | |
"beneficiary", | |
"stateRoot", | |
"transactionsRoot", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
const char* fields[] = { | |
"parentHash", | |
"ommersHash", | |
"beneficiary", | |
"stateRoot", | |
"transactionsRoot", |
NewerOlder