ETH Price: $3,884.89 (+1.73%)

Transaction Decoder

Block:
21461793 at Dec-23-2024 01:04:59 AM +UTC
Transaction Fee:
0.000250647340752519 ETH $0.97
Gas Used:
42,139 Gas / 5.948108421 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
10.1547331349790109 Eth10.154783526384061895 Eth0.000050391405050995
0xC2afFF5E...AB43d9b3A
1.35968656727158357 Eth
Nonce: 0
1.359435919930831051 Eth
Nonce: 1
0.000250647340752519
0xCF833572...348439eEE

Execution Trace

Epstein.transfer( to=0x93516d69C6eCaDc7E4a8ebD42Fd4249c1A7e9AC4, tokens=10774940571000000000000 ) => ( 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