ETH Price: $2,523.74 (-0.37%)

Transaction Decoder

Block:
10841029 at Sep-11-2020 02:12:08 PM +UTC
Transaction Fee:
0.008835696 ETH $22.30
Gas Used:
78,192 Gas / 113 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x52D9AC07...5DBCB4614
0.065554546198743679 Eth
Nonce: 72
0.056718850198743679 Eth
Nonce: 73
0.008835696
0x5b1b5fEa...2385381dD
(Synthetix: Token State Synthetix)
0x6eB3aC83...d1F51dC94
(UUPool)
433.231791509370360024 Eth433.240627205370360024 Eth0.008835696

Execution Trace

Proxy.a9059cbb( )
  • Synthetix.setMessageSender( sender=0x52D9AC072C5456D9547d73e5138b8395DBCB4614 )
  • Synthetix.transfer( to=0x95a4194A0f786E34f3E9cEBe0f127252559d3ba1, value=18878075900000000000 ) => ( True )
    • SystemStatus.STATICCALL( )
    • SynthetixState.issuanceData( 0x52D9AC072C5456D9547d73e5138b8395DBCB4614 ) => ( initialDebtOwnership=0, debtEntryIndex=0 )
    • TokenState.balanceOf( 0x52D9AC072C5456D9547d73e5138b8395DBCB4614 ) => ( 18878075900000000000 )
    • TokenState.setBalanceOf( account=0x52D9AC072C5456D9547d73e5138b8395DBCB4614, value=0 )
    • TokenState.balanceOf( 0x95a4194A0f786E34f3E9cEBe0f127252559d3ba1 ) => ( 0 )
    • TokenState.setBalanceOf( account=0x95a4194A0f786E34f3E9cEBe0f127252559d3ba1, value=18878075900000000000 )
    • ProxyERC20._emit( callData=0x00000000000000000000000000000000000000000000000105FC6602BE5CD800, numTopics=3, topic1=DDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF, topic2=00000000000000000000000052D9AC072C5456D9547D73E5138B8395DBCB4614, topic3=00000000000000000000000095A4194A0F786E34F3E9CEBE0F127252559D3BA1, topic4=0000000000000000000000000000000000000000000000000000000000000000 )
      File 1 of 6: Proxy
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      /*
      * Havven Token Contract Proxy
      * ========================
      *
      * This contract points to an underlying target which implements its
      * actual functionality, while allowing that functionality to be upgraded.
      */
      pragma solidity 0.4.24;
      /**
      * @title A contract with an owner.
      * @notice Contract ownership can be transferred by first nominating the new owner,
      * who must then accept the ownership, which prevents accidental incorrect ownership transfers.
      */
      contract Owned {
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 2 of 6: ProxyERC20
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      /* ===============================================
      * Flattened with Solidifier by Coinage
      *
      * https://solidifier.coina.ge
      * ===============================================
      */
      /*
      -----------------------------------------------------------------
      FILE INFORMATION
      -----------------------------------------------------------------
      file: Owned.sol
      version: 1.1
      author: Anton Jurisevic
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 3 of 6: Synthetix
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      /*
      ⚠⚠⚠ WARNING WARNING WARNING ⚠⚠⚠
      This is a TARGET contract - DO NOT CONNECT TO IT DIRECTLY IN YOUR CONTRACTS or DAPPS!
      This contract has an associated PROXY that MUST be used for all integrations - this TARGET will be REPLACED in an upcoming Synthetix release!
      The proxy for this contract can be found here:
      https://contracts.synthetix.io/ProxyERC20
      *//*
      ____ __ __ __ _
      / __/__ __ ___ / /_ / / ___ / /_ (_)__ __
      _\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ /
      /___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 4 of 6: SystemStatus
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      /*
      ____ __ __ __ _
      / __/__ __ ___ / /_ / / ___ / /_ (_)__ __
      _\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ /
      /___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
      /___/
      * Synthetix: SystemStatus.sol
      *
      * Latest source (may be newer): https://github.com/Synthetixio/synthetix/blob/master/contracts/SystemStatus.sol
      * Docs: https://docs.synthetix.io/contracts/SystemStatus
      *
      * Contract Dependencies:
      * - Owned
      * Libraries: (none)
      *
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 5 of 6: SynthetixState
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      /* ===============================================
      * Flattened with Solidifier by Coinage
      *
      * https://solidifier.coina.ge
      * ===============================================
      */
      /*
      -----------------------------------------------------------------
      FILE INFORMATION
      -----------------------------------------------------------------
      file: Owned.sol
      version: 1.1
      author: Anton Jurisevic
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 6 of 6: TokenState
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      /*
      -----------------------------------------------------------------
      FILE HEADER
      -----------------------------------------------------------------
      file: TokenState.sol
      version: 1.0
      author: Dominic Romanowski
      Anton Jurisevic
      date: 2018-2-24
      checked: Anton Jurisevic
      approved: Samuel Brooks
      repo: https://github.com/Havven/havven
      commit: 34e66009b98aa18976226c139270970d105045e3
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX