ETH Price: $2,738.28 (-4.55%)

Transaction Decoder

Block:
12819861 at Jul-13-2021 04:24:41 PM +UTC
Transaction Fee:
0.0009508 ETH $2.60
Gas Used:
23,770 Gas / 40 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Spark Pool)
44.876418877976293095 Eth44.877369677976293095 Eth0.0009508
0xDA42206D...2ea60d49A
0.167662704844609551 Eth
Nonce: 334
0.166711904844609551 Eth
Nonce: 335
0.0009508

Execution Trace

GamblerShiba.AllowDex( _tradingEnabled=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
/*
    
Gambler Shiba
https://t.me/gshiba_official
Improved fork of EverShare
More info:
* Instead of giving equal weights to all users, we give weights based on their purchase token amount and contributed ETH amount
* If you sell or transfer tokens to other wallets, you lose your ticket, but as soon as you buy again you regain your ticket
* There's no min eligible amount. Even if you buy 1 token, you have the very little chance to get rewarded.
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX