ETH Price: $4,764.49 (+2.53%)

Transaction Decoder

Block:
21838371 at Feb-13-2025 03:12:11 PM +UTC
Transaction Fee:
0.000188175007644415 ETH $0.90
Gas Used:
46,061 Gas / 4.085343515 Gwei

Emitted Events:

378 Epstein.Approval( tokenOwner=[Sender] 0x1b48df878188beb239c06d105b4b983cd94ef293, spender=0x00000000...43aC78BA3, tokens=56087277952845420000000 )

Account State Difference:

  Address   Before After State Difference Code
0x1B48Df87...Cd94EF293
0.002 Eth
Nonce: 502
0.001811824992355585 Eth
Nonce: 503
0.000188175007644415
(Titan Builder)
8.080129769012150192 Eth8.080132386495816374 Eth0.000002617483666182
0xCF833572...348439eEE

Execution Trace

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