UNPKG

@phiresky/eth-scan

Version:

An efficient Ether and token balance scanner

23 lines 771 B
export declare const CONTRACT_ADDRESS = "0x08A8fDBddc160A7d5b957256b903dCAb1aE512C5"; export declare const BATCH_SIZE = 1000; /** * tokenBalances(address[],address) */ export declare const TOKEN_BALANCES_ID = "aad33091"; export declare const TOKEN_BALANCES_TYPE: ['address[]', 'address']; /** * etherBalances(address[]) */ export declare const ETHER_BALANCES_ID = "dbdbb51b"; export declare const ETHER_BALANCES_TYPE: ['address[]']; /** * tokensBalance(address,address[]) */ export declare const TOKENS_BALANCE_ID = "e5da1b68"; export declare const TOKENS_BALANCE_TYPE: ['address', 'address[]']; /** * balanceOf(address) */ export declare const BALANCE_OF_ID = "70a08231"; export declare const BALANCE_OF_TYPE: ['address']; //# sourceMappingURL=constants.d.ts.map