This contract is being backfilled. You may encounter incomplete storage history.

/super

Verified contract

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

No balances found for "/super"

0xf19195f54a2272733f979af2061ede07acde3a7a60ed49b41630c26daa6ac0c5
0x4eea5fe060b7c81ab6788ad1e9cf62dc603ace9eaa772b9c05e41d9af584edc2
0x675aba211ccb3f42f937acf201978d925abb459f6a85146d8af478a2f37d6018
0xe9c1739e03468f7ee6b21cf0fbc36eb51ba64cbcbe802261635ffc97a56940ae
0x17971edf778a5938e63f72cea78d115222364ae6da976dbb172e8f41146b9498
0x9fb317de519b75b495f81205faa6d2a6e9ec3938b9ddd1c25226f9c0bdd77122
0x4307753f51fdc4c9da7b539d9f3cf32c56adcb161c7e4a3fd22ab40fa3e78c68
0x081f81b642b844271dfc3fccff458323623bb0857ac519c080b440d92db6d85d
0xc4eaeb6876194d5fc75bdd4de178377f0afefa605e4ed330c22f749b28f1c571
0xf65f9d3f14d9b4725c4cb4d256a39c9c29b934a5aee0bec8a66cd2fe7475c873

Functions
Getter at block 23087838
decimals(view returns (uint8)
18
name(view returns (string)
/super
symbol(view returns (string)
/SUPER
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