Sushi

Verified contract

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

No balances found for "Sushi"

0xcf2ecf8d07f567dcea0a4dc01a418368b17d44c042df8ceac4ab69a04c632657
0x433f747e2af08c629627f1b79d50c76e2cd97a4f88c551aab40339ca3c187c79
0x9d77636c8d0feaccbac8292fd4db9e647aca29dd3ad31604accc1b4be5e872be
0xad0d9e6758e9468a160e86ce89f12e6003f64bbd8d38301b425afffcc005df2b
0x2ad4e4cff73d8aed8f29e702ad33ba4011bcc98ad4919443c37e91e65a14f551
0x2ed890c38417619df6fbb718fb46b1660fc2a387aa5d3dc2eceb76b605a0ca38
0x23d489c0d8c185541177b84220b7d518b9ce5eb71818bd88f4530d39c778e84c
0x0959b1a79941c4b59b4df7b215e9ffbf945fc95b369d55cd1e87c1877f3f67b4
0x62b193f609dca41f9fc034d468adcd3c5ab56b91183e98144ecb6f4018ede207
0x89a082412f6d4d207d0e7abc513ab1dec078367e72c6bc294b2690930cb063bf

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