Pattaya

Verified contract

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

No balances found for "Pattaya"

0xa3ca9d54e384ebcdd690e6865bdf4925abe66ed9f000f2dad9f35ce85a1b1998
0x6fb8c1df58455c257d40e4ae418e57706371f5a54fce9179659e8fadadfca2da
0x8badae0e49e9ece166dda70d9a992a6c3514f557bae7319481593c41061ade03
0x971aacedd3bc50bd689ff6dc540ef98f888d9fdccc3e3c70a81fce866c0785ff
0xef2b68124f7c941f400a96199214f9b43f3c3e17d5e167d7ea63ecbd5f2386d5
0x4d1cecfa0a208b2bc0b15d0a98fc55c0518c2f4a2c66a63220b8abd50b4e830b
0x1a038840a23712e6a09d26cb151380356833bd0ba5763ec92e710cb2b88d956b
0xa3087fbb6327ffc38c6646caa75d7d26630014894fbba1b28983b6cb130ca055
0xe2dd096f051d51fdc47fea21a060aae2e38903956ea37456d8ed6f0d2a4b5004
0xe696e1c254a354c7c87cbfb7f52a2b227f1d683fa292b543847a1415860caf1d

Functions
Getter at block 23178253
decimals(view returns (uint8)
18
name(view returns (string)
Pattaya
symbol(view returns (string)
PATTAYA
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