ETH Price: $3,803.94 (+0.92%)

Transaction Decoder

Block:
21642781 at Jan-17-2025 07:40:11 AM +UTC
Transaction Fee:
0.0002858779938574 ETH $1.09
Gas Used:
46,025 Gas / 6.211363256 Gwei

Emitted Events:

134 Epstein.Approval( tokenOwner=[Sender] 0xbc26ebd513da7da8ccd8e389782115a8691ef6d5, spender=0x00000000...072C22734, tokens=4500000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
12.544906665652445681 Eth12.544911268152445681 Eth0.0000046025
0xBc26eBd5...8691Ef6d5
0.008142044855916694 Eth
Nonce: 1
0.007856166862059294 Eth
Nonce: 2
0.0002858779938574
0xCF833572...348439eEE

Execution Trace

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