Token God

Verified contract

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

No balances found for "Token God"

0xfad9b476f718d015fee9843f95f00dd3b96dcb678384da405dac494c02d4efe3
0x2fc9a4ea04df90749a646a3795ad5b542d734bb76dde0d75413aa331cc8eb490
0x408a0009bc11befc1ddf00cba178a48d565eeff94efc6e4ea02b414271c64b63
0x42566f4a13bc962b53d24ec6558f511343f8de8cb96003f8cd0009802f220b70
0x5641337439871c8011c0e80dffb3cc406536768eea06e68bc0c818bffc88d758
0x55a3a9d59a3283ba2a0bbc75637a0665d7653912a27c6b3edc5da468e8935857
0xc530bf6fe5b925d70fb9581a752aa0f1e94e225403d93f8e3643e79f9117d746
0x23411c2ba8222dc95707a0330c3069ae39a9135f668f806e373a8c8bc228febf
0x0c65e3ad151933f0372d242ebeb586eef5524e9f4a3ef6a42a74b220b16f19b1
0x11c2ac982c52c9b4435d5f8cd17fc132dbedd76a0b90fc01e11e47103a629919

Functions
Getter at block 23741180
decimals(view returns (uint8)
18
name(view returns (string)
Token God
symbol(view returns (string)
TOKEN
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