ETH Price: $2,974.60 (-1.65%)

Transaction Decoder

Block:
21551534 at Jan-04-2025 01:52:59 PM +UTC
Transaction Fee:
0.0013718767284008 ETH $4.08
Gas Used:
46,325 Gas / 29.614176544 Gwei

Emitted Events:

303 Epstein.Approval( tokenOwner=[Sender] 0x59c404740b477b3ce337b1e4da69a932eb37a2f2, spender=0x00000000...072C22734, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
11.279311470073037136 Eth11.279357795073037136 Eth0.000046325
0x59C40474...2eB37A2f2
0.060520316777221966 Eth
Nonce: 484
0.059148440048821166 Eth
Nonce: 485
0.0013718767284008
0xCF833572...348439eEE

Execution Trace

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