BinaryOption
Verified contract
Active on
Ethereum with 588 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "BinaryOption"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5231520 | 7 years ago | | | 0 | 0.00022614900 | |
| 5227657 | 7 years ago | | | 0 | 0.00015054000 | |
| 5227570 | 7 years ago | | | 0 | 0.00036276800 | |
| 5227546 | 7 years ago | | | 0 | 0.00044606400 | |
| 5227526 | 7 years ago | | | 0 | 0.00040144000 | |
| 5227440 | 7 years ago | | | 0 | 0.00036276800 | |
| 5227420 | 7 years ago | | | 0 | 0.00022303200 | |
| 5227400 | 7 years ago | | | 0 | 0.00040144000 | |
| 5227307 | 7 years ago | | | 0 | 0.00018138400 | |
| 5227284 | 7 years ago | | | 0 | 0.00022303200 |
ABI
ABI objects
Getter at block 21172289 getAmount() view returns (uint256[20]) getChooses() view returns (bool[20]) getInvestors() view returns (address[20])
MAX_INVESTOR() view returns (uint256)
20
escrow() view returns (address)
0x59eda0839bb10479d20258a7c264a30a43e88bc9
minimunEth() view returns (uint256)
10000000000000000
namiCrowdSaleAddr() view returns (address)
0x8d80de8a78198396329dfa769ad54d24bf90e7aa
namiMultiSigWallet() view returns (address)
0x4e237f139582708a592a14034b3c1a5b38da45a6
rate() view returns (uint256)
190
session() view returns (uint256 priceOpen, uint256 priceClose, uint256 timeOpen, bool isReset, bool isOpen, bool investOpen, uint256 investorCount)
(priceOpen=734299, priceClose=0, timeOpen=1520645450, isReset=false, isOpen=true, investOpen=false, investorCount=0)
sessionId() view returns (uint256)
179
timeInvestInMinute() view returns (uint256)
15
timeOneSession() view returns (uint256)
20
Read-only
getEtherToBuy(uint256 _ether, uint256 _rate, bool _status) pure returns (uint256)
State-modifying
Events changeEscrow(address _escrow)
changeMinEth(uint256 _minimunEth)
changeRate(uint256 _rate)
changeTimeInvest(uint256 _timeInvest)
changeTimeOneSession(uint256 _timeOneSession)
closeInvest(uint256 _priceOpen)
closeSession(uint256 _priceClose)
invest(bool _choose) payable
openSession()
resetSession()
safeWithdraw(address _withdraw, uint256 _amount)
withdrawEther(uint256 _amount)
Deposit(address indexed sender, uint256 value)
Invest(address indexed investor, bool choose, uint256 amount, uint256 timeInvest, uint256 indexed sessionId)
InvestClose(uint256 timeInvestClose, uint256 priceOpen, uint256 indexed sessionId)
SessionClose(uint256 timeClose, uint256 indexed sessionId, uint256 priceClose, uint256 nacPrice, uint256 rate)
SessionOpen(uint256 timeOpen, uint256 indexed sessionId)
constructor(address _namiCrowdSale, address _escrow, address _namiMultiSigWallet)
fallback()
This contract contains no error objects.