Balances ($0.00)
No balances found for "LYCHE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12592281 | 8 months ago | | | 0 | 0.0000022907424 | |
| 12590252 | 8 months ago | | | 0 | 0.0000023040113 | |
| 12589626 | 8 months ago | | | 0 | 0.0000023274857 | |
| 12563689 | 8 months ago | | | 0 | 0.000014379427 | |
| 12563555 | 8 months ago | | | 0 | 0.000031192611 | |
| 12563374 | 8 months ago | | | 0 | 0.000020034945 | |
| 12563363 | 8 months ago | | | 0 | 0.000019956681 | |
| 12563268 | 8 months ago | | | 0 | 0.000019258517 | |
| 12563259 | 8 months ago | | | 0 | 0.000019256924 | |
| 12563161 | 8 months ago | | | 0 | 0.000019308535 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
limbo(address _limbo_)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)