Pencilus Pictureton

Verified contract

Active on Base with 325 txns
Deployed by via 0x294779dc at 12120686
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pencilus Pictureton"

0x279dfc5e47c8063572d9f3f51302b236e18e46675526d93a1834cc8261291686
0x82d875cee98e591a35d2ee6347aa6e5f60732b03f202719287d34e550faf2f81
0xc41a2c997a909575ca067b0bcf69329e27a54d5f4401e4aa317184535ce35d24
0xc8848655a2b0e2e506fa64c16563db777a2e09f6c3e3788156b69781d9079c2f
0x27d0acc31b7f2c26f3a19ab830dc9338f66478e07c98df59fb5a1472bee3289e
0x07df70b2dbb4500fd9b53f35d7c61b16968bfba127e884c1a816b0c8ec4af2d5
0x470503a5f86f15bb7a39ca25d0a5c4ddac3ba4b7161517978923cb5d9269f20e
0x3bac9355bfeb20734895b2ae02fcbcbc59b431396f719c55ebbebeac5f9ad1b3
0xa326d6de5194fd64e089f752b2682791380e447439e31a3208be761c36cc949c
0x4011ea90834db8c401d4846789d69c27f88e7445c81148c23378349daee8074f

Functions
Getter at block 22779428
decimals(view returns (uint8)
18
name(view returns (string)
Pencilus Pictureton
symbol(view returns (string)
PENCIL
totalSupply(view returns (uint256)
100000000000000000000000000
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)
transfer(uint256 amountaddress fromaddress to
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