ETH Price: $3,703.19 (+1.74%)

Transaction Decoder

Block:
12903825 at Jul-26-2021 08:06:16 PM +UTC
Transaction Fee:
0.0068112 ETH $25.22
Gas Used:
144,000 Gas / 47.3 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Hiveon Pool)
4,699.587676779376104568 Eth4,699.594487979376104568 Eth0.0068112
0xF90aB553...57F951650
0.022093059433988806 Eth
Nonce: 26
0.015281859433988806 Eth
Nonce: 27
0.0068112

Execution Trace

GamblerShiba.transfer( recipient=0x25b82F870826b95943550Ad925f3bCA747a83ca7, amount=7334797940486342620 )
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