ETH Price: $4,180.85 (+0.31%)

Transaction Decoder

Block:
21472905 at Dec-24-2024 02:24:35 PM +UTC
Transaction Fee:
0.000615571209700946 ETH $2.57
Gas Used:
46,337 Gas / 13.284658258 Gwei

Emitted Events:

164 Epstein.Approval( tokenOwner=[Sender] 0xe01b2eca5d66f2b7eef025c96dde7147cfab5599, spender=0x00000000...43aC78BA3, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
9.258438644737169367 Eth9.258531571471446672 Eth0.000092926734277305
0xCF833572...348439eEE
0xE01B2eCA...7cfAB5599
0.051990010127872164 Eth
Nonce: 486
0.051374438918171218 Eth
Nonce: 487
0.000615571209700946

Execution Trace

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