Simmilarity

Verified contract

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

No balances found for "Simmilarity"

0x3ecacf466b25477a0bf40826ed837d30e2adaa0e387d1bb1bd633c8c260463b1
0x8adb53addfa152a3d4dbdf30b466d0aa05d6bf7fe93810f6637bfbd77dcfd98a
0x191508a3bd3ab488614464b31069c8cdc91d861f90734ce3fdd44b58d35db940
0x98f92fcbb7bbaae0b2975fff15e001f008dfea392134f46c8a2f4f471ec4cfec
0xb89cb4146162d92a62bc3337c5664eac2e2696010afbad3c5f5b2d10c1341839
0x6b04d0512cbba457c4534b0374d849897973857a481f724e4bb083a729e2fb76
0x3a21dec7bd19ca5f8c129cd94871aa8d1e4ce6352d00ece45008873140af787c
0x52280ed555ada1ceafbe8d587bc1c8c88b912e1c7ff75affe679fe6dcd8ee071
0xc86f431ed4fc374ba3f182df0f9898d04bce6f1bf3ccbdf5b35f78b1da8e9a00
0x115b57cd4a4e59d5eb042fde23e21ad2cac418da72cf64897ea27e17e3552b75

Functions
Getter at block 23809689
decimals(view returns (uint8)
18
name(view returns (string)
Simmilarity
symbol(view returns (string)
SIMTY
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