oh my god

Verified contract

Active on Base with 95 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "oh my god"

0xe59b5fd72e44f4c9115713f2c0f7615f04b7880fa01c5e041063705a4fa39ef0
0xd56f652be74f755e58a8f46770ea90fcb749ea429a9135e8ae924549ad3055d6
0x62501772c1b87a0578702052dc74edc0167a364e0ec6be5b9c4e94c838a56a3c
0x0b27cca47469b366aa68caff9a91dac60ca0da3d3f486e34f02c27f2b024d204
0x611b11cfcf05ae5c62a386586925db2cf146f64786174f6f86ede9bc4ec92dec
0x9789c87f55217b09c32fa7dbebd34e9552e82ab0f17c5ff5f57700059e9cd6fd
0xe30b6a983e5ce81aea1949be30f24e7b2eb48362e17d615d2fe040eb8d508c9d
0xabc2c70ee530a1d43c1df9bddf28f9819a564f54d5fc6ea6d981c52e681e087f
0xf0e928b8d0dbc9f42468da5361e8b3a4c0d3ee809cbe3dd943d8054a2d2c03e0
0xe051092bdcacd249163e75163b36ca8df34464e83d921e4f4750365f2efb82d0

Functions
Getter at block 23057412
decimals(view returns (uint8)
18
name(view returns (string)
oh my god
symbol(view returns (string)
OMG
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