Kaylor

Verified contract

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

No balances found for "Kaylor"

0x95f29f234b46e09e262626e00a33f8a2f13a9f1f065c84e3a630d0120caf0b45
0x9631743ee6b8c9b0a373ce8cc71388eb0929aaf5c31df540442eb79cb3e74264
0xf6bfb9631cdabb9603aae0fb79beb88b7095500fe177b690b2db5064c8d4f645
0x090be4c18725e510f2d62dcb937337599681da1e5a6e1c630541e244541a8259
0xf8efafb476469c5692e5772e20504c8881e731165b2644a5a2cb1ebb475eefb8
0x9b0a727bc2e2fe7e578f166e37a8882343aacfa14719726a7b653cfba111901f
0xff0fb27cb70c9ec37d446a32b529902372380b301fda887a82125eec951ce473

Functions
Getter at block 23863852
decimals(view returns (uint8)
18
name(view returns (string)
Kaylor
symbol(view returns (string)
Kaylor
totalSupply(view returns (uint256)
840000000000000000000000000000
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 namestring symboluint256 initialSupply
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