Transaction Hash:
Block:
4645474 at Nov-29-2017 06:52:18 PM +UTC
Transaction Fee:
0.000703648 ETH
$1.32
Gas Used:
31,984 Gas / 22 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x07a18D3f...4D42EDa92 |
81.074296384 Eth
Nonce: 170
|
41.079943936 Eth
Nonce: 171
| 39.994352448 | ||
0x829BD824...93333A830
Miner
| (F2Pool Old) | 6,072.964521923447043855 Eth | 6,072.965225571447043855 Eth | 0.000703648 | |
0xd24400ae...49cf46853 | (Gemini) | 80,384.548911394597428127 Eth | 80,424.542560194597428127 Eth | 39.9936488 |
Execution Trace
12345678910111213141516contract AmIOnTheFork {bool public forked = false;address constant darkDAO = 0x304a554a310c7e546dfe434669c62820b7d83490;// Check the fork condition during creation of the contract.// This function should be called between block 1920000 and 1921200.// Approximately between 2016-07-20 12:00:00 UTC and 2016-07-20 17:00:00 UTC.// After that the status will be locked in.function update() {if (block.number >= 1920000 && block.number <= 1921200) {forked = darkDAO.balance < 3600000 ether;}}function() {throw;}}