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

Kawakami

Verified contract

Active on Base with 1,223 txns
Deployed by via 0x6b113ff8 at 12682713
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xa08cd4289abffd5dec09e7daea6ec3d5654e39c194e80d0ff9826c8a2b9014db
0x319e550cb72a50d8ca3f9deea94d1c7335ff29028630b01757b3245d7e2f4346
0xff85524eb4197bb6d6bd769e225eae4588cd73ab4677a04c49b10e64076b1245
0xaef71f8bb92740f1d75ab97cec3fc50d7fe6453e796e750d20adc3cf15405099
0xa024513d3b675cd1b1ccadc9dc7eff7a66a0395de5ab65b5f2ca5d7b8926ab17
0x9eb5df502998a591171bc749a727e0dccc77d09de90b30f67e163829ef9be4a2
0xc44aba36c5b8698595bbca4d2679384b14feed4c7825dec85ad4475850c7594c
0x3c5cd86f1e8da2009e7d0cf0ec9ec6e9175b00e7c93e2ebe7356314f7068c422
0x48f8ac50840cf355362271ffef93bababf4c4a25a8cf50d669293d8047480b88
0x840626b4f5f1494360a4017bd88f67aea25af9731879806e35fc118ffeb5280f

Functions
Getter at block 22763110
decimals(view returns (uint8)
18
name(view returns (string)
Kawakami
symbol(view returns (string)
KAWA
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
transfer(address touint256 amountreturns (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