ETH Price: $2,403.96 (+7.22%)

Transaction Decoder

Block:
5771733 at Jun-11-2018 06:42:20 PM +UTC
Transaction Fee:
0.00035 ETH $0.84
Gas Used:
50,000 Gas / 7 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x81Ac7df0...4dF69988D
0.11194969 Eth
Nonce: 6
0.11159969 Eth
Nonce: 7
0.00035
(Ethermine)
817.588666597472257272 Eth817.589016597472257272 Eth0.00035

Execution Trace

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