ETH Price: $3,561.16 (+2.02%)

Transaction Decoder

Block:
21688510 at Jan-23-2025 04:53:11 PM +UTC
Transaction Fee:
0.000359482613156482 ETH $1.28
Gas Used:
26,497 Gas / 13.566917506 Gwei

Emitted Events:

351 Epstein.Approval( tokenOwner=[Sender] 0xd1d1419ede629923cce568b4040dde13c132acc1, spender=0x40aA958d...a374bcD7f, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
6.388747477838241496 Eth6.388789873038241496 Eth0.0000423952
0xD1D1419E...3C132acc1
0.999851387380745803 Eth
Nonce: 21
0.999491904767589321 Eth
Nonce: 22
0.000359482613156482

Execution Trace

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