ETH Price: $4,228.00 (-0.57%)

Transaction Decoder

Block:
21285666 at Nov-28-2024 10:40:59 AM +UTC
Transaction Fee:
0.00032242018792598 ETH $1.36
Gas Used:
42,139 Gas / 7.65134882 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
8.129224959697280108 Eth8.129265834527280108 Eth0.00004087483
0xaEa04E15...034FBa309
1.480112662025503612 Eth
Nonce: 0
1.479790241837577632 Eth
Nonce: 1
0.00032242018792598
0xCF833572...348439eEE

Execution Trace

Epstein.transfer( to=0x93516d69C6eCaDc7E4a8ebD42Fd4249c1A7e9AC4, tokens=10774940571000000000000 ) => ( 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