GameStop Degen Corp
Verified contract
Active on
Ethereum with 3,983 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "GameStop Degen Corp"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207272 | a day ago | | | 0 | 0.00040526446 | |
| 21196811 | 2 days ago | | | 0 | 0.00081018344 | |
| 21196762 | 2 days ago | | | 0 | 0.00066121693 | |
| 21163861 | 7 days ago | | | 0 | 0.00095698723 | |
| 21140295 | 10 days ago | | | 0 | 0.00051062018 | |
| 21135395 | 11 days ago | | | 0 | 0.00075152109 | |
| 21134043 | 11 days ago | | | 0 | 0.00047007249 | |
| 21133090 | 11 days ago | | | 0 | 0.00080094010 | |
| 21091636 | 17 days ago | | | 0 | 0.00040351989 | |
| 21047652 | 23 days ago | | | 0 | 0.00023608000 |
ABI
ABI objects
Getter at block 21214250
INFO() view returns (uint8 decimals, address creator)
(decimals=0, creator=0x28c8847ac23b34e51c4c3ef250a0996b97965f06)
TOKEN_TYPE() view returns (uint256)
1
decimals() view returns (uint8)
0
name() view returns (string)
GameStop Degen Corp
symbol() view returns (string)
GME
totalSupply() view returns (uint256)
304680000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _creator, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.