ETH Price: $3,579.23 (+1.08%)

Transaction Decoder

Block:
21685126 at Jan-23-2025 05:33:35 AM +UTC
Transaction Fee:
0.000303787451077271 ETH $1.09
Gas Used:
46,097 Gas / 6.590178343 Gwei

Emitted Events:

278 Epstein.Approval( tokenOwner=[Sender] 0xea9c11c8d1736051da43c4af9d1082847ac04fff, spender=0x6131B5fa...8b66337b5, tokens=800000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
6.135943413741994894 Eth6.136035607741994894 Eth0.000092194
0xCF833572...348439eEE
0xEa9C11c8...47aC04fFf
2.068954807420401278 Eth
Nonce: 343
2.068651019969324007 Eth
Nonce: 344
0.000303787451077271

Execution Trace

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