文件名称:gitcoin-grants-subgraph:Gitcoin Grants子图
文件大小:59KB
文件格式:ZIP
更新时间:2024-03-07 12:20:21
subgraph gitcoin codingsh TypeScript
Gitcoin赠款子图 TheGraph的子图显示了Gitcoin Grants中执行的所有捐赠。 查询GraphQl 付款要求 { payoutClaimeds ( first : 100 ) { id recipient amount } } 已发送捐款 { donationSents ( first : 5 ) { id token amount dest donor } depositMades ( first : 5 ) { id token amount user } } 合约 批量结帐 BulkCheckout.sol通过使用户能够通过一次L1交易(忽略所需的ERC20批准交易)向多个赠款捐款,从而改善了结帐用户体验并降低了燃气成本。 该合同已在0x7d655c5
【文件预览】:
gitcoin-grants-subgraph-main
----.DS_Store(6KB)
----.github()
--------workflows()
----Readme.md(2KB)
----schema.graphql(888B)
----yarn.lock(123KB)
----src()
--------mapping.ts(3KB)
--------.gitignore(12B)
----subgraph.yaml(2KB)
----abis()
--------BulkCheckout.json(4KB)
--------MatchPayouts.json(4KB)
--------BatchZkSyncDeposit.json(4KB)
----SECURITY.md(619B)
----.gitignore(28B)
----package.json(759B)