Transaction Hash:
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:
137 |
ProxyERC20.Transfer( from=[Sender] 0x52d9ac072c5456d9547d73e5138b8395dbcb4614, to=0x95a4194A0f786E34f3E9cEBe0f127252559d3ba1, value=18878075900000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x52D9AC07...5DBCB4614 |
0.065554546198743679 Eth
Nonce: 72
|
0.056718850198743679 Eth
Nonce: 73
| 0.008835696 | ||
0x5b1b5fEa...2385381dD | (Synthetix: Token State Synthetix) | ||||
0x6eB3aC83...d1F51dC94 | |||||
0xD224cA0c...503B79f53
Miner
| (UUPool) | 433.231791509370360024 Eth | 433.240627205370360024 Eth | 0.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
File 2 of 6: ProxyERC20
File 3 of 6: Synthetix
File 4 of 6: SystemStatus
File 5 of 6: SynthetixState
File 6 of 6: TokenState
12345678910111213141516/** 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 {
File 2 of 6: ProxyERC20
12345678910111213141516/* ===============================================* Flattened with Solidifier by Coinage** https://solidifier.coina.ge* ===============================================*//*-----------------------------------------------------------------FILE INFORMATION-----------------------------------------------------------------file: Owned.solversion: 1.1author: Anton Jurisevic
File 3 of 6: Synthetix
12345678910111213141516/*⚠⚠⚠ 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*//*____ __ __ __ _/ __/__ __ ___ / /_ / / ___ / /_ (_)__ ___\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ //___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
File 4 of 6: SystemStatus
12345678910111213141516/*____ __ __ __ _/ __/__ __ ___ / /_ / / ___ / /_ (_)__ ___\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ //___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\/___/* 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)*
File 5 of 6: SynthetixState
12345678910111213141516/* ===============================================* Flattened with Solidifier by Coinage** https://solidifier.coina.ge* ===============================================*//*-----------------------------------------------------------------FILE INFORMATION-----------------------------------------------------------------file: Owned.solversion: 1.1author: Anton Jurisevic
File 6 of 6: TokenState
12345678910111213141516/*-----------------------------------------------------------------FILE HEADER-----------------------------------------------------------------file: TokenState.solversion: 1.0author: Dominic RomanowskiAnton Jurisevicdate: 2018-2-24checked: Anton Jurisevicapproved: Samuel Brooksrepo: https://github.com/Havven/havvencommit: 34e66009b98aa18976226c139270970d105045e3