LagrangeService
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "LagrangeService"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LagrangeService"
ABI
ABI objects
Getter at block 21403210 getRestakeableStrategies() view returns (address[])
avsDirectory() view returns (address)
0x135dda560e946695d6f155dacafc6f1f25c1f5af
committee() view returns (address)
0xecc22f3ecd0efc8ad77a78ad9469efbc44e746f5
owner() view returns (address)
0x0000000000000000000000000000000000000000
stakeManager() view returns (address)
0xc39d3882e2aa607bd37725c99357405e14aba05a
voteWeigher() view returns (address)
0xe1e25a74eb983e668f2abc93407a102010b48fd9
Read-only
getOperatorRestakedStrategies(address operator) view returns (address[])
operatorWhitelist(address) view returns (bool)
State-modifying
Events addBlsPubKeys(struct IBLSKeyCheckerBLSKeyWithProof blsKeyWithProof)
addOperatorsToWhitelist(address[] operators)
deregister()
initialize(address initialOwner)
register(address signAddress, struct IBLSKeyCheckerBLSKeyWithProof blsKeyWithProof, struct ISignatureUtilsSignatureWithSaltAndExpiry operatorSignature)
removeBlsPubKeys(uint32[] indices)
removeOperatorsFromWhitelist(address[] operators)
renounceOwnership()
subscribe(uint32 chainID)
transferOwnership(address newOwner)
unsubscribe(uint32 chainID)
unsubscribeByAdmin(address[] operators, uint32 chainID)
updateAVSMetadataURI(string _metadataURI)
updateBlsPubKey(uint32 index, struct IBLSKeyCheckerBLSKeyWithProof blsKeyWithProof)
updateSignAddress(address newSignAddress)
Initialized(uint8 version)
OperatorDeregistered(address indexed operator)
OperatorRegistered(address indexed operator, uint32 serveUntilBlock)
OperatorSubscribed(address indexed operator, uint32 indexed chainID)
OperatorUnsubscribed(address indexed operator, uint32 indexed chainID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UnsubscribedByAdmin(address indexed operator, uint32 indexed chainID)
constructor(address _committee, address _stakeManager, address _avsDirectoryAddress, address _voteWeigher)
This contract contains no fallback and receive objects.
This contract contains no error objects.