Transaction Hash:
Block:
21688510 at Jan-23-2025 04:53:11 PM +UTC
Transaction Fee:
0.000359482613156482 ETH
$1.28
Gas Used:
26,497 Gas / 13.566917506 Gwei
Emitted Events:
351 |
Epstein.Approval( tokenOwner=[Sender] 0xd1d1419ede629923cce568b4040dde13c132acc1, spender=0x40aA958d...a374bcD7f, tokens=115792089237316195423570985008687907853269984665640564039457584007913129639935 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 6.388747477838241496 Eth | 6.388789873038241496 Eth | 0.0000423952 | |
0xD1D1419E...3C132acc1 |
0.999851387380745803 Eth
Nonce: 21
|
0.999491904767589321 Eth
Nonce: 22
| 0.000359482613156482 |
Execution Trace
Epstein.approve( spender=0x40aA958dd87FC8305b97f2BA922CDdCa374bcD7f, 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) {