Transaction Hash:
Block:
21565100 at Jan-06-2025 11:23:35 AM +UTC
Transaction Fee:
0.000482253444407048 ETH
$1.78
Gas Used:
46,337 Gas / 10.407524104 Gwei
Emitted Events:
277 |
Epstein.Approval( tokenOwner=[Sender] 0x488aed5aa91b1f3a6935a2965f3b32023e2a00df, spender=0x00000000...43aC78BA3, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 13.855806003581208848 Eth | 13.85590237649970052 Eth | 0.000096372918491672 | |
0x488aeD5A...23e2A00DF |
0.009260401415954095 Eth
Nonce: 1363
|
0.008778147971547047 Eth
Nonce: 1364
| 0.000482253444407048 | ||
0xCF833572...348439eEE |
Execution Trace
Epstein.approve( spender=0x000000000022D473030F116dDEE9F6B43aC78BA3, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( success=True )
approve[Epstein (ln:181)]
Approval[Epstein (ln:183)]
1234567891011121314151617181920212223242526/***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) {