ETH Price: $4,561.10 (-3.35%)

Transaction Decoder

Block:
21497100 at Dec-27-2024 11:32:35 PM +UTC
Transaction Fee:
0.0001109198 ETH $0.51
Gas Used:
24,113 Gas / 4.6 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
13.264543963121269119 Eth13.264564328479146701 Eth0.000020365357877582
0xA4e4d939...7Be46Edfb
0.033589103046573849 Eth
Nonce: 190
0.033478183246573849 Eth
Nonce: 191
0.0001109198
0xCF833572...348439eEE

Execution Trace

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