LendFlareGaugeModel
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LendFlareGaugeModel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14812143 | 3 years ago | | | 0 | 0.0012781373 | |
| 14812062 | 3 years ago | | | 0 | 0.0016781488 | |
| 14306667 | 3 years ago | | | 0 | 0.0016717878 |
ABI
ABI objects
Getter at block 21333026
gaugesLength() view returns (uint256)
6
owner() view returns (address)
0x63b8c91dd55626db091da26ba96bd8dd3f36820b
supplyExtraReward() view returns (address)
0x77be80a3c5706973a925c468bdc8eaccd187d1ba
Read-only
gaugeWeights(address) view returns (address gauge, uint256 weight, bool shutdown)
gauges(uint256) view returns (address)
getGaugeWeightShare(address _gauge) view returns (uint256)
State-modifying
Events addGauge(address _gauge, uint256 _weight)
setOwner(address _owner)
setSupplyExtraReward(address _v)
toggleGauge(address _gauge, bool _state)
updateGaugeWeight(address _gauge, uint256 _newWeight)
AddGaguge(address indexed gauge, uint256 weight)
SetOwner(address owner)
ToggleGauge(address indexed gauge, bool enabled)
UpdateGaugeWeight(address indexed gauge, uint256 weight)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.