Purpose

Verified contract

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

No balances found for "Purpose"

0x22324ced9af8ec0ea8fc48181eef8a441a5141205fc323b7df0912e24a557def
0xb5c05414e72b8dc769f40049c9907419f342e863b1a876a15426d97b9a4dc5ee
0x0dc025465e951fa6b8e7b1e00088f4923405fe20c813d7bc1cacc7b8f0010f8c
0xf2be17ee3ef43332bb3c85a366ecd0e34948458d04d7577fd6a2b6f293e5f825
0x5853e0018d69ec94b93c0e06dbf51f4c5e0b89db8881f7c28613054b018d9dec
0x6d427c44ea82a07ff29805174f0b8c9171fd3e470f68af3dd17b16335acfcfbd
0x1d3a1d420b54374a59aab504dd68d2821bd4b9cf84aa80eb4b16155c046347ac
0x40636f4476d476e4799011df71519476c6c023aeb2912b2941bc66d954f86d73
0x319d40228c1f9f52a478261af4339dc5ee7241bd7192aedb75b01d4b4e212214
0x15c5d69306b8557bcedc0dbee0c77861851f426a17c65c46c53bad58c24b104f

Functions
Getter at block 22472990
decimals(view returns (uint8)
18
name(view returns (string)
Purpose
symbol(view returns (string)
PRPS
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