UNPKG

flashloan-profit-calculator

Version:

A library for analyzing flashloan transactions and calculating profits

7 lines (6 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEPOSIT_EVENT_TOPIC = exports.WITHDRAWAL_EVENT_TOPIC = exports.TRANSFER_EVENT_TOPIC = void 0; exports.TRANSFER_EVENT_TOPIC = "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"; exports.WITHDRAWAL_EVENT_TOPIC = "0x7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b65"; exports.DEPOSIT_EVENT_TOPIC = "0xe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c";