GamerCoin

Verified contract

Active on Base with 1,326 txns
Deployed by via 0xddbd58d2 at 12883584
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0xc5c7d701e47660650126bae37e661250a09e38f4b19316165c1259f3fb57c735
0x52a79a4d3dce9842dfbdcb7df803774d89be75da6003b98e981b199398456ae2
0x4a5426166c28725bba78f995d4a2b532d7b15b4d6bffca3fe177f6b929e854fd
0x10bb5f4cbb35b85725cd1e3e1e0896fa2413b28827bab998365e8c2b0bc738a5
0xc3614d5b43127e3c852a2e4ad9df1606de50e07dc8307847798dde07cb310cda
0xeef6cb300edcac8433a0814f5d51861ce4e91dace6969e08d8083358f20465c9
0x15dabc7e67cf0042817ddbef3cf7b40816e2d8d7d28f17b8e4331039e31c1f84
0xb04e2b107e6c19a0854015b1828cbfb49b62856933a82f3311866d6135d26449
0x523929797b4532fa41d8c0d488dee01831119830ba9b12c0d251ec98ae18babe
0xdf98e9371427462af4699986e48e913f2d3a2c4ea546e925daf6c1e13dbf6982

Functions
Getter at block 22924117
decimals(view returns (uint8)
18
name(view returns (string)
GamerCoin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
GMC
totalSupply(view returns (uint256)
133780080000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 totalSupply_address serviceFeeReceiver_uint256 serviceFee_
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account