ETH Price: $2,056.99 (+7.08%)

Transaction Decoder

Block:
4784093 at Dec-23-2017 06:54:40 PM +UTC
Transaction Fee:
0.00098787 ETH $2.03
Gas Used:
32,929 Gas / 30 Gwei

Emitted Events:

33 0xa1cb7c6056ca3924b452f9ed016776dd7c4bce5a.0x395a9ab3d1230297d931e1fa224ca597ca0e45f620c1aeb74b512bfcc6f66aab( 0x395a9ab3d1230297d931e1fa224ca597ca0e45f620c1aeb74b512bfcc6f66aab )

Account State Difference:

  Address   Before After State Difference Code
0x3a13f178...cABE4F6f6
0.23370027 Eth
Nonce: 0
0.00051213 Eth
Nonce: 1
0.23318814
0x917B9Eed...cD62D806E 4,298.688407559952872405 Eth4,298.920607829952872405 Eth0.23220027
(Ethermine)
961.852182036181726298 Eth961.853169906181726298 Eth0.00098787

Execution Trace

ETH 0.23220027 0xa1cb7c6056ca3924b452f9ed016776dd7c4bce5a.77fcb91d( )
  • AmIOnTheFork.CALL( )
  • ETH 0.23220027 0x917b9eed61d9294cc742113e5454e9ecd62d806e.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;
        }
    }