ETH Price: $3,894.75 (+3.45%)

Transaction Decoder

Block:
21691673 at Jan-24-2025 03:28:23 AM +UTC
Transaction Fee:
0.000264010382559289 ETH $1.03
Gas Used:
46,927 Gas / 5.625980407 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
13.216547825363874839 Eth13.216591978978174839 Eth0.0000441536143
0xAC24c82E...4D223a039
0.0026122432145589 Eth
Nonce: 18
0.002348232831999611 Eth
Nonce: 19
0.000264010382559289
0xCF833572...348439eEE

Execution Trace

Epstein.transfer( to=0x341AaA3f95791E520C17E10AFA6f9A4Cf36Aaee6, tokens=5000000000000000000000 ) => ( success=True )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
*Submitted for verification at Etherscan.io on 2019-02-03
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'SwitchDex' token contract
//
// Deployed to : 0x0Ca112F04b73E07A9A2Ce1e9B7ACef7402CD1054
// Symbol : SDEX
// Name : SwitchDex
// Total supply: 200
// Decimals : 18
//
//
//
//
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Safe maths
// ----------------------------------------------------------------------------
contract SafeMath {
function safeAdd(uint a, uint b) public pure returns (uint c) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX