GAYPEPE

Verified contract

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

No balances found for "GAYPEPE"

0x693d92433bde99d51d00cfee27b6505df873f39b379054435d82ce387826dc60
0x97304c68a227d16c8d01b0f107eafdc2e6c769a97707a869dbd74ffd97def7d3
0x89d76ee92b5175ee014ca70a693d810e17d664f0090f6cda8d3f615afdbc2d9b
0x9180b1b47899ab81827c720b3d6660f16835decc2f7a8656a4f8e451dd410cdc
0x8887ada8f542b68dee1073042f7c92ab079841fa7699554c314e7deba2dfdafc
0xf80f16c08f33117bf699a604c6692f430ef7117fae0e57eddacae7c14bf4e941
0xd0f6bc884a6aaee987e2bb5565344662f5782168e2855c6838ebf11913140b23
0xfdd9911f47fc91dcc180d6f5628b789e742decd5ceb89980ad7e74d1cec76d99
0x614a00bdca5171492de76a6d8cdfe92eb015efc81408bff9088787c3daba51d1
0x6366630ebe7d0e1f7d65df1d15a385fe72c363fc28e5d6e0d7cd01ff92f4c319

Functions
Getter at block 22916360
decimals(view returns (uint8)
18
name(view returns (string)
GAYPEPE
symbol(view returns (string)
PEPEG
totalSupply(view returns (uint256)
1000000000000000000000000000
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