SLIME

Verified contract

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

No balances found for "SLIME"

0xbda2f0368ced740b58c5e49f634530e720231674257cfe63539c634172a1ee85
0x442052d50f5a523dcf39dc243775b8893f449b2e520c7f18e706bc1057081b34
0x3b6da8305f2c334c38268db61ce5a42a244598955cd590bf193a3145eb755dc5
0xcca0b55e1d35ea48b3d57ff5495b8efd482f08496e5dc89146ba3961802dcb56
0x5c62dd1b7dc19920e8ac4e4864c1c129bd49e637dbea4939a8fc2f6262aaee44
0x262bd23e0456f08ac4e234de804d8944588e27afaf3ea0f4ed2998ff4cb5afcc
0xca0bb9d05e5519dc7e5c05ed97f835dac2173cf3bc049a52db50c4328c796164
0x2558ddd497f1504bda70f434f9f7fdf4625ac18acc2dc98873f3af6018bedb79
0x926446e95d2b2181911cfa8ce0511b253898c2f7374076343b7c749aece77867
0x7e828bf3956109193bfc0a0383e686d810ce5cce999763b61197a39370dd2900

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