ETH Price: $2,560.06 (-6.89%)

Transaction Decoder

Block:
21908976 at Feb-23-2025 12:18:35 PM +UTC
Transaction Fee:
0.000129212268958547 ETH $0.33
Gas Used:
46,337 Gas / 2.788533331 Gwei

Emitted Events:

344 Epstein.Approval( tokenOwner=[Sender] 0x6cdd03ab2b2df11844372fb110e23069c3e7ac73, spender=0x00000000...43aC78BA3, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
14.058882750628792754 Eth14.058974825775660249 Eth0.000092075146867495
0x6Cdd03aB...9C3E7Ac73
0.01609777 Eth
Nonce: 50
0.015968557731041453 Eth
Nonce: 51
0.000129212268958547
0xCF833572...348439eEE

Execution Trace

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