RebalancePoolGaugeClaimer

Verified contract

Active on Ethereum with 46 txns
Deployed by via 0x614e561d at 19287948
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RebalancePoolGaugeClaimer"

0x6f1ba7a5e86cadc9361a902561dedd328ef93a285dbc7289297203213b5e2a9a
0x792ff4efbf96838531002cc8a9da2bb795ed677748c398679d462cc8efff000d
0xfc566c54a413f5b6fa3bd2cdc086b32d2fae2d9c99942440bc80bdcaf53e5cb1
0x63c973abacac9e8a48ecc18d252775904368608cf655e7bc1fe8865b72243d7e
0xeb771bb9e98964d834703cb389e8bd21506691a72d450d4d9c4efd5f59218104
0x182f2a6ff9073bf8f6ca44acaedfa4e2c9f076522e9e644b57774e575b03ad6b
0x2e20f39d520123661277e335661f5795b442a181e8a1f00844909f3d07f10bc4
0x0822b8d8e77569b0f069e55b502293f10a443ca9278520261450fcb919430fc3
0xfc98828ddc039786becff9f25cdfc75b9cee725f12d68d4e1d011c1896aeb01a
0xe6908805c5060a386112b182e4284263a51a05632e3cf6755deab46f53df2a44

Functions
Getter at block 21035433
gauge(view returns (address)
0xb3886b8c94c8635b786b1ca88942337669bb1e1e
getSplitterRatio(view returns (uint256)
1000000000000000000
incentiveRatio(view returns (uint256)
10000000000000000
owner(view returns (address)
0x26b2ec4e02ebe2f54583af25b647b1d619e67bbf
params(view returns (uint64 leverageRatioLowerBounduint64 leverageRatioUpperBounduint64 minSplitterRatio)
(leverageRatioLowerBound=2000000000000000000, leverageRatioUpperBound=3000000000000000000, minSplitterRatio=1000000000000000000)
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
reservePool(view returns (address)
0xb592e01dd77084b36430ffcb9c9d2f76fde32631
splitter(view returns (address)
0xb26ca48fe4ee94a4fe8815f7e54e99124f997540
treasury(view returns (address)
0xcfeeff214b256063110d3236ea12db49d2df2359
Read-only

This contract contains no read-only function objects.

State-modifying
acceptOwnership(
claim(address _receiver
renounceOwnership(
transferOwnership(address newOwner
updateIncentiveRatio(uint256 _newIncentiveRatio
updateSplitterRatioParameters(uint64 _minLeverageuint64 _maxLeverageuint64 _minRatio
Events
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UpdateIncentiveRatio(uint256 oldIncentiveRatiouint256 newIncentiveRatio
UpdateSplitterRatio(uint256 leverageRatioLowerBounduint256 leverageRatioUpperBounduint256 minSplitterRatio
Constructor
constructor(address _reservePooladdress _treasuryaddress _gaugeaddress _splitter
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ErrorIncentiveRatioTooLarge(
ErrorInvalidLeverageRatioLowerBound(
ErrorInvalidLeverageRatioUpperBound(
ErrorInvalidMinSplitRatio(