StakelessGaugeCheckpointer
Verified contract
Active on
Ethereum with 580 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "StakelessGaugeCheckpointer"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132138 | 4 days ago | | | 0.17043 | 0.19375134 | |
| 21132089 | 4 days ago | | | 0 | 0.022486928 | |
| 21132089 | 4 days ago | | | 0 | 0.089275424 | |
| 21132089 | 4 days ago | | | 0 | 0.020110655 | |
| 21132089 | 4 days ago | | | 0.0012530597 | 0.022990790 | |
| 21132079 | 4 days ago | | | 0 | 0.011189969 | |
| 21132079 | 4 days ago | | | 0 | 0.12461073 | |
| 21132079 | 4 days ago | | | 0 | 0.026522672 | |
| 21132079 | 4 days ago | | | 0 | 0.10479788 | |
| 21081933 | 11 days ago | | | 0.11661 | 0.10630697 |
ABI
ABI objects
Getter at block 21162529 getGaugeTypes() view returns (string[])
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getGaugeAdder() view returns (address)
0x5dbad78818d4c8958eff2d5b95b28385a22113cd
getRoundedDownBlockTimestamp() view returns (uint256)
1730332800
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
Read-only
getActionId(bytes4 selector) view returns (bytes32)
getGaugeAtIndex(string gaugeType, uint256 index) view returns (address)
getGaugeTypesBridgeCost(string[] gaugeTypes, uint256 minRelativeWeight) view returns (uint256)
getSingleBridgeCost(string gaugeType, address gauge) view returns (uint256)
getTotalBridgeCost(uint256 minRelativeWeight) view returns (uint256)
getTotalGauges(string gaugeType) view returns (uint256)
hasGauge(string gaugeType, address gauge) view returns (bool)
isValidGaugeType(string gaugeType) view returns (bool)
State-modifying
Events addGauges(string gaugeType, address[] gauges)
addGaugesWithVerifiedType(string gaugeType, address[] gauges)
checkpointAllGaugesAboveRelativeWeight(uint256 minRelativeWeight) payable
checkpointGaugesOfTypesAboveRelativeWeight(string[] gaugeTypes, uint256 minRelativeWeight) payable
checkpointMultipleGauges(string[] gaugeTypes, address[] gauges) payable
checkpointMultipleGaugesOfMatchingType(string gaugeType, address[] gauges) payable
checkpointSingleGauge(string gaugeType, address gauge) payable
removeGauges(string gaugeType, address[] gauges)
GaugeAdded(address indexed gauge, string indexed indexedGaugeType, string gaugeType)
GaugeRemoved(address indexed gauge, string indexed indexedGaugeType, string gaugeType)
constructor(address gaugeAdder, address authorizerAdaptorEntrypoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.