GameStop
Verified contract
Active on
Ethereum with 3,343 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GameStop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246383 | 3 days ago | | | 0 | 0.00068990421 | |
| 21243466 | 4 days ago | | | 0 | 0.00075423015 | |
| 21241177 | 4 days ago | | | 0 | 0.00042621856 | |
| 21240913 | 4 days ago | | | 0 | 0.00067480220 | |
| 21239762 | 4 days ago | | | 0 | 0.00025349432 | |
| 21235608 | 5 days ago | | | 0 | 0.00050443240 | |
| 21228105 | 6 days ago | | | 0 | 0.00070707794 | |
| 21228063 | 6 days ago | | | 0 | 0.00040086460 | |
| 21227070 | 6 days ago | | | 0 | 0.00044006160 | |
| 21224122 | 6 days ago | | | 0 | 0.0012477954 |
ABI
ABI objects
Getter at block 21268727
_buyFee() view returns (uint256)
0
_sellFee() view returns (uint256)
0
decimals() pure returns (uint8)
18
name() view returns (string)
GameStop
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0x4e4442e59b98d60ba816489e307b853a38185fad
routerAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
GSTOP
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
List(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusion(address account, bool status)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 newBuyFee)
updateSellFee(uint256 newSellFee)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenChargedFees(address indexed sender, uint256 amount, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint256 initialSupply, address uniswapRouterAddress)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()