LivesToken on Chain
Verified contract
Active on
Ethereum with 5,568 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LVTC | ERC-20 | 30 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20971697 | a month ago | | | 0 | 0.0011215613 | |
| 20971673 | a month ago | | | 0 | 0.0013769309 | |
| 20103510 | 5 months ago | | | 0 | 0.00021302316 | |
| 19405058 | 8 months ago | | | 0 | 0.0011051347 | |
| 18884099 | a year ago | | | 0 | 0.0015871998 | |
| 18883937 | a year ago | | | 0 | 0.0014569960 | |
| 18320050 | a year ago | | | 0 | 0.00059109952 | |
| 17833552 | a year ago | | | 0 | 0.00050284854 | |
| 17833473 | a year ago | | | 0 | 0.00057915124 | |
| 17514964 | a year ago | | | 0 | 0.0011487930 |
ABI
ABI objects
Getter at block 21260349
addr_ico() view returns (address)
0xbdc44a4ea8a9640ee5dcf2e0425d7a262c830c62
addr_miner() view returns (address)
0x22164b69c71dcf12e1dc037bb43933449f342a69
addr_org() view returns (address)
0x32a3a725895f1bdcfc1fef8340f9f26d49af60ab
addr_team() view returns (address)
0xd5a375dd13abef145b8183e6c2380bc777614395
decimals() view returns (uint8)
18
freezed() view returns (bool)
false
name() view returns (string)
LivesToken on Chain
symbol() view returns (string)
LVTC
totalSupply() view returns (uint256)
28000000000000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
freeze()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freeze(address indexed _from, uint256 _sum)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.