UNPKG

@phiresky/eth-scan

Version:

An efficient Ether and token balance scanner

10 lines 1.34 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.BALANCE_OF_TYPE=exports.BALANCE_OF_ID=exports.TOKENS_BALANCE_TYPE=exports.TOKENS_BALANCE_ID=exports.ETHER_BALANCES_TYPE=exports.ETHER_BALANCES_ID=exports.TOKEN_BALANCES_TYPE=exports.TOKEN_BALANCES_ID=exports.BATCH_SIZE=exports.CONTRACT_ADDRESS=void 0;const CONTRACT_ADDRESS="0x08A8fDBddc160A7d5b957256b903dCAb1aE512C5";exports.CONTRACT_ADDRESS="0x08A8fDBddc160A7d5b957256b903dCAb1aE512C5";const BATCH_SIZE=1e3;/** * tokenBalances(address[],address) */exports.BATCH_SIZE=1000;const TOKEN_BALANCES_ID="aad33091";exports.TOKEN_BALANCES_ID="aad33091";const TOKEN_BALANCES_TYPE=["address[]","address"];/** * etherBalances(address[]) */exports.TOKEN_BALANCES_TYPE=TOKEN_BALANCES_TYPE;const ETHER_BALANCES_ID="dbdbb51b";exports.ETHER_BALANCES_ID="dbdbb51b";const ETHER_BALANCES_TYPE=["address[]"];/** * tokensBalance(address,address[]) */exports.ETHER_BALANCES_TYPE=ETHER_BALANCES_TYPE;const TOKENS_BALANCE_ID="e5da1b68";exports.TOKENS_BALANCE_ID="e5da1b68";const TOKENS_BALANCE_TYPE=["address","address[]"];/** * balanceOf(address) */exports.TOKENS_BALANCE_TYPE=TOKENS_BALANCE_TYPE;const BALANCE_OF_ID="70a08231";exports.BALANCE_OF_ID="70a08231";const BALANCE_OF_TYPE=["address"];exports.BALANCE_OF_TYPE=BALANCE_OF_TYPE; //# sourceMappingURL=constants.js.map