Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Layr-Labs/eigensdk-go
/ functions
Functions
7,967 in github.com/Layr-Labs/eigensdk-go
⨍
Functions
7,967
◇
Types & classes
1,471
↓ 4 callers
Method
GetQuorumBitmapUpdateByIndex
(opts *bind.CallOpts, operatorId [32]byte, index *big.Int)
contracts/bindings/RegistryCoordinator/binding.go:196
↓ 4 callers
Method
GetQuorumBitmapsAtBlockNumber
(opts *bind.CallOpts, registryCoordinator common.Address, operatorIds [][32]byte, blockNumber uint32)
contracts/bindings/OperatorStateRetriever/binding.go:97
↓ 4 callers
Method
GetQuorumUpdateAtIndex
(opts *bind.CallOpts, quorumNumber uint8, quorumIndex uint32)
contracts/bindings/IndexRegistry/binding.go:96
↓ 4 callers
Method
GetRegisteredPubkey
(opts *bind.CallOpts, operator common.Address)
contracts/bindings/BLSApkRegistry/binding.go:125
↓ 4 callers
Method
GetStrategiesForOperatorSet
Returns the list of strategies that an operator set takes into account. Not supported for M2 AVSs. Can return an error if the `AllocationManager` cont
chainio/clients/elcontracts/reader.go:968
↓ 4 callers
Method
IncreaseBurnableShares
(opts *bind.TransactOpts, arg0 common.Address, addedSharesToBurn *big.Int)
contracts/bindings/EigenPodManager/binding.go:117
↓ 4 callers
Method
IncreaseDelegatedShares
(opts *bind.TransactOpts, staker common.Address, strategy common.Address, prevDepositShares *big.Int, addedSha
contracts/bindings/DelegationManager/binding.go:184
↓ 4 callers
Method
IncrementProcessedTxsTotal
(state string)
chainio/txmgr/geometric/metrics.go:16
↓ 4 callers
Method
IsChurnApproverSaltUsed
(opts *bind.CallOpts, arg0 [32]byte)
contracts/bindings/RegistryCoordinator/binding.go:200
↓ 4 callers
Method
IsDelegated
(opts *bind.CallOpts, staker common.Address)
contracts/bindings/DelegationManager/binding.go:147
↓ 4 callers
Method
LastEjectionTimestamp
(opts *bind.CallOpts, arg0 common.Address)
contracts/bindings/RegistryCoordinator/binding.go:206
↓ 4 callers
Method
ListExternalWallets
ListExternalWallets makes a ListExternalWallets request to the Fireblocks API It returns a list of external wallets for the account. This call is used
chainio/clients/fireblocks/client.go:61
↓ 4 callers
Method
MAXFUTURELENGTH
(opts *bind.CallOpts)
contracts/bindings/RewardsCoordinator/binding.go:159
↓ 4 callers
Method
MAXRETROACTIVELENGTH
(opts *bind.CallOpts)
contracts/bindings/RewardsCoordinator/binding.go:161
↓ 4 callers
Method
MAXREWARDSDURATION
(opts *bind.CallOpts)
contracts/bindings/RewardsCoordinator/binding.go:163
↓ 4 callers
Method
MAXWEIGHINGFUNCTIONLENGTH
(opts *bind.CallOpts)
contracts/bindings/StakeRegistry/binding.go:85
↓ 4 callers
Method
MinWithdrawalDelayBlocks
(opts *bind.CallOpts)
contracts/bindings/DelegationManager/binding.go:151
↓ 4 callers
Function
NewBindingsFromConfig
( cfg Config, client eth.HttpBackend, logger logging.Logger, )
chainio/clients/elcontracts/bindings.go:38
↓ 4 callers
Function
NewChainReader
Returns a new instance of ChainReader from a given set of bindings.
chainio/clients/elcontracts/reader.go:51
↓ 4 callers
Function
NewFakeAVSRegistryReader
( opr *TestOperator, err error, )
internal/fakes/avs_registry.go:31
↓ 4 callers
Function
NewKeyPair
(sk *PrivateKey)
crypto/bls/attestation.go:162
↓ 4 callers
Function
NewTestTxManager
(httpEndpoint string, privateKeyHex string)
testutils/testclients/testclients.go:172
↓ 4 callers
Method
Nonces
(opts *bind.CallOpts, signer common.Address)
contracts/bindings/StrategyManager/binding.go:90
↓ 4 callers
Method
OPERATORCHURNAPPROVALTYPEHASH
(opts *bind.CallOpts)
contracts/bindings/RegistryCoordinator/binding.go:146
↓ 4 callers
Method
OPERATORDOESNOTEXISTID
(opts *bind.CallOpts)
contracts/bindings/IndexRegistry/binding.go:84
↓ 4 callers
Method
PUBKEYREGISTRATIONTYPEHASH
(opts *bind.CallOpts)
contracts/bindings/RegistryCoordinator/binding.go:148
↓ 4 callers
Method
PodOwnerDepositShares
(opts *bind.CallOpts, podOwner common.Address)
contracts/bindings/EigenPodManager/binding.go:102
↓ 4 callers
Method
Query
(ctx context.Context, q any, variables map[string]any)
services/operatorsinfo/operatorsinfo_subgraph.go:53
↓ 4 callers
Method
QueueWithdrawals
(opts *bind.TransactOpts, params []IDelegationManagerTypesQueuedWithdrawalParams)
contracts/bindings/DelegationManager/binding.go:194
↓ 4 callers
Method
QuorumUpdateBlockNumber
(opts *bind.CallOpts, arg0 uint8)
contracts/bindings/RegistryCoordinator/binding.go:224
↓ 4 callers
Method
RegisterBLSPublicKey
(opts *bind.TransactOpts, operator common.Address, params IBLSApkRegistryTypesPubkeyRegistrationParams, pubkey
contracts/bindings/BLSApkRegistry/binding.go:147
↓ 4 callers
Method
RegisterContract
(opts *bind.TransactOpts, name string, _contract common.Address)
contracts/bindings/ContractsRegistry/binding.go:81
↓ 4 callers
Method
RegisterNewService
(serviceId, serviceName, serviceDescription string, serviceStatus ServiceStatus)
nodeapi/nodeapi.go:73
↓ 4 callers
Method
RemoveDepositShares
(opts *bind.TransactOpts, staker common.Address, strategy common.Address, depositSharesToRemove *big.Int)
contracts/bindings/EigenPodManager/binding.go:127
↓ 4 callers
Method
RemoveStrategiesFromDepositWhitelist
(opts *bind.TransactOpts, strategiesToRemoveFromWhitelist []common.Address)
contracts/bindings/StrategyManager/binding.go:135
↓ 4 callers
Method
RewardsUpdater
(opts *bind.CallOpts)
contracts/bindings/RewardsCoordinator/binding.go:225
↓ 4 callers
Method
Serialize
()
crypto/bls/attestation.go:73
↓ 4 callers
Method
SetOperatorSetSplit
(opts *bind.TransactOpts, operator common.Address, operatorSet OperatorSet, split uint16)
contracts/bindings/RewardsCoordinator/binding.go:272
↓ 4 callers
Method
SetPermission
Set an appointee for a given account. Only the admin of the account can set an appointee. The appointee will be able to call the function given by `re
chainio/clients/elcontracts/writer.go:815
↓ 4 callers
Method
SetSlashableStakeLookahead
(opts *bind.TransactOpts, quorumNumber uint8, _lookAheadBlocks uint32)
contracts/bindings/StakeRegistry/binding.go:161
↓ 4 callers
Method
SetStaleStakesForbidden
(opts *bind.TransactOpts, value bool)
contracts/bindings/IBLSSignatureChecker/binding.go:100
↓ 4 callers
Method
SetStrategyWhitelister
(opts *bind.TransactOpts, newStrategyWhitelister common.Address)
contracts/bindings/StrategyManager/binding.go:139
↓ 4 callers
Method
Shares
(opts *bind.CallOpts, user common.Address)
contracts/bindings/IStrategy/binding.go:52
↓ 4 callers
Method
SharesToUnderlying
(opts *bind.TransactOpts, amountShares *big.Int)
contracts/bindings/IStrategy/binding.go:71
↓ 4 callers
Method
SharesToUnderlyingView
(opts *bind.CallOpts, amountShares *big.Int)
contracts/bindings/IStrategy/binding.go:54
↓ 4 callers
Method
SocketRegistry
(opts *bind.CallOpts)
contracts/bindings/RegistryCoordinator/binding.go:228
↓ 4 callers
Method
StakerDepositShares
(opts *bind.CallOpts, user common.Address, strategy common.Address)
contracts/bindings/EigenPodManager/binding.go:106
↓ 4 callers
Method
StakerStrategyList
(opts *bind.CallOpts, staker common.Address, arg1 *big.Int)
contracts/bindings/StrategyManager/binding.go:102
↓ 4 callers
Method
StakerStrategyListLength
(opts *bind.CallOpts, staker common.Address)
contracts/bindings/StrategyManager/binding.go:104
↓ 4 callers
Method
StaleStakesForbidden
(opts *bind.CallOpts)
contracts/bindings/IBLSSignatureChecker/binding.go:90
↓ 4 callers
Method
StrategyIsWhitelistedForDeposit
(opts *bind.CallOpts, strategy common.Address)
contracts/bindings/StrategyManager/binding.go:106
↓ 4 callers
Method
StrategyManager
(opts *bind.CallOpts)
M2-contracts/bindings/ISlasher/binding.go:80
↓ 4 callers
Method
StrategyManager
(opts *bind.CallOpts)
contracts/bindings/DelegationManager/binding.go:169
↓ 4 callers
Method
StrategyWhitelister
(opts *bind.CallOpts)
contracts/bindings/StrategyManager/binding.go:108
↓ 4 callers
Method
Symbol
(opts *bind.CallOpts)
contracts/bindings/IERC20/binding.go:58
↓ 4 callers
Method
TotalOperatorsForQuorum
(opts *bind.CallOpts, quorumNumber uint8)
contracts/bindings/IndexRegistry/binding.go:100
↓ 4 callers
Method
TotalShares
(opts *bind.CallOpts)
contracts/bindings/IStrategy/binding.go:56
↓ 4 callers
Method
TotalSupply
(opts *bind.CallOpts)
contracts/bindings/IERC20/binding.go:60
↓ 4 callers
Method
Transact
Transact invokes the (paid) contract method with params as input values.
M2-contracts/bindings/IndexRegistry/binding.go:254
↓ 4 callers
Method
Transact
Transact invokes the (paid) contract method with params as input values.
M2-contracts/bindings/IERC20/binding.go:214
↓ 4 callers
Method
Transact
Transact invokes the (paid) contract method with params as input values.
contracts/bindings/IndexRegistry/binding.go:254
↓ 4 callers
Method
Transact
Transact invokes the (paid) contract method with params as input values.
contracts/bindings/IERC20/binding.go:214
↓ 4 callers
Method
TransactionReceipt
(ctx context.Context, txHash common.Hash)
chainio/clients/wallet/fireblocks_wallet.go:39
↓ 4 callers
Method
TransferFrom
(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int)
contracts/bindings/IERC20/binding.go:69
↓ 4 callers
Method
TrySignatureAndApkVerification
(opts *bind.CallOpts, msgHash [32]byte, apk BN254G1Point, apkG2 BN254G2Point, sigma BN254G1Point)
contracts/bindings/IBLSSignatureChecker/binding.go:92
↓ 4 callers
Method
Undelegate
(opts *bind.TransactOpts, staker common.Address)
contracts/bindings/DelegationManager/binding.go:206
↓ 4 callers
Method
UnderlyingToShares
(opts *bind.TransactOpts, amountUnderlying *big.Int)
contracts/bindings/IStrategy/binding.go:73
↓ 4 callers
Method
UnderlyingToSharesView
(opts *bind.CallOpts, amountUnderlying *big.Int)
contracts/bindings/IStrategy/binding.go:58
↓ 4 callers
Method
UpdateAVSMetadataURI
(opts *bind.TransactOpts, metadataURI string)
contracts/bindings/AVSDirectory/binding.go:126
↓ 4 callers
Method
UserUnderlying
(opts *bind.TransactOpts, user common.Address)
contracts/bindings/IStrategy/binding.go:75
↓ 4 callers
Method
UserUnderlyingView
(opts *bind.CallOpts, user common.Address)
contracts/bindings/IStrategy/binding.go:62
↓ 4 callers
Method
WEIGHTINGDIVISOR
(opts *bind.CallOpts)
contracts/bindings/StakeRegistry/binding.go:87
↓ 4 callers
Method
WithWindowDuration
(windowDuration time.Duration)
services/bls_aggregation/blsagg.go:141
↓ 4 callers
Method
Withdraw
(opts *bind.TransactOpts, recipient common.Address, token common.Address, amountShares *big.Int)
contracts/bindings/IStrategy/binding.go:77
↓ 4 callers
Function
bindContractAVSDirectory
bindContractAVSDirectory binds a generic wrapper to an already deployed contract.
contracts/bindings/AVSDirectory/binding.go:264
↓ 4 callers
Function
bindContractAllocationManager
bindContractAllocationManager binds a generic wrapper to an already deployed contract.
contracts/bindings/AllocationManager/binding.go:398
↓ 4 callers
Function
bindContractBLSApkRegistry
bindContractBLSApkRegistry binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/BLSApkRegistry/binding.go:275
↓ 4 callers
Function
bindContractBLSApkRegistry
bindContractBLSApkRegistry binds a generic wrapper to an already deployed contract.
contracts/bindings/BLSApkRegistry/binding.go:285
↓ 4 callers
Function
bindContractContractsRegistry
bindContractContractsRegistry binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/ContractsRegistry/binding.go:196
↓ 4 callers
Function
bindContractContractsRegistry
bindContractContractsRegistry binds a generic wrapper to an already deployed contract.
contracts/bindings/ContractsRegistry/binding.go:196
↓ 4 callers
Function
bindContractDelegationManager
bindContractDelegationManager binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/DelegationManager/binding.go:394
↓ 4 callers
Function
bindContractDelegationManager
bindContractDelegationManager binds a generic wrapper to an already deployed contract.
contracts/bindings/DelegationManager/binding.go:388
↓ 4 callers
Function
bindContractEigenPod
bindContractEigenPod binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/EigenPod/binding.go:322
↓ 4 callers
Function
bindContractEigenPod
bindContractEigenPod binds a generic wrapper to an already deployed contract.
contracts/bindings/EigenPod/binding.go:325
↓ 4 callers
Function
bindContractEigenPodManager
bindContractEigenPodManager binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/EigenPodManager/binding.go:283
↓ 4 callers
Function
bindContractEigenPodManager
bindContractEigenPodManager binds a generic wrapper to an already deployed contract.
contracts/bindings/EigenPodManager/binding.go:307
↓ 4 callers
Function
bindContractIAVSDirectory
bindContractIAVSDirectory binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/IAVSDirectory/binding.go:196
↓ 4 callers
Function
bindContractIBLSSignatureChecker
bindContractIBLSSignatureChecker binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/IBLSSignatureChecker/binding.go:210
↓ 4 callers
Function
bindContractIBLSSignatureChecker
bindContractIBLSSignatureChecker binds a generic wrapper to an already deployed contract.
contracts/bindings/IBLSSignatureChecker/binding.go:218
↓ 4 callers
Function
bindContractIERC20
bindContractIERC20 binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/IERC20/binding.go:191
↓ 4 callers
Function
bindContractIERC20
bindContractIERC20 binds a generic wrapper to an already deployed contract.
contracts/bindings/IERC20/binding.go:191
↓ 4 callers
Function
bindContractIRewardsCoordinator
bindContractIRewardsCoordinator binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/IRewardsCoordinator/binding.go:357
↓ 4 callers
Function
bindContractISlasher
bindContractISlasher binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/ISlasher/binding.go:231
↓ 4 callers
Function
bindContractIStrategy
bindContractIStrategy binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/IStrategy/binding.go:197
↓ 4 callers
Function
bindContractIStrategy
bindContractIStrategy binds a generic wrapper to an already deployed contract.
contracts/bindings/IStrategy/binding.go:199
↓ 4 callers
Function
bindContractIndexRegistry
bindContractIndexRegistry binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/IndexRegistry/binding.go:231
↓ 4 callers
Function
bindContractIndexRegistry
bindContractIndexRegistry binds a generic wrapper to an already deployed contract.
contracts/bindings/IndexRegistry/binding.go:231
↓ 4 callers
Function
bindContractMockAvsServiceManager
bindContractMockAvsServiceManager binds a generic wrapper to an already deployed contract.
M2-contracts/bindings/MockAvsServiceManager/binding.go:320
↓ 4 callers
Function
bindContractMockAvsServiceManager
bindContractMockAvsServiceManager binds a generic wrapper to an already deployed contract.
contracts/bindings/MockAvsServiceManager/binding.go:332
↓ 4 callers
Function
bindContractMockERC20
bindContractMockERC20 binds a generic wrapper to an already deployed contract.
contracts/bindings/MockERC20/binding.go:219
← previous
next →
401–500 of 7,967, ranked by callers