VistaPepe

Verified contract

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

No balances found for "VistaPepe"

0xfafb32cb94a5bcd22299316c5c565c7892a1a08b8b0e172200dc755dc7d7dd2d
0x306657cd4a5e91d2f7c0c10ecb7fb2a8db652023ea6cd86ed591bd1bc96e4217
0xdb0d286cb04cb2c6dc5e0276f88eae2f33c6b254a6217104482f1dd417dc8046
0x5cbb707591991072b6720086696c5538555c8a1f62f19b8e7f4ff2250672e248
0xb855258bd7b9fb49955d83f3023a1ca62d2598a1fa665e32d8f691bd1181fe74
0x52535a8f4e1b7402e557bea2d4a732158e5ed5fcdd8e0b33f28faf0ad43f959c
0x309934648acb50d321c262d75b257a15890c0f41096f752229cdd99aa428cc25
0xa6e2fa1fdacad22af8651d29188b97b057339257fea049642063169f1d98cbd8
0x3598cd5202429fd68f20c1a64b44587ba88cd7c07344ddfae0e641cb77042505
0xb3c40e9a4cae98ee33ca744009cd7ae1793d53af90436ec340ca36b77b30ec52

Functions
Getter at block 21157909
decimals(view returns (uint8)
18
name(view returns (string)
VistaPepe
symbol(view returns (string)
VistaPepe
totalSupply(view returns (uint256)
1000000000000000000000000
vistaOnly(view returns (bool)
true
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 namestring tickeruint256 supplybool vistaOnly
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