ETH Price: $1,873.34 (-2.83%)

Transaction Decoder

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 Code
0x07a18D3f...4D42EDa92
81.074296384 Eth
Nonce: 170
41.079943936 Eth
Nonce: 171
39.994352448
(F2Pool Old)
6,072.964521923447043855 Eth6,072.965225571447043855 Eth0.000703648
0xd24400ae...49cf46853
(Gemini)
80,384.548911394597428127 Eth80,424.542560194597428127 Eth39.9936488

Execution Trace

ETH 39.9936488 Gemini 2.CALL( )
  • AmIOnTheFork.CALL( )
  • AmIOnTheFork.CALL( )
  • ETH 39.9936488 Gemini.CALL( )
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    contract 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;
    }
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX