ETH Price: $2,545.67 (+0.58%)

Transaction Decoder

Block:
22541937 at May-23-2025 12:17:47 AM +UTC
Transaction Fee:
0.000134682635947031 ETH $0.34
Gas Used:
46,337 Gas / 2.906589463 Gwei

Emitted Events:

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

Account State Difference:

  Address   Before After State Difference Code
0x31B5359C...cd93dc082
0.033864122022661854 Eth
Nonce: 0
0.033729439386714823 Eth
Nonce: 1
0.000134682635947031
(beaverbuild)
6.426321224318872672 Eth6.426413898318872672 Eth0.000092674
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