Squish Fong

Verified contract

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

No balances found for "Squish Fong"

0xbe6b71e83df75da1e94a362c4d2d7cecf31bf4552f3017b2261ce91447c1055b
0x0a20c92ac68301ce8fa765b079e68f9fab4e44edfa27bd1af955aa8a61585850
0xbc05ee85da90f526ed63fcba99789a5b2db6aef7d7acf5eaf06463a6d628e781
0x395890d187b71832c0ff44e73aad7f0d6cce22840e28e3ffb00ee39e497edd89
0x87266b3d2f0f219287d1ca584b599527d0396fabeaa1ca1a707aa1eee4ca3e48
0xb1613edeedb3bebbb5fde5f9aa6b8c6d5837433b23bd389a58b91f9b39eb2bae
0x0f288d638a9c0727e3c3995a2ec16ac6242a31a74cf1fa2da505d9a941e9dc24
0x48beb5b298498ed9a8d07edafdca934947d38206b2510bd0a06cd0ec75d0e66f
0x0d45ad3363c34dad6024b0f4467690eccd48f310b4ec9af4651dedb01095635e
0x9042a795c7116bd7d3e638cb4a2f76b1c7b2e228a2aaaef3882e6be2a93ce25e

Functions
Getter at block 23791244
decimals(view returns (uint8)
18
name(view returns (string)
Squish Fong
symbol(view returns (string)
Squish
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