BinaryOption
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BinaryOption"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10401879 | 4 years ago | | | 0 | 0.00096858300 | |
| 10393218 | 4 years ago | | | 0 | 0.0016296650 | |
| 10393147 | 4 years ago | | | 0 | 0.0015951240 | |
| 10392771 | 4 years ago | | | 0 | 0.0013449928 | |
| 10386435 | 4 years ago | | | 0 | 0.0022597590 | |
| 10385860 | 4 years ago | | | 0 | 0.0018521162 | |
| 10385764 | 4 years ago | | | 0 | 0.0016837420 | |
| 10383368 | 4 years ago | | | 0 | 0.00075327000 | |
| 10383364 | 4 years ago | | | 0 | 0.0013292700 |
ABI
ABI objects
Getter at block 21405168
decimals() view returns (uint8)
[unknown]
market() view returns (address)
[unknown]
name() view returns (string)
[unknown]
symbol() view returns (string)
[unknown]
totalBids() view returns (uint256)
[unknown]
totalClaimableSupply() view returns (uint256)
[unknown]
totalSupply() view returns (uint256)
[unknown]
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
bidOf(address) view returns (uint256)
claimableBalanceOf(address account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
bid(address bidder, uint256 newBid)
claim(address claimant, uint256 price, uint256 depositsRemaining) returns (uint256 optionsClaimed)
exercise(address claimant)
expire(address beneficiary)
refund(address bidder, uint256 newRefund)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed account, uint256 value)
Issued(address indexed account, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialBidder, uint256 initialBid)
This contract contains no fallback and receive objects.
This contract contains no error objects.