ETH Price: $3,712.13 (+2.76%)

Transaction Decoder

Block:
21776230 at Feb-04-2025 10:50:59 PM +UTC
Transaction Fee:
0.000056726196061441 ETH $0.21
Gas Used:
29,033 Gas / 1.953852377 Gwei

Emitted Events:

374 Epstein.Approval( tokenOwner=[Sender] 0x11416b8da86cd1960bdbd180ac2c89c2b63b22fa, spender=0xDef1C0de...027b25EfF, tokens=306791682563954030000000 )

Account State Difference:

  Address   Before After State Difference Code
0x11416B8d...2b63b22fa
0.002540518714794496 Eth
Nonce: 34
0.002483792518733055 Eth
Nonce: 35
0.000056726196061441
(beaverbuild)
6.350458243459705479 Eth6.350458337356172736 Eth0.000000093896467257
0xCF833572...348439eEE

Execution Trace

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