UNPKG

@iam4x/bsc-scan

Version:

An efficient BNB and token balance scanner

14 lines 2.12 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.STAKED_POOLS_WANT_TOKENS_TYPE=exports.STAKED_POOLS_WANT_TOKENS_ID=exports.PENDING_POOLS_AUTO_BALANCES_TYPE=exports.PENDING_POOLS_AUTO_BALANCES_ID=exports.TOKENS_BALANCES_TYPE=exports.TOKENS_BALANCES_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="0xe92c2c9ca4782ee5bfd3ca3848249c1c4cba5cf8";exports.CONTRACT_ADDRESS="0xe92c2c9ca4782ee5bfd3ca3848249c1c4cba5cf8";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[]"];/** * tokensBalances(address[],address[]) */exports.TOKENS_BALANCE_TYPE=TOKENS_BALANCE_TYPE;const TOKENS_BALANCES_ID="06187b4f";exports.TOKENS_BALANCES_ID="06187b4f";const TOKENS_BALANCES_TYPE=["address[]","address[]"];/** * pendingPoolsAUTOBalance(address[],address[]) */exports.TOKENS_BALANCES_TYPE=TOKENS_BALANCES_TYPE;const PENDING_POOLS_AUTO_BALANCES_ID="b8e42955";exports.PENDING_POOLS_AUTO_BALANCES_ID="b8e42955";const PENDING_POOLS_AUTO_BALANCES_TYPE=["address","uint256[]"];/** * stakedPoolsWantTokens(address[],address[]) */exports.PENDING_POOLS_AUTO_BALANCES_TYPE=PENDING_POOLS_AUTO_BALANCES_TYPE;const STAKED_POOLS_WANT_TOKENS_ID="a03763a0";exports.STAKED_POOLS_WANT_TOKENS_ID="a03763a0";const STAKED_POOLS_WANT_TOKENS_TYPE=["address","uint256[]"];exports.STAKED_POOLS_WANT_TOKENS_TYPE=STAKED_POOLS_WANT_TOKENS_TYPE; //# sourceMappingURL=constants.js.map