pepegotchi

Verified contract

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

No balances found for "pepegotchi"

0x20ab195d599879f6390a3f56235a78abb5b3a4743d8660cfd044285d8a90b4a5
0x160b83a18fd4d2f2f78696d70b01b063ad662a1cbcda9acace4a9f994bacebdb
0xe08f5716e7fbfc6638dc09a1f36d2dcc8bb28eaf165fbe00ebbe33c66f493af6
0xa93032c765b6dcf57b3b3d0bf75fe672a32df7f1be576b15b2adab484b1b924c
0x3e9e4a5c343fc59fd85ddbbc072830c15b957a53a7a624a4bb029170936cef66
0xc2a400280376c51923e04ede6d03901175ccfd77e3e3baef59446fdf1304180c
0x097935d9aa2d7e1dceedc82c0defb83f94ddab5c6b043bd292b6f3f4c5779a0c
0x003dc73f9a007ca3acab4e585efe25d886141ed8126b0bf0fe64c86935a97c17
0x11da7015a091e70c4128e560d7052e30011230c969e685342f5554ff805a5b5c
0xf90cef0a4df6d09fdf5de46693b679c2ac1fe30e80cacdbd0c72a4edf662c4e3

Functions
Getter at block 22823615
decimals(view returns (uint8)
18
name(view returns (string)
pepegotchi
symbol(view returns (string)
PEPEGOTCHI
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