ETH Price: $1,986.10 (-4.70%)
Gas: 0.03 Gwei

Transaction Decoder

Block:
5146410 at Feb-24-2018 06:43:00 AM +UTC
Transaction Fee:
0.000703648 ETH $1.40
Gas Used:
31,984 Gas / 22 Gwei

Account State Difference:

  Address   Before After State Difference Code
(MiningPoolHub: Old Address)
15,857.674179922483920671 Eth15,857.674883570483920671 Eth0.000703648
0xd24400ae...49cf46853
(Gemini)
62,554.569665898855226806 Eth62,555.588634398855226806 Eth1.0189685
0xD74327f3...d3551798F
1.050570966482781936 Eth
Nonce: 5
0.030898818482781936 Eth
Nonce: 6
1.019672148

Execution Trace

ETH 1.0189685 Gemini 2.CALL( )
  • AmIOnTheFork.CALL( )
  • AmIOnTheFork.CALL( )
  • ETH 1.0189685 Gemini.CALL( )
    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;
        }
    }