ETH Price: $2,526.23 (-0.55%)

Transaction Decoder

Block:
22504338 at May-17-2025 05:47:47 PM +UTC
Transaction Fee:
0.000035149138514646 ETH $0.09
Gas Used:
46,397 Gas / 0.757573518 Gwei

Emitted Events:

295 Epstein.Approval( tokenOwner=[Sender] 0xfc454abe76f994aed678e81b5adab33e24f5e2a2, spender=0x321aF130...88A42C2e2, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
15.376350507868615013 Eth15.376354126834615013 Eth0.000003618966
0xCF833572...348439eEE
0xfc454abE...e24f5e2a2
0.018447898590223068 Eth
Nonce: 2509
0.018412749451708422 Eth
Nonce: 2510
0.000035149138514646

Execution Trace

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