PRINGLES

Verified contract

Active on Ethereum with 211 txns
Deployed by via 0xd20f9c27 at 19126139
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PRINGLES"

0x842c00ced8b1ca3cc127e95f8f11e4f5a0f901b69f9d005804004b9621e6c79f
0x95eb4c2769113d363aa3613db2bfd6194be0a878d2ba5dca40cffb4d7a18ebe1
0xbd8b98def35d874c79ddc64b395d03e3b6c99b446de61c1a4354b335398ccf50
0x3c7c3c9dac280114255f525df9d96be4a8758d76b6e042f0c5a4f005adcd13c7
0x55c9700e76804a77da27f02cf37819ed2f8e1ca4943564b1eb9f2bef67c50316
0x03d651297ca050fcc4d82145e947361d628e922960eaeaef42371f014847139f
0xa67bf1b802e765b88f18a80871faeca60054785322f5e5cdbc888c3e87b30b5d
0xc6f1c6a6222cb4ad447e48f4f8d58fa96f4630447e3015328c7012fb9a29a2f6
0xc3df186147b253ac60b6f61cca709d48b59c08d723246ec8697e7755c201402b
0xe665cf9f53a8fd4512e6d56cc635091b1d1f01b289a55ad96320591e06bbc7b8

Functions
Getter at block 20869197
decimals(view returns (uint8)
18
name(view returns (string)
PRINGLES
symbol(view returns (string)
PRINGLES
totalSupply(view returns (uint256)
777000777000777000000000000000000
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(
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