ETH Price: $3,008.77 (+1.08%)

Transaction Decoder

Block:
21684749 at Jan-23-2025 04:17:35 AM +UTC
Transaction Fee:
0.000229736790384632 ETH $0.69
Gas Used:
46,133 Gas / 4.979879704 Gwei

Emitted Events:

651 Epstein.Approval( tokenOwner=[Sender] 0x908ea2d69ed78716955ff2bfc853bfc2a746d86f, spender=0x11111112...0f8842A65, tokens=5671113752063892404689 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
5.215664660416749116 Eth5.215664706549749116 Eth0.000000046133
0x908Ea2d6...2a746D86f
0.005736 Eth
Nonce: 218
0.005506263209615368 Eth
Nonce: 219
0.000229736790384632
0xCF833572...348439eEE

Execution Trace

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