ETH Price: $2,974.60 (-1.65%)

Transaction Decoder

Block:
21460670 at Dec-22-2024 09:18:11 PM +UTC
Transaction Fee:
0.000275538671785082 ETH $0.82
Gas Used:
42,139 Gas / 6.538804238 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
7.505827370517190776 Eth7.505867019102290776 Eth0.0000396485851
0xCF833572...348439eEE
0xF7ECC58a...dA2f8710B
1.385907564847374246 Eth
Nonce: 0
1.385632026175589164 Eth
Nonce: 1
0.000275538671785082

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