ETH Price: $3,568.13 (+3.61%)

Transaction Decoder

Block:
13629302 at Nov-16-2021 10:43:26 PM +UTC
Transaction Fee:
0.01796707729656 ETH $64.11
Gas Used:
144,000 Gas / 124.771370115 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Hiveon Pool)
8,339.286797152854086327 Eth8,339.287013152854086327 Eth0.000216
0x5e7dE54A...C6d90d647
0.026754233736539649 Eth
Nonce: 286
0.008787156439979649 Eth
Nonce: 287
0.01796707729656

Execution Trace

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