ETH Price: $2,962.54 (-1.30%)

Transaction Decoder

Block:
21541820 at Jan-03-2025 05:19:23 AM +UTC
Transaction Fee:
0.000236384396267151 ETH $0.70
Gas Used:
46,121 Gas / 5.125309431 Gwei

Emitted Events:

260 Epstein.Approval( tokenOwner=[Sender] 0x3cb78f89cab95d388801e25f18a38df939222cbb, spender=0x77A917df...2a5492625, tokens=10472387084900000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x3cb78f89...939222cbb
0.002057570537689422 Eth
Nonce: 87
0.001821186141422271 Eth
Nonce: 88
0.000236384396267151
(Titan Builder)
9.598372494511384569 Eth9.5983965479647372 Eth0.000024053453352631
0xCF833572...348439eEE

Execution Trace

Epstein.approve( spender=0x77A917df7A084b7B3E43517Ae28373C2a5492625, tokens=10472387084900000000000 ) => ( 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