exhausted game proxy

Verified contract

Active on Base with 12 txns
Deployed by via 0x243db459 at 23835250
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "exhausted game proxy"

0x3bdfb3afed307e4e79bad76e2adfc8f732beccbbc5d01323d19b103f548838e3
0x61cdb79fa89637d3ab7f673bd44387e1efa019273625aa80bc4c3ca5b7e4976e
0x4817eaae149e971ca4841290221e2d71747923a0d1bf6725f42835366f9741f6
0x36352a62357bd911039d5aae21c37a90d7cac8d6e4e43d84f2f73e3adce9db4b
0xf09fd81755fb770ff1d5d1afaf8848fadec9ed68eabfa6a844b880e5eda19c74
0x6b1984421c190468319b2bae43146f886ad26c88772101173eb2f5fc8f8c71dc
0xc3ac3b619312b270c48842b5f5109c09b0da902defb59acad7e7cc801b51535d
0xd89af6ae84590491f7f8402c337eb388e2d7233f32a1a424e955283f20604436
0xef17cf3c078651edd0d9349e2cc87bf4acf606338b2cf43974620ddfea9a2df9
0x09ad3321ea6ad7f57c035ae2a709d582fc22c22f2eebade7384cf7e82c8e1f58

Functions
Getter at block 23851299
decimals(view returns (uint8)
18
name(view returns (string)
exhausted game proxy
symbol(view returns (string)
EGP
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender