ETH Price: $3,641.66 (+1.28%)

Transaction Decoder

Block:
21687239 at Jan-23-2025 12:37:59 PM +UTC
Transaction Fee:
0.000414649045875953 ETH $1.51
Gas Used:
46,349 Gas / 8.946234997 Gwei

Emitted Events:

168 Epstein.Approval( tokenOwner=[Sender] 0x56102fb1746709993a438fb65ceb6f80b2eb5d12, spender=0x6A000F20...040001068, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
13.031103746953077676 Eth13.03115016511811451 Eth0.000046418165036834
0x56102fB1...0b2eB5D12
0.124114435469487754 Eth
Nonce: 142
0.123699786423611801 Eth
Nonce: 143
0.000414649045875953
0xCF833572...348439eEE

Execution Trace

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