Skip to content

curvefi/CRV-distribution-BPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRV Distribution Subgraph BPT transfers

Subgraph to get Curve transfer events from Balancer BPT tokens needed for calculating historical CRV Distribution data

CRV distribution subgraph BAL

All BPT transfers query:

	query getTransfers($first: Int!, $skip: Int!) {
		  transferEvents(orderBy: block, orderDirection: asc, first: $first, skip: $skip) {
		    id
		    block
		    timestamp
		    transfers(orderBy: logIndex, orderDirection: asc) {
		      id
		      logIndex
		      from
		      to
		      value
		      address
		    }
		  }
	}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published