LYCHE

Verified contract

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

No balances found for "LYCHE"

0x5a7436d6f58f2a30c7731dc62987bad58d9832a592107173828bb7d2cc2a3117
0xc511e5095c18e3f92f3c02745796c42277bc70028cfd0f434daebd3fdee5a0a7
0xeffd346f51da76d586e9f143901b49f29a75c046f48d8af2e305177310a2f6ae
0x967c0dce25d8873c169448d32cd6a1a43b31d576923c447a0a9939da1456db9b
0x9e42d62f38679ce053d4f273c974701f68ee77cc61271e76869245d8a863f1cd
0x9f77139e60efdb106424a3f0d00861716658a44c58cee2cf8c49ddb2ecc1394c
0x7ff1905b5e1678b254396025dabde2fcd1da19a1c492683952e3097049b34b6f
0xaf046e30001044c1afd461f9d9e7f316f396f3373b6924accd735bb4fc77bd63
0xbe6eee96c898bb2714f5aad3dbefb97da4c26654136e46535322f36d9d18d3cb
0x3ed10b280f2c1ebd2acbad4256068165050e18758f2bb97ab2357eb93909c8d3

Functions
Getter at block 23078728
decimals(view returns (uint8)
18
name(view returns (string)
LYCHE
owner(view returns (address)
0x7eb67c1ae0dcc168a3e749055ae7ad14ed8b58be
symbol(view returns (string)
LYCHE
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
limbo(address _limbo_
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account