LilySCoin
Verified contract
Active on
Ethereum with 1,028 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,776.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LILY | ERC-20 | 13.052K | $0.859575 |
$11,219.17 | |
USDC | ERC-20 | 1.554426K | $1.002 |
$1,557.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188587 | 2 minutes ago | | | 0 | 0.0014100463 | |
| 21188473 | 25 minutes ago | | | 0 | 0.0014901793 | |
| 21188264 | an hour ago | | | 0 | 0.0013625422 | |
| 21188219 | an hour ago | | | 0 | 0.0015095522 | |
| 21188162 | an hour ago | | | 0 | 0.0012239587 | |
| 21188013 | 2 hours ago | | | 0 | 0.0014206680 | |
| 21187991 | 2 hours ago | | | 0 | 0.0011753566 | |
| 21187647 | 3 hours ago | | | 0 | 0.0012452582 | |
| 21187122 | 5 hours ago | | | 0 | 0.0014640596 | |
| 21186886 | 6 hours ago | | | 0 | 0.0014975480 |
ABI
ABI objects
Getter at block 21188597
DOMAIN_SEPARATOR() view returns (bytes32)
0x05b382c4b1b5dd8aaa83d2212befb4ed5014c42328c9c3a6e589da073df4113b
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Lily's Coin, version=1, chainId=1, verifyingContract=0x7ce89243cc0d9e746609c57845eccbd9bb4b7315, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Lily's Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LILY
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)