Shitility Token

Verified contract

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

No balances found for "Shitility Token"

0x3b74fe583e899a801a1013ce8fa4548c8ac6a6438f4b30714899c8abf98d72ac
0xe0dfc2ca0e14fee65749eb89b8575d4a284623073311b94c07c02fae2c3885d5
0x12e3715ed2a2112fe1ea3708416e447dae4e93d5a331e4567cbf49fddfd0f5b0
0x1330bdcc8b827e713b1a81468b1ba60c20b41e15cc268d32403e749adbdb00bc
0x0578880845fc0f9b1a178cfa031c276a40c2555bfac1dd74bd14c59dd7ff6f5a
0xe0397d16f868dcc1732c5209334c3e5b9b858ec48c39c7f70e5eccafa3df66d5
0x25aeb7c790893e56c3d66fa1690b6e2417bdfb0b71e7d6ecb0c22e4d2c4a534b
0x7c751d3fed0d74b6a20dd16d994ada6ed6b8edf0edd54b88104991f620946fb7
0xa20d5f185ecc6453506d4592a907ce4b09d3304276270d6d03714d0633f80d61
0xe664e9c1a3f5f36f364073432a137469f8bc2f1c7cea94913d8cd864a2196d01

Functions
Getter at block 23186177
castHash(view returns (string)
0x36c00797676a6dd11eca6fbba37c7090817b022d
decimals(view returns (uint8)
18
deployer(view returns (address)
0x6991290b18ff342aa758bcac68c171d9fc77ebbd
fid(view returns (uint256)
4528
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/0fdf83f7-72ec-406c-4fed-dcdf1f902400/original
name(view returns (string)
Shitility Token
symbol(view returns (string)
Shitility
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_address deployer_uint256 fid_string image_string castHash_
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