ETH Price: $3,641.19 (-2.33%)

Transaction Decoder

Block:
21648216 at Jan-18-2025 01:53:35 AM +UTC
Transaction Fee:
0.000225334209137807 ETH $0.82
Gas Used:
46,109 Gas / 4.886989723 Gwei

Emitted Events:

245 Epstein.Approval( tokenOwner=[Sender] 0x20994fc8dce805ece71ce8f9a890c8a0dc538c75, spender=0x11111112...73A960582, tokens=25000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x20994FC8...0dC538C75
0.007630011886917566 Eth
Nonce: 62
0.007404677677779759 Eth
Nonce: 63
0.000225334209137807
(Titan Builder)
13.002786146903870474 Eth13.002790757803870474 Eth0.0000046109
0xCF833572...348439eEE

Execution Trace

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