Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/balakhonoff/awesome-subgraphs
/ functions
Functions
218 in github.com/balakhonoff/awesome-subgraphs
⨍
Functions
218
◇
Types & classes
2
Function
createParamsEvent
( feeBasisPoints: BigInt, maxFee: BigInt )
top_holders_updater_example/tests/contract-utils.ts:56
Function
createPauseEvent
()
topholders-subgraph/tests/contract-utils.ts:169
Function
createPauseEvent
()
each_block_handler_example/tests/contract-utils.ts:169
Function
createPauseEvent
()
erc20_historical_total_supply/tests/contract-utils.ts:169
Function
createPauseEvent
()
top_holders_updater_example/tests/contract-utils.ts:169
Function
createRedeemEvent
(amount: BigInt)
topholders-subgraph/tests/contract-utils.ts:29
Function
createRedeemEvent
(amount: BigInt)
each_block_handler_example/tests/contract-utils.ts:29
Function
createRedeemEvent
(amount: BigInt)
erc20_historical_total_supply/tests/contract-utils.ts:29
Function
createRedeemEvent
(amount: BigInt)
top_holders_updater_example/tests/contract-utils.ts:29
Function
createRemovedBlackListEvent
(_user: Address)
topholders-subgraph/tests/contract-utils.ts:113
Function
createRemovedBlackListEvent
(_user: Address)
each_block_handler_example/tests/contract-utils.ts:113
Function
createRemovedBlackListEvent
(_user: Address)
erc20_historical_total_supply/tests/contract-utils.ts:113
Function
createRemovedBlackListEvent
(_user: Address)
top_holders_updater_example/tests/contract-utils.ts:113
Function
createTradeEvent
( trader: Address, subject: Address, isBuy: boolean, shareAmount: BigInt, ethAmount: BigInt, proto
friendtech-by-chainstack/tests/friendtech-shares-v-1-utils.ts:31
Function
createTransferEvent
( from: Address, to: Address, value: BigInt )
pepe-subgraph/tests/contract-utils.ts:54
Function
createTransferEvent
( from: Address, to: Address, value: BigInt )
topholders-subgraph/tests/contract-utils.ts:147
Function
createTransferEvent
( from: Address, to: Address, value: BigInt )
each_block_handler_example/tests/contract-utils.ts:147
Function
createTransferEvent
( from: Address, to: Address, value: BigInt )
erc20_historical_total_supply/tests/contract-utils.ts:147
Function
createTransferEvent
( from: Address, to: Address, value: BigInt )
top_holders_updater_example/tests/contract-utils.ts:147
Function
createUnpauseEvent
()
topholders-subgraph/tests/contract-utils.ts:177
Function
createUnpauseEvent
()
each_block_handler_example/tests/contract-utils.ts:177
Function
createUnpauseEvent
()
erc20_historical_total_supply/tests/contract-utils.ts:177
Function
createUnpauseEvent
()
top_holders_updater_example/tests/contract-utils.ts:177
Function
createWithdrawalEvent
( to: Address, nullifierHash: Bytes, relayer: Address, fee: BigInt )
tornadocash-subgraph/tests/tornado-contract-utils.ts:39
Function
getAddressBalance
(address, ...args)
lido-subgraph/tests/utils/ethCalls.js:71
Function
getAddressBalance
(address, ...args)
lido-subgraph/snippets-nodejs/utils/ethCalls.js:19
Function
getAddressShares
(address, ...args)
lido-subgraph/snippets-nodejs/utils/ethCalls.js:16
Function
handleAllowedBeaconBalanceAnnualRelativeIncreaseSet
( event: AllowedBeaconBalanceAnnualRelativeIncreaseSet )
lido-subgraph/src/LidoOracle.ts:466
Function
handleAllowedBeaconBalanceRelativeDecreaseSet
( event: AllowedBeaconBalanceRelativeDecreaseSet )
lido-subgraph/src/LidoOracle.ts:454
Function
handleApproval
(event: Approval)
lido-subgraph/src/Lido.ts:303
Function
handleBeaconReportReceiverSet
( event: BeaconReportReceiverSet )
lido-subgraph/src/LidoOracle.ts:442
Function
handleBeaconReported
(event: BeaconReported)
lido-subgraph/src/LidoOracle.ts:404
Function
handleBeaconSpecSet
(event: BeaconSpecSet)
lido-subgraph/src/LidoOracle.ts:417
Function
handleBeaconValidatorsUpdated
( // WARNING: Will break handler without event! _event: BeaconValidatorsUpdated )
lido-subgraph/src/Lido.ts:504
Function
handleBlock
(block: ethereum.Block)
each_block_handler_example/src/contract.ts:4
Function
handleCastObjection
(event: CastObjection)
lido-subgraph/src/Voting.ts:48
Function
handleCastVote
(event: CastVote)
lido-subgraph/src/Voting.ts:35
Function
handleChangeMinQuorum
(event: ChangeMinQuorum)
lido-subgraph/src/Voting.ts:108
Function
handleChangeObjectionPhaseTime
( event: ChangeObjectionPhaseTime )
lido-subgraph/src/Voting.ts:128
Function
handleChangeSupportRequired
( event: ChangeSupportRequired )
lido-subgraph/src/Voting.ts:96
Function
handleChangeVoteTime
(event: ChangeVoteTime)
lido-subgraph/src/Voting.ts:118
Function
handleContractVersionSet
(event: ContractVersionSet)
lido-subgraph/src/LidoOracle.ts:319
Function
handleDepositsPaused
(event: DepositsPaused)
lido-subgraph/src/DepositSecurityModule.ts:33
Function
handleDepositsUnpaused
(event: DepositsUnpaused)
lido-subgraph/src/DepositSecurityModule.ts:51
Function
handleELRewardsReceived
(event: ELRewardsReceived)
lido-subgraph/src/Lido.ts:528
Function
handleELRewardsVaultSet
(event: ELRewardsVaultSetEvent)
lido-subgraph/src/Lido.ts:655
Function
handleELRewardsWithdrawalLimitSet
( event: ELRewardsWithdrawalLimitSetEvent )
lido-subgraph/src/Lido.ts:665
Function
handleEVMScriptExecutorChanged
( event: EVMScriptExecutorChanged )
lido-subgraph/src/Easytrack.ts:35
Function
handleEVMScriptFactoryAdded
( event: EVMScriptFactoryAdded )
lido-subgraph/src/Easytrack.ts:93
Function
handleEVMScriptFactoryRemoved
( event: EVMScriptFactoryRemoved )
lido-subgraph/src/Easytrack.ts:105
Function
handleExecuteVote
(event: ExecuteVote)
lido-subgraph/src/Voting.ts:60
Function
handleExpectedEpochIdUpdated
( event: ExpectedEpochIdUpdated )
lido-subgraph/src/LidoOracle.ts:430
Function
handleFeeDistributionSet
(event: FeeDistributionSet)
lido-subgraph/src/Lido.ts:330
Function
handleFeeSet
(event: FeeSet)
lido-subgraph/src/Lido.ts:315
Function
handleGuardianAdded
(event: GuardianAdded)
lido-subgraph/src/DepositSecurityModule.ts:67
Function
handleGuardianQuorumChanged
( event: GuardianQuorumChanged )
lido-subgraph/src/DepositSecurityModule.ts:81
Function
handleGuardianRemoved
(event: GuardianRemoved)
lido-subgraph/src/DepositSecurityModule.ts:103
Function
handleKeysOpIndexSet
(event: KeysOpIndexSet)
lido-subgraph/src/NodeOperatorsRegistry.ts:141
Function
handleMaxDepositsChanged
(event: MaxDepositsChanged)
lido-subgraph/src/DepositSecurityModule.ts:113
Function
handleMemberAdded
(event: MemberAdded)
lido-subgraph/src/LidoOracle.ts:288
Function
handleMemberRemoved
(event: MemberRemoved)
lido-subgraph/src/LidoOracle.ts:297
Function
handleMinDepositBlockDistanceChanged
( event: MinDepositBlockDistanceChanged )
lido-subgraph/src/DepositSecurityModule.ts:133
Function
handleMotionCanceled
(event: MotionCanceled)
lido-subgraph/src/Easytrack.ts:157
Function
handleMotionCreated
(event: MotionCreated)
lido-subgraph/src/Easytrack.ts:115
Function
handleMotionDurationChanged
( event: MotionDurationChanged )
lido-subgraph/src/Easytrack.ts:45
Function
handleMotionEnacted
(event: MotionEnacted)
lido-subgraph/src/Easytrack.ts:166
Function
handleMotionObjected
(event: MotionObjected)
lido-subgraph/src/Easytrack.ts:136
Function
handleMotionRejected
(event: MotionRejected)
lido-subgraph/src/Easytrack.ts:175
Function
handleMotionsCountLimitChanged
( event: MotionsCountLimitChanged )
lido-subgraph/src/Easytrack.ts:55
Function
handleNodeOperatorActiveSet
( event: NodeOperatorActiveSet )
lido-subgraph/src/NodeOperatorsRegistry.ts:55
Function
handleNodeOperatorAdded
(event: NodeOperatorAdded)
lido-subgraph/src/NodeOperatorsRegistry.ts:44
Function
handleNodeOperatorNameSet
(event: NodeOperatorNameSet)
lido-subgraph/src/NodeOperatorsRegistry.ts:69
Function
handleNodeOperatorRewardAddressSet
( event: NodeOperatorRewardAddressSet )
lido-subgraph/src/NodeOperatorsRegistry.ts:81
Function
handleNodeOperatorStakingLimitSet
( event: NodeOperatorStakingLimitSet )
lido-subgraph/src/NodeOperatorsRegistry.ts:95
Function
handleNodeOperatorTotalKeysTrimmed
( event: NodeOperatorTotalKeysTrimmed )
lido-subgraph/src/NodeOperatorsRegistry.ts:123
Function
handleNodeOperatorTotalStoppedValidatorsReported
( event: NodeOperatorTotalStoppedValidatorsReported )
lido-subgraph/src/NodeOperatorsRegistry.ts:109
Function
handleNodeOperatorsRegistryChanged
( event: NodeOperatorsRegistryChanged )
lido-subgraph/src/DepositSecurityModule.ts:155
Function
handleObjectionsThresholdChanged
( event: ObjectionsThresholdChanged )
lido-subgraph/src/Easytrack.ts:65
Function
handleOwnerChanged
(event: OwnerChanged)
lido-subgraph/src/DepositSecurityModule.ts:177
Function
handleOwnershipTransferred
( event: OwnershipTransferredEvent )
pepe-subgraph/src/contract.ts:23
Function
handlePauseIntentValidityPeriodBlocksChanged
( event: PauseIntentValidityPeriodBlocksChanged )
lido-subgraph/src/DepositSecurityModule.ts:197
Function
handlePaused
(_event: Paused)
lido-subgraph/src/Easytrack.ts:75
Function
handlePostTotalShares
(event: PostTotalShares)
lido-subgraph/src/LidoOracle.ts:332
Function
handleProtocolContactsSet
( event: ProtocolContactsSetEvent )
lido-subgraph/src/Lido.ts:677
Function
handleQuorumChanged
(event: QuorumChanged)
lido-subgraph/src/LidoOracle.ts:309
Function
handleResumed
(event: Resumed)
lido-subgraph/src/Lido.ts:80
Function
handleRoleAdminChanged
(_event: RoleAdminChanged)
lido-subgraph/src/Easytrack.ts:91
Function
handleRoleGranted
(event: RoleGranted)
lido-subgraph/src/Easytrack.ts:184
Function
handleRoleRevoked
(event: RoleRevoked)
lido-subgraph/src/Easytrack.ts:197
Function
handleSharesBurnt
(event: SharesBurnt)
lido-subgraph/src/Lido.ts:745
Function
handleSigningKeyAdded
(event: SigningKeyAdded)
lido-subgraph/src/NodeOperatorsRegistry.ts:20
Function
handleSigningKeyRemoved
(event: SigningKeyRemoved)
lido-subgraph/src/NodeOperatorsRegistry.ts:32
Function
handleStakingLimitRemoved
(event: StakingLimitRemoved)
lido-subgraph/src/Lido.ts:698
Function
handleStakingLimitSet
(event: StakingLimitSetEvent)
lido-subgraph/src/Lido.ts:705
Function
handleStakingPaused
(event: StakingPaused)
lido-subgraph/src/Lido.ts:723
Function
handleStakingResumed
(event: StakingResumed)
lido-subgraph/src/Lido.ts:716
Function
handleStartVote
(event: StartVote)
lido-subgraph/src/Voting.ts:24
Function
handleStopped
(event: Stopped)
lido-subgraph/src/Lido.ts:69
Function
handleSubmit
(event: Submitted)
lido-subgraph/src/Lido.ts:386
Function
handleTestnetBlock
(block: ethereum.Block)
lido-subgraph/src/Lido.ts:785
← previous
next →
101–200 of 218, ranked by callers