This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
forked from Uniswap/v2-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data has been collected from events , appoloclient added and tested ,…
… code is not tested (handleNewPair,handleTransfer, handleMint,handleBurn , handleSync and handleSwap)
- Loading branch information
1 parent
736f63a
commit 6fd768a
Showing
23 changed files
with
560 additions
and
346 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
export enum ERC20Events { | ||
MintOne = "erc20_mint_one", | ||
TransferToken = "erc20_transfer_token", | ||
BurnOne = "erc20_burn_one", | ||
MetadataUpdate = 'erc20_metadata_update', | ||
Approve = 'approve', | ||
Transfer = 'transfer', | ||
TransferFrom = 'transfer_from', | ||
Mint = 'mint', | ||
Burn = 'burn', | ||
Permit = 'permit', | ||
Approval="approve", | ||
Transfer="transfer" | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
Oops, something went wrong.