MCPcopy Create free account

hub / github.com/balakhonoff/awesome-subgraphs / functions

Functions218 in github.com/balakhonoff/awesome-subgraphs

FunctioncreateParamsEvent
( feeBasisPoints: BigInt, maxFee: BigInt )
top_holders_updater_example/tests/contract-utils.ts:56
FunctioncreatePauseEvent
()
topholders-subgraph/tests/contract-utils.ts:169
FunctioncreatePauseEvent
()
each_block_handler_example/tests/contract-utils.ts:169
FunctioncreatePauseEvent
()
erc20_historical_total_supply/tests/contract-utils.ts:169
FunctioncreatePauseEvent
()
top_holders_updater_example/tests/contract-utils.ts:169
FunctioncreateRedeemEvent
(amount: BigInt)
topholders-subgraph/tests/contract-utils.ts:29
FunctioncreateRedeemEvent
(amount: BigInt)
each_block_handler_example/tests/contract-utils.ts:29
FunctioncreateRedeemEvent
(amount: BigInt)
erc20_historical_total_supply/tests/contract-utils.ts:29
FunctioncreateRedeemEvent
(amount: BigInt)
top_holders_updater_example/tests/contract-utils.ts:29
FunctioncreateRemovedBlackListEvent
(_user: Address)
topholders-subgraph/tests/contract-utils.ts:113
FunctioncreateRemovedBlackListEvent
(_user: Address)
each_block_handler_example/tests/contract-utils.ts:113
FunctioncreateRemovedBlackListEvent
(_user: Address)
erc20_historical_total_supply/tests/contract-utils.ts:113
FunctioncreateRemovedBlackListEvent
(_user: Address)
top_holders_updater_example/tests/contract-utils.ts:113
FunctioncreateTradeEvent
( trader: Address, subject: Address, isBuy: boolean, shareAmount: BigInt, ethAmount: BigInt, proto
friendtech-by-chainstack/tests/friendtech-shares-v-1-utils.ts:31
FunctioncreateTransferEvent
( from: Address, to: Address, value: BigInt )
pepe-subgraph/tests/contract-utils.ts:54
FunctioncreateTransferEvent
( from: Address, to: Address, value: BigInt )
topholders-subgraph/tests/contract-utils.ts:147
FunctioncreateTransferEvent
( from: Address, to: Address, value: BigInt )
each_block_handler_example/tests/contract-utils.ts:147
FunctioncreateTransferEvent
( from: Address, to: Address, value: BigInt )
erc20_historical_total_supply/tests/contract-utils.ts:147
FunctioncreateTransferEvent
( from: Address, to: Address, value: BigInt )
top_holders_updater_example/tests/contract-utils.ts:147
FunctioncreateUnpauseEvent
()
topholders-subgraph/tests/contract-utils.ts:177
FunctioncreateUnpauseEvent
()
each_block_handler_example/tests/contract-utils.ts:177
FunctioncreateUnpauseEvent
()
erc20_historical_total_supply/tests/contract-utils.ts:177
FunctioncreateUnpauseEvent
()
top_holders_updater_example/tests/contract-utils.ts:177
FunctioncreateWithdrawalEvent
( to: Address, nullifierHash: Bytes, relayer: Address, fee: BigInt )
tornadocash-subgraph/tests/tornado-contract-utils.ts:39
FunctiongetAddressBalance
(address, ...args)
lido-subgraph/tests/utils/ethCalls.js:71
FunctiongetAddressBalance
(address, ...args)
lido-subgraph/snippets-nodejs/utils/ethCalls.js:19
FunctiongetAddressShares
(address, ...args)
lido-subgraph/snippets-nodejs/utils/ethCalls.js:16
FunctionhandleAllowedBeaconBalanceAnnualRelativeIncreaseSet
( event: AllowedBeaconBalanceAnnualRelativeIncreaseSet )
lido-subgraph/src/LidoOracle.ts:466
FunctionhandleAllowedBeaconBalanceRelativeDecreaseSet
( event: AllowedBeaconBalanceRelativeDecreaseSet )
lido-subgraph/src/LidoOracle.ts:454
FunctionhandleApproval
(event: Approval)
lido-subgraph/src/Lido.ts:303
FunctionhandleBeaconReportReceiverSet
( event: BeaconReportReceiverSet )
lido-subgraph/src/LidoOracle.ts:442
FunctionhandleBeaconReported
(event: BeaconReported)
lido-subgraph/src/LidoOracle.ts:404
FunctionhandleBeaconSpecSet
(event: BeaconSpecSet)
lido-subgraph/src/LidoOracle.ts:417
FunctionhandleBeaconValidatorsUpdated
( // WARNING: Will break handler without event! _event: BeaconValidatorsUpdated )
lido-subgraph/src/Lido.ts:504
FunctionhandleBlock
(block: ethereum.Block)
each_block_handler_example/src/contract.ts:4
FunctionhandleCastObjection
(event: CastObjection)
lido-subgraph/src/Voting.ts:48
FunctionhandleCastVote
(event: CastVote)
lido-subgraph/src/Voting.ts:35
FunctionhandleChangeMinQuorum
(event: ChangeMinQuorum)
lido-subgraph/src/Voting.ts:108
FunctionhandleChangeObjectionPhaseTime
( event: ChangeObjectionPhaseTime )
lido-subgraph/src/Voting.ts:128
FunctionhandleChangeSupportRequired
( event: ChangeSupportRequired )
lido-subgraph/src/Voting.ts:96
FunctionhandleChangeVoteTime
(event: ChangeVoteTime)
lido-subgraph/src/Voting.ts:118
FunctionhandleContractVersionSet
(event: ContractVersionSet)
lido-subgraph/src/LidoOracle.ts:319
FunctionhandleDepositsPaused
(event: DepositsPaused)
lido-subgraph/src/DepositSecurityModule.ts:33
FunctionhandleDepositsUnpaused
(event: DepositsUnpaused)
lido-subgraph/src/DepositSecurityModule.ts:51
FunctionhandleELRewardsReceived
(event: ELRewardsReceived)
lido-subgraph/src/Lido.ts:528
FunctionhandleELRewardsVaultSet
(event: ELRewardsVaultSetEvent)
lido-subgraph/src/Lido.ts:655
FunctionhandleELRewardsWithdrawalLimitSet
( event: ELRewardsWithdrawalLimitSetEvent )
lido-subgraph/src/Lido.ts:665
FunctionhandleEVMScriptExecutorChanged
( event: EVMScriptExecutorChanged )
lido-subgraph/src/Easytrack.ts:35
FunctionhandleEVMScriptFactoryAdded
( event: EVMScriptFactoryAdded )
lido-subgraph/src/Easytrack.ts:93
FunctionhandleEVMScriptFactoryRemoved
( event: EVMScriptFactoryRemoved )
lido-subgraph/src/Easytrack.ts:105
FunctionhandleExecuteVote
(event: ExecuteVote)
lido-subgraph/src/Voting.ts:60
FunctionhandleExpectedEpochIdUpdated
( event: ExpectedEpochIdUpdated )
lido-subgraph/src/LidoOracle.ts:430
FunctionhandleFeeDistributionSet
(event: FeeDistributionSet)
lido-subgraph/src/Lido.ts:330
FunctionhandleFeeSet
(event: FeeSet)
lido-subgraph/src/Lido.ts:315
FunctionhandleGuardianAdded
(event: GuardianAdded)
lido-subgraph/src/DepositSecurityModule.ts:67
FunctionhandleGuardianQuorumChanged
( event: GuardianQuorumChanged )
lido-subgraph/src/DepositSecurityModule.ts:81
FunctionhandleGuardianRemoved
(event: GuardianRemoved)
lido-subgraph/src/DepositSecurityModule.ts:103
FunctionhandleKeysOpIndexSet
(event: KeysOpIndexSet)
lido-subgraph/src/NodeOperatorsRegistry.ts:141
FunctionhandleMaxDepositsChanged
(event: MaxDepositsChanged)
lido-subgraph/src/DepositSecurityModule.ts:113
FunctionhandleMemberAdded
(event: MemberAdded)
lido-subgraph/src/LidoOracle.ts:288
FunctionhandleMemberRemoved
(event: MemberRemoved)
lido-subgraph/src/LidoOracle.ts:297
FunctionhandleMinDepositBlockDistanceChanged
( event: MinDepositBlockDistanceChanged )
lido-subgraph/src/DepositSecurityModule.ts:133
FunctionhandleMotionCanceled
(event: MotionCanceled)
lido-subgraph/src/Easytrack.ts:157
FunctionhandleMotionCreated
(event: MotionCreated)
lido-subgraph/src/Easytrack.ts:115
FunctionhandleMotionDurationChanged
( event: MotionDurationChanged )
lido-subgraph/src/Easytrack.ts:45
FunctionhandleMotionEnacted
(event: MotionEnacted)
lido-subgraph/src/Easytrack.ts:166
FunctionhandleMotionObjected
(event: MotionObjected)
lido-subgraph/src/Easytrack.ts:136
FunctionhandleMotionRejected
(event: MotionRejected)
lido-subgraph/src/Easytrack.ts:175
FunctionhandleMotionsCountLimitChanged
( event: MotionsCountLimitChanged )
lido-subgraph/src/Easytrack.ts:55
FunctionhandleNodeOperatorActiveSet
( event: NodeOperatorActiveSet )
lido-subgraph/src/NodeOperatorsRegistry.ts:55
FunctionhandleNodeOperatorAdded
(event: NodeOperatorAdded)
lido-subgraph/src/NodeOperatorsRegistry.ts:44
FunctionhandleNodeOperatorNameSet
(event: NodeOperatorNameSet)
lido-subgraph/src/NodeOperatorsRegistry.ts:69
FunctionhandleNodeOperatorRewardAddressSet
( event: NodeOperatorRewardAddressSet )
lido-subgraph/src/NodeOperatorsRegistry.ts:81
FunctionhandleNodeOperatorStakingLimitSet
( event: NodeOperatorStakingLimitSet )
lido-subgraph/src/NodeOperatorsRegistry.ts:95
FunctionhandleNodeOperatorTotalKeysTrimmed
( event: NodeOperatorTotalKeysTrimmed )
lido-subgraph/src/NodeOperatorsRegistry.ts:123
FunctionhandleNodeOperatorTotalStoppedValidatorsReported
( event: NodeOperatorTotalStoppedValidatorsReported )
lido-subgraph/src/NodeOperatorsRegistry.ts:109
FunctionhandleNodeOperatorsRegistryChanged
( event: NodeOperatorsRegistryChanged )
lido-subgraph/src/DepositSecurityModule.ts:155
FunctionhandleObjectionsThresholdChanged
( event: ObjectionsThresholdChanged )
lido-subgraph/src/Easytrack.ts:65
FunctionhandleOwnerChanged
(event: OwnerChanged)
lido-subgraph/src/DepositSecurityModule.ts:177
FunctionhandleOwnershipTransferred
( event: OwnershipTransferredEvent )
pepe-subgraph/src/contract.ts:23
FunctionhandlePauseIntentValidityPeriodBlocksChanged
( event: PauseIntentValidityPeriodBlocksChanged )
lido-subgraph/src/DepositSecurityModule.ts:197
FunctionhandlePaused
(_event: Paused)
lido-subgraph/src/Easytrack.ts:75
FunctionhandlePostTotalShares
(event: PostTotalShares)
lido-subgraph/src/LidoOracle.ts:332
FunctionhandleProtocolContactsSet
( event: ProtocolContactsSetEvent )
lido-subgraph/src/Lido.ts:677
FunctionhandleQuorumChanged
(event: QuorumChanged)
lido-subgraph/src/LidoOracle.ts:309
FunctionhandleResumed
(event: Resumed)
lido-subgraph/src/Lido.ts:80
FunctionhandleRoleAdminChanged
(_event: RoleAdminChanged)
lido-subgraph/src/Easytrack.ts:91
FunctionhandleRoleGranted
(event: RoleGranted)
lido-subgraph/src/Easytrack.ts:184
FunctionhandleRoleRevoked
(event: RoleRevoked)
lido-subgraph/src/Easytrack.ts:197
FunctionhandleSharesBurnt
(event: SharesBurnt)
lido-subgraph/src/Lido.ts:745
FunctionhandleSigningKeyAdded
(event: SigningKeyAdded)
lido-subgraph/src/NodeOperatorsRegistry.ts:20
FunctionhandleSigningKeyRemoved
(event: SigningKeyRemoved)
lido-subgraph/src/NodeOperatorsRegistry.ts:32
FunctionhandleStakingLimitRemoved
(event: StakingLimitRemoved)
lido-subgraph/src/Lido.ts:698
FunctionhandleStakingLimitSet
(event: StakingLimitSetEvent)
lido-subgraph/src/Lido.ts:705
FunctionhandleStakingPaused
(event: StakingPaused)
lido-subgraph/src/Lido.ts:723
FunctionhandleStakingResumed
(event: StakingResumed)
lido-subgraph/src/Lido.ts:716
FunctionhandleStartVote
(event: StartVote)
lido-subgraph/src/Voting.ts:24
FunctionhandleStopped
(event: Stopped)
lido-subgraph/src/Lido.ts:69
FunctionhandleSubmit
(event: Submitted)
lido-subgraph/src/Lido.ts:386
FunctionhandleTestnetBlock
(block: ethereum.Block)
lido-subgraph/src/Lido.ts:785
← previousnext →101–200 of 218, ranked by callers