Twitti

Verified contract

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

No balances found for "Twitti"

0xe9b05298e8c2a2e83e569393ec537c5f010064e491534d08699454262000821c
0x60da32c9f71402f29802346a718510543f3d9bfc314817bcdcf4f0a309554e68
0xc2231ab549a3c725c2f6235c0259a9bf3232c9552b15c20f8488582ab263c166
0x2341161637f19a3f575c72a5e7f95f742500935b4cd32a28f72e6a55b87e2847

Functions
Getter at block 23734876
castHash(view returns (string)
0xd12cffa34098e7fc627565817477c7c47ca555d0
decimals(view returns (uint8)
18
deployer(view returns (address)
0xc88eb8c096d2a6bf50f6e738e992d31a27f56299
fid(view returns (uint256)
443610
image(view returns (string)
name(view returns (string)
Twitti
symbol(view returns (string)
TWI
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