HegicWBTCOptions
Verified contract
Active on
Ethereum with 3,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x840a…515b
0xf403…e88c
0x20dd…5de7
0x7a25…488d
0x2260…c599
Balances ($0.00)
No balances found for "HegicWBTCOptions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13263065 | 3 years ago | | | 0 | 0.021676179 | |
| 13261546 | 3 years ago | | | 0 | 0.0019420750 | |
| 13260009 | 3 years ago | | | 27.522131 | 0.11389701 | |
| 13223987 | 3 years ago | | | 0 | 0.0071794222 | |
| 13217658 | 3 years ago | | | 26.69901 | 0.40616218 | |
| 13179387 | 3 years ago | | | 0 | 0.068031563 | |
| 13179383 | 3 years ago | | | 0 | 0.061166113 | |
| 13179381 | 3 years ago | | | 0 | 0.22431889 | |
| 13179261 | 3 years ago | | | 26.305202 | 0.58471132 | |
| 13146592 | 3 years ago | | | 0 | 0.013113500 |
ABI
ABI objects
Getter at block 21292634
impliedVolRate() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
optionCollateralizationRatio() view returns (uint256)
100
owner() view returns (address)
0x8ac7de95ff8d0ee72e0b54f781ab2e18f27108fb
pool() view returns (address)
0x20dd9e22d22dd0a6ef74a520cb08303b5fad5de7
priceProvider() view returns (address)
0xf4030086522a5beea4988f8ca5b36dbc97bee88c
settlementFeeRecipient() view returns (address)
0x840a1ae46b7364855206eb5b7286ab7e207e515b
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wbtc() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
Read-only
ethToWbtcSwapPath(uint256) view returns (address)
fees(uint256 period, uint256 amount, uint256 strike, uint8 optionType) view returns (uint256 total, uint256 totalETH, uint256 settlementFee, uint256 strikeFee, uint256 periodFee)
options(uint256) view returns (uint8 state, address holder, uint256 strike, uint256 amount, uint256 lockedAmount, uint256 premium, uint256 expiration, uint8 optionType)
State-modifying
Events approve()
create(uint256 period, uint256 amount, uint256 strike, uint8 optionType) payable returns (uint256 optionID)
exercise(uint256 optionID)
renounceOwnership()
setImpliedVolRate(uint256 value)
setOptionCollaterizationRatio(uint256 value)
setSettlementFeeRecipient(address recipient)
transfer(uint256 optionID, address newHolder)
transferOwnership(address newOwner)
transferPoolOwnership()
unlock(uint256 optionID)
unlockAll(uint256[] optionIDs)
Create(uint256 indexed id, address indexed account, uint256 settlementFee, uint256 totalFee)
Exercise(uint256 indexed id, uint256 profit)
Expire(uint256 indexed id, uint256 premium)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _priceProvider, address _uniswap, address token, address _settlementFeeRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.