Lionex Coin
Verified contract
Active on
Ethereum with 947 txns
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 "Lionex Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11624228 | 4 years ago | | | 0 | 0.0035000351 | |
| 11294850 | 4 years ago | | | 0 | 0.0025454800 | |
| 10643550 | 4 years ago | | | 0 | 0.0047059360 | |
| 10610094 | 4 years ago | | | 0 | 0.0022527820 | |
| 10610037 | 4 years ago | | | 0 | 0.0023630361 | |
| 10597835 | 4 years ago | | | 0 | 0.0020454751 | |
| 10565677 | 4 years ago | | | 0 | 0.0031818501 | |
| 10557640 | 4 years ago | | | 0 | 0.0028408211 | |
| 10557599 | 4 years ago | | | 0 | 0.0027809301 | |
| 10557568 | 4 years ago | | | 0 | 0.0028413851 |
ABI
ABI objects
Getter at block 21158826
burnSupply() view returns (uint256)
0
cmo() view returns (address)
0xa3a2b7d2cb75d53ffaf710824a51a4b3cf30e9d1
decimals() view returns (uint8)
18
initedSupply() view returns (uint256)
2000000000000000000000000000
name() view returns (string)
Lionex Coin
owner() view returns (address)
0xbc8e1aca830a37646cedeb14c7158f3f1529c909
stoped() view returns (bool)
false
symbol() view returns (string)
LIN
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
disabledProxyList(address) view returns (bool)
lockedAmount(address, uint32) view returns (uint256)
lockedDetail(address, uint32, uint256) view returns (uint256 amount, uint256 endtime, bool deleted)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
disableProxy()
enableProxy()
lock(uint32 _type, address _who, uint256[] _amounts, uint256[] _endtimes)
lockRelease()
proxyBurnFrom(address _from, uint256 _value) returns (bool success)
proxyTransferFrom(address _from, address _to, uint256 _value) returns (bool success)
renounceCmoship()
renounceOwnership()
setStoped(bool _needStoped)
transfer(address _to, uint256 _value) returns (bool success)
transferCmoship(address newCmo)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
CmoshipTransferred(address indexed previousCmo, address indexed newCmo)
Locked(uint32 indexed _type, address indexed _who, uint256 _amounts, uint256 _endtimes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(uint32 indexed _type, address indexed _who, uint256 _amounts)
Stoped(address setter, bool newValue)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.