TheGamehub
Verified contract
Active on
Ethereum with 592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7157…141b
Balances ($689.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GHUB | ERC-20 | 74.80276K | $0.009221 |
$689.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282976 | 4 hours ago | | | 0 | 0.00092424781 | |
| 21280371 | 13 hours ago | | | 0 | 0.0027976557 | |
| 21280362 | 13 hours ago | | | 0 | 0.0016850958 | |
| 21278803 | 18 hours ago | | | 0 | 0.00069474742 | |
| 21278599 | 19 hours ago | | | 0 | 0.0011418857 | |
| 21278589 | 19 hours ago | | | 0 | 0.00091835426 | |
| 21273894 | a day ago | | | 0 | 0.00079875887 | |
| 21273703 | a day ago | | | 0 | 0.00085210756 | |
| 21273666 | a day ago | | | 0 | 0.00085678243 | |
| 21273622 | a day ago | | | 0 | 0.0011036690 |
ABI
ABI objects
Getter at block 21284175
TradingOpen() view returns (bool)
true
_maxTxAmount() view returns (uint256)
100000000000000000
_maxWalletAmount() view returns (uint256)
100000000000000000
_owner() view returns (address)
0x2d7748794e824dc423a8911f0b16329669b96094
buyTotalFee() view returns (uint256)
5
decimals() pure returns (uint8)
9
getCirculatingSupply() view returns (uint256)
100000000000000000
getOwner() view returns (address)
0x2d7748794e824dc423a8911f0b16329669b96094
name() pure returns (string)
The GameHub
owner() view returns (address)
0x2d7748794e824dc423a8911f0b16329669b96094
pair() view returns (address)
0x715720e04aa053bc737935cb296a956d400d141b
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTotalFee() view returns (uint256)
5
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
100000000000000
symbol() pure returns (string)
GHUB
totalSupply() pure returns (uint256)
100000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events StartTheGameHub()
approve(address spender, uint256 amount) returns (bool)
approveAll(address spender) returns (bool)
bulkIsUnauthorized(address[] accounts, bool state)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool)
editSwapbackSettings(bool _enabled, uint256 _amount)
exemptAll(address holder, bool exempt)
removeMaxLimits()
renounceOwnership()
setMaxTx(uint256 maxTxPercent)
setMaxWallet(uint256 maxWalletPercent)
setTxLimitExempt(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _teamFee, uint256 _marketingFee)
updateIsUnauthorized(address account, bool state)
updateReceiverWallets(address _marketingFeeReceiver, address _teamFeeReceiver)
updateSellFees(uint256 _teamFee, uint256 _marketingFee)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
buyFeesUpdated(uint256 indexed buyTeamFee, uint256 indexed buyMarketingFee)
exemptFees(address indexed holder, bool indexed exempt)
exemptTxLimit(address indexed holder, bool indexed exempt)
feesWalletsUpdated(address indexed marketingFeeReceiver, address indexed teamFeeReceiver)
maxLimitsRemoved(uint256 indexed maxWalletToken, uint256 indexed maxTxAmount)
maxTxUpdated(uint256 indexed maxTxAmount)
maxWalletUpdated(uint256 indexed maxWalletAmount)
sellFeesUpdated(uint256 indexed sellTeamFee, uint256 indexed sellMarketingFee)
swapbackSettingsUpdated(bool indexed enabled, uint256 indexed amount)
tradingEnabled(bool indexed enabled, uint256 indexed startTime)
constructor()
receive()
This contract contains no error objects.