Warpepe

Verified contract

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

No balances found for "Warpepe"

0x5d863d69816db1d3844eb044e00708e1abe81ffd09a79e0072e1650c2d5ffc13
0xf8017d6952c81e82ed6d679e8566b45944cbdf7395701c5044aeb8774e9ce6ab
0x5792155606b4e63f6214f2fcced72633fee3c7be4daa7080a9b7db1c964e56b7
0x02db2fb6660e42940c278f6299cbcf528fa2593bf1da1df350da4b9e79cf822e
0x3f84a4f14c727137ad1e5e46194e1e3531d93f660312e6ce845f2487289e4e99
0x5b826661c9c5bc3c23bc5e4e57c052e478bc4d1c2a9a311fcda95be7c3e51111
0x3e1f2cd6c345508841e090da2d46ca88eb5c7083fd972e45002a38467885acf7
0x7446176decbb27f6d3c0b1089b446cf0281f0ad7b167c114f31d03f694475389
0x34de24e566676e25e5e2d5673e9fd727b60731d6a27beb2d45c801400cce334e
0xafcc8c58371bc2972184b12e0ee7766de389aeb326f74dae2be3fc2e65babed5

Functions
Getter at block 22738142
decimals(view returns (uint8)
18
name(view returns (string)
Warpepe
symbol(view returns (string)
WPP
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