Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LILY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19860714 | 6 months ago | | | 0 | 0.000083794398 | |
| 19860714 | 6 months ago | | | 0 | 0.000083794398 | |
| 19118216 | 10 months ago | | | 0 | 0.00054010527 | |
| 17696411 | a year ago | | | 0 | 0.00072600875 | |
| 17695900 | a year ago | | | 0 | 0.00032067783 | |
| 17694264 | a year ago | | | 0 | 0.00077417852 | |
| 17693815 | a year ago | | | 0 | 0.00072712424 | |
| 17693551 | a year ago | | | 0 | 0.00090043708 | |
| 17693527 | a year ago | | | 0 | 0.0010282031 | |
| 17693519 | a year ago | | | 0 | 0.0011931507 |
ABI
ABI objects
Getter at block 21221324
decimals() view returns (uint8)
18
myteam() view returns (address)
0xf6551fa6644275713d2b900f341fa01fb29ec63c
name() view returns (string)
LILY
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LILY
totalSupply() view returns (uint256)
10000000000000000000000000000000
Read-only
EXamount(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events ExecuteX(address[] accounts, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.
This contract contains no error objects.