Hegic Keep3r
Verified contract
Active on
Ethereum with 1,031 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Hegic Keep3r"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12021407 | 4 years ago | | | 0 | 0.039110290 | |
| 12020696 | 4 years ago | | | 0 | 0.042334684 | |
| 12015323 | 4 years ago | | | 0 | 0.034509792 | |
| 12015295 | 4 years ago | | | 0 | 0.031274499 | |
| 12015061 | 4 years ago | | | 0 | 0.031341773 | |
| 12007349 | 4 years ago | | | 0 | 0.043137240 | |
| 12006633 | 4 years ago | | | 0 | 0.037493451 | |
| 12002456 | 4 years ago | | | 0 | 0.036307178 | |
| 11986311 | 4 years ago | | | 0 | 0.036307177 | |
| 11983460 | 4 years ago | | | 0 | 0.026137733 |
ABI
ABI objects
Getter at block 21207610
ETH_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
KP3R() view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
WBTC() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
ethOptions() view returns (address)
0xefc0eeadc1132a12c9487d800112693bf49ecfa2
ethPoolUsage() view returns (uint256)
9
governor() view returns (address)
0xd5c101e26fc4be74e41ce5f791221c4d899d0dee
keep3r() view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
keep3rHelper() view returns (address)
0x93747c4260e64507a213b4016e1d435c9928617f
name() pure returns (string)
Hegic Keep3r
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
slidingOracle() view returns (address)
0x73353801921417f465377c8d898c6f4c0270282c
unlockGasCost() view returns (uint256)
175000
unlockValueMultiplier() view returns (uint256)
2
wbtcOptions() view returns (address)
0x3961245db602ed7c03eeccda33ea3846bd8723bd
wbtcPoolUsage() view returns (uint256)
65
Read-only
ethCallCost(uint256 optionsQty) view returns (uint256)
ethOptionsUnlockable(uint256[] optionIDs) view returns (bool)
ethTotalUnlock(uint256[] optionIDs) view returns (uint256)
unlockValue(uint256 totalUnlock) view returns (uint256)
wbtcCallCost(uint256 optionsQty) view returns (uint256)
wbtcOptionsUnlockable(uint256[] optionIDs) view returns (bool)
wbtcTotalUnlock(uint256[] optionIDs) view returns (uint256)
weightedUnlockValue(uint256 poolUsage, uint256 unlockValue) view returns (uint256)
State-modifying
Events acceptGovernor()
ethUnlockAll(uint256[] optionIDs)
sendDust(address _to, address _token, uint256 _amount)
setKeep3r(address _keep3r)
setKeep3rHelper(address _keep3rHelper)
setPendingGovernor(address _pendingGovernor)
setSlidingOracle(address _slidingOracle)
setUnlockGasCost(uint256 _unlockGasCost)
setUnlockValueMultiplier(uint256 _unlockValueMultiplier)
wbtcUnlockAll(uint256[] optionIDs)
DustSent(address _to, address token, uint256 amount)
EthOptionUnlockedByKeeper(uint256 _optionId)
GovernorAccepted()
Keep3rHelperSet(address keep3rHelper)
Keep3rSet(address keep3r)
PendingGovernorSet(address pendingGovernor)
SlidingOracleSet(address slidingOracle)
UnlockGasCostSet(uint256 unlockGasCost)
UnlockValueMultiplierSet(uint256 unlockValueMultiplier)
WbtcOptionUnlockedByKeeper(uint256 _optionId)
constructor(address _keep3r, address _keep3rHelper, address _slidingOracle, address _ethOptions, address _wbtcOptions, uint256 _unlockGasCost, uint256 _unlockValueMultiplier)
This contract contains no fallback and receive objects.
This contract contains no error objects.