ETH Price: $2,169.33 (+0.39%)

Transaction Decoder

Block:
5014468 at Feb-02-2018 01:04:57 AM +UTC
Transaction Fee:
0.00111944 ETH $2.43
Gas Used:
31,984 Gas / 35 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Spark Pool)
3,399.231715370788831605 Eth3,399.232834810788831605 Eth0.00111944
0x60978569...2b35181f5
0.333132794973136416 Eth
Nonce: 107
0.316231344973136416 Eth
Nonce: 108
0.01690145
0xd24400ae...49cf46853
(Gemini)
130,514.795983101267924876 Eth130,514.811765111267924876 Eth0.01578201

Execution Trace

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