Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x5A0b54D5...D3E029c4c
Miner
| (Spark Pool) | 44.876418877976293095 Eth | 44.877369677976293095 Eth | 0.0009508 | |
0xDA42206D...2ea60d49A |
0.167662704844609551 Eth
Nonce: 334
|
0.166711904844609551 Eth
Nonce: 335
| 0.0009508 |
Execution Trace
GamblerShiba.AllowDex( _tradingEnabled=True )
AllowDex[GamblerShiba (ln:1321)]
12345678910111213141516171819202122232425/*Gambler Shibahttps://t.me/gshiba_officialImproved fork of EverShareMore 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: Unlicensedpragma 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