BinaryOptionMarket
Verified contract
Active on
Ethereum with 137 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
-
variable spans 1 additional slot
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 1 additional slot
-
variable spans 23 additional slots
Balances ($0.00)
No balances found for "BinaryOptionMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11607966 | 4 years ago | | | 0 | 0.020424600 | |
| 11180489 | 4 years ago | | | 0 | 0.0047581440 | |
| 10913838 | 4 years ago | | | 0 | 0.020628355 | |
| 10536717 | 4 years ago | | | 0 | 0.010526750 | |
| 10534318 | 4 years ago | | | 0 | 0.010635404 | |
| 10444489 | 4 years ago | | | 0 | 0.0054749800 | |
| 10444353 | 4 years ago | | | 0 | 0.0033452790 | |
| 10441485 | 4 years ago | | | 0 | 0.0035802459 | |
| 10439855 | 4 years ago | | | 0 | 0.0033240950 | |
| 10438592 | 4 years ago | | | 0 | 0.0072347950 |
ABI
ABI objects
Getter at block 21405942
MAX_ADDRESSES_FROM_RESOLVER() view returns (uint256)
[unknown]
canResolve() view returns (bool)
[unknown]
creator() view returns (address)
[unknown]
creatorLimits() view returns (uint256 capitalRequirement, uint256 skewLimit)
[unknown]
deposited() view returns (uint256)
[unknown]
exercisableDeposits() view returns (uint256)
[unknown]
fees() view returns (uint256 poolFee, uint256 creatorFee, uint256 refundFee)
[unknown]
getResolverAddressesRequired() view returns (bytes32[24] addressesRequired)
[unknown]
nominatedOwner() view returns (address)
[unknown]
options() view returns (address long, address short)
[unknown]
oracleDetails() view returns (bytes32 key, uint256 strikePrice, uint256 finalPrice)
[unknown]
oraclePriceAndTimestamp() view returns (uint256 price, uint256 updatedAt)
[unknown]
owner() view returns (address)
[unknown]
phase() view returns (uint8)
[unknown]
prices() view returns (uint256 long, uint256 short)
[unknown]
requireActiveAndUnpaused() view
()
resolved() view returns (bool)
[unknown]
resolver() view returns (address)
[unknown]
result() view returns (uint8)
[unknown]
senderPriceAndExercisableDeposits() view returns (uint256 price, uint256 exercisable)
[unknown]
times() view returns (uint256 biddingEnd, uint256 maturity, uint256 expiry)
[unknown]
totalBids() view returns (uint256 long, uint256 short)
[unknown]
totalClaimableSupplies() view returns (uint256 long, uint256 short)
[unknown]
totalSupplies() view returns (uint256 long, uint256 short)
[unknown]
Read-only
balancesOf(address account) view returns (uint256 long, uint256 short)
bidOrRefundForPrice(uint8 bidSide, uint8 priceSide, uint256 price, bool refund) view returns (uint256)
bidsOf(address account) view returns (uint256 long, uint256 short)
claimableBalancesOf(address account) view returns (uint256 long, uint256 short)
isResolverCached(address _resolver) view returns (bool)
pricesAfterBidOrRefund(uint8 side, uint256 value, bool refund) view returns (uint256 long, uint256 short)
resolverAddressesRequired(uint256) view returns (bytes32)
State-modifying
Events acceptOwnership()
bid(uint8 side, uint256 value)
claimOptions() returns (uint256 longClaimed, uint256 shortClaimed)
exerciseOptions() returns (uint256)
expire(address beneficiary)
nominateNewOwner(address _owner)
refund(uint8 side, uint256 value) returns (uint256 refundMinusFee)
resolve()
setResolverAndSyncCache(address _resolver)
Bid(uint8 side, address indexed account, uint256 value)
MarketResolved(uint8 result, uint256 oraclePrice, uint256 oracleTimestamp, uint256 deposited, uint256 poolFees, uint256 creatorFees)
OptionsClaimed(address indexed account, uint256 longOptions, uint256 shortOptions)
OptionsExercised(address indexed account, uint256 value)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PricesUpdated(uint256 longPrice, uint256 shortPrice)
Refund(uint8 side, address indexed account, uint256 value, uint256 fee)
constructor(address _owner, address _creator, uint256[2] _creatorLimits, bytes32 _oracleKey, uint256 _strikePrice, uint256[3] _times, uint256[2] _bids, uint256[3] _fees)
This contract contains no fallback and receive objects.
This contract contains no error objects.