ETH Price: $2,578.06 (-1.95%)

Transaction Decoder

Block:
22108750 at Mar-23-2025 09:39:23 AM +UTC
Transaction Fee:
0.0000276294 ETH $0.07
Gas Used:
46,049 Gas / 0.6 Gwei

Emitted Events:

336 Epstein.Approval( tokenOwner=[Sender] 0xf34fc83241a894355608ffcac01dfada401f2c85, spender=0x00000000...072C22734, tokens=10343942900000000000000 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
13.014087911305205259 Eth13.014098353435664273 Eth0.000010442130459014
0xCF833572...348439eEE
0xf34Fc832...a401f2c85
0.002146518320078727 Eth
Nonce: 20
0.002118888920078727 Eth
Nonce: 21
0.0000276294

Execution Trace

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