HegicETHOptions
Verified contract
Active on
Ethereum with 7,266 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1ef6…f69a
0xd7a1…363d
0x5f4e…8419
0x878f…140b
Balances ($0.00)
No balances found for "HegicETHOptions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13261546 | 3 years ago | | | 0 | 0.0016869674 | |
| 13217921 | 3 years ago | | | 0 | 0.023467134 | |
| 13217918 | 3 years ago | | | 0 | 0.036628820 | |
| 13217765 | 3 years ago | | | 11.918025 | 0.14608710 | |
| 13217691 | 3 years ago | | | 0 | 0.024093422 | |
| 13217689 | 3 years ago | | | 0 | 0.088155933 | |
| 13217655 | 3 years ago | | | 11.918025 | 0.27843415 | |
| 13179455 | 3 years ago | | | 0 | 0.31281610 | |
| 13179391 | 3 years ago | | | 11.918025 | 0.63193947 | |
| 13179391 | 3 years ago | | | 11.918025 | 0.63193947 |
ABI
ABI objects
Getter at block 21276287
impliedVolRate() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
optionCollateralizationRatio() view returns (uint256)
100
owner() view returns (address)
0x8ac7de95ff8d0ee72e0b54f781ab2e18f27108fb
pool() view returns (address)
0x878f15ffc8b894a1ba7647c7176e4c01f74e140b
priceProvider() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
settlementFeeRecipient() view returns (address)
0x1ef61e3e5676ec182eed6f052f8920fd49c7f69a
Read-only
fees(uint256 period, uint256 amount, uint256 strike, uint8 optionType) view returns (uint256 total, 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 create(uint256 period, uint256 amount, uint256 strike, uint8 optionType) payable returns (uint256 optionID)
exercise(uint256 optionID)
migrate(uint256 count)
renounceOwnership()
setImpliedVolRate(uint256 value)
setOldHegicETHOptions(address oldAddr)
setOptionCollaterizationRatio(uint256 value)
setSettlementFeeRecipient(address recipient)
stopMigrationProcess()
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 pp, address staking, address _pool)
This contract contains no fallback and receive objects.
This contract contains no error objects.