HegicOptionsETH
Verified contract
Active on
Ethereum with 228 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
0xefc0…cfa2
0x5f4e…8419
Balances ($0.00)
No balances found for "HegicOptionsETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16306724 | 2 years ago | | | 0 | 0.00041749501 | |
| 13349658 | 3 years ago | | | 0 | 0.0066453282 | |
| 13261345 | 3 years ago | | | 0.70361384 | 0.036709789 | |
| 13217874 | 3 years ago | | | 1.3483 | 0.0087895151 | |
| 13034411 | 3 years ago | | | 0.48989832 | 0.019870992 | |
| 13034405 | 3 years ago | | | 0.50830372 | 0.019889532 | |
| 13033885 | 3 years ago | | | 0 | 0.0066847680 | |
| 13026933 | 3 years ago | | | 0 | 0.0012686581 | |
| 13003335 | 3 years ago | | | 0 | 0.0051561912 | |
| 12996978 | 3 years ago | | | 0.90804 | 0.020402059 |
ABI
ABI objects
Getter at block 21258851
autoExerciser() view returns (address)
0x6b405609b78241112a3030e8a85570f06fbd3aca
baseURI() view returns (string)
name() view returns (string)
HegicOptionsETH
optionsProvider() view returns (address)
0xefc0eeadc1132a12c9487d800112693bf49ecfa2
owner() view returns (address)
0x7e3a1c5775ec2514ba513a2947585b901c0242d5
priceProvider() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
symbol() view returns (string)
HOETH
totalSupply() view returns (uint256)
126
Read-only
autoExerciseDisabled(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOptionCostETH(uint256 _period, uint256 _amount, uint256 _strike, uint8 _optionType) view returns (uint256 ethCost)
getUnderlyingOptionId(uint256 _tokenId) view returns (uint256)
getUnderlyingOptionParams(uint256 _tokenId) view returns (uint8 state, address holder, uint256 strike, uint256 amount, uint256 lockedAmount, uint256 premium, uint256 expiration, uint8 optionType)
holdingToken(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isAutoExercisable(uint256 _tokenId) view returns (bool)
isValidToken(uint256 _tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
targetPrice(uint256) view returns (uint256)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
underlyingOptionId(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burnToken(uint256 _tokenId)
createOption(uint256 _period, uint256 _amount, uint256 _strike, uint8 _optionType, address _to) payable returns (uint256 newTokenId)
detokenizeOption(uint256 _tokenId, bool _burnToken)
exercise(uint256 _tokenId) returns (address, uint256)
exerciseOption(uint256 _tokenId) returns (uint256 profit)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAutoExerciseDisabled(bool disabled)
setAutoExerciser(address _autoExerciser)
setTargetPrice(uint256 _tokenId, uint256 _newTargetPrice)
tokenizeOption(uint256 _optionId, address _to) returns (uint256 newTokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Created(address indexed account, uint256 indexed tokenId, uint256 indexed optionId)
Detokenized(address indexed account, uint256 indexed tokenId, uint256 indexed optionId, bool burned)
Exercised(address indexed account, uint256 indexed tokenId, uint256 indexed optionId, uint256 profit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Tokenized(address indexed account, uint256 indexed tokenId, uint256 indexed optionId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _optionsProvider, address _priceProvider)
receive()
This contract contains no error objects.