ETH Price: $2,639.60 (+3.29%)

Transaction Decoder

Block:
12850168 at Jul-18-2021 10:51:00 AM +UTC
Transaction Fee:
0.0019008 ETH $5.02
Gas Used:
144,000 Gas / 13.2 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x4260e52C...C3b504587
0.02044 Eth
Nonce: 130
0.0185392 Eth
Nonce: 131
0.0019008
(Ethermine)
2,063.265505493443196765 Eth2,063.267406293443196765 Eth0.0019008

Execution Trace

GamblerShiba.transfer( recipient=0x6B0F88f0665182AB6533f45AD8b900b9347032CC, amount=5092263874346696196 )
transfer[GamblerShiba (ln:773)]
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