Sit Brain

Verified contract

Active on Base with 2,760 txns
Deployed by via 0x056167f7 at 12568733
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3eec5c730af4959374286a22d513f6af12c70912729605d4d565c40b2eca1577
0x7cc8cbd531937a93519ac785319e68653ade98e84dc5cb516d00103140d24524
0x54a3d94d6b020bf2a1abac9eeac32a30f9e18d6f85a8bda331ce7d12b37d067d
0x2a06e424d0596f6de9def82e66b3c4a7224578fa62766fd94cffbc56c8e13293
0x0f97684ee4545fe47ca2c6fe3607e2266246580b680e4e529c22e86adb701992
0xbd49062949d8faac48dba743fda8eb3a2a2b90999db64e7e3b85388901774111
0x2a973664e03e8a4300b68ed9184d8ec6b21e5429600f2676aea3260fd943b133
0x9ffe5e477ecb9d29612f86c1d0d6506ac5a056fe0764f860a4ad9ceeadf46fed
0x6c7e28b7ce778e2e737cee73187a7e44bb3bd565377002653c385589059209c8
0x7a5b9842723d90c839ef1e0892f6265a7d56b511d3ad6303031556108b6446fa

Functions
Getter at block 21891345
decimals(view returns (uint8)
18
name(view returns (string)
Sit Brain
symbol(view returns (string)
SIT
totalSupply(view returns (uint256)
57896044618658097711785492504343953926634992332829170908616792003956564819967
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
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(
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