Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOIX | ERC-20 | 36.131205B | -- | -- | |
LOOIX | ERC-20 | 5M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18579284 | a year ago | | | 0 | 0.0017630391 | |
| 17424922 | a year ago | | | 0 | 0.00091237919 | |
| 14283933 | 3 years ago | | | 0 | 0.0017075737 | |
| 13913199 | 3 years ago | | | 0 | 0.0036848394 | |
| 13907031 | 3 years ago | | | 0 | 0.0025975136 | |
| 13906959 | 3 years ago | | | 0 | 0.0046820192 | |
| 13906950 | 3 years ago | | | 0 | 0.0032334707 | |
| 13906907 | 3 years ago | | | 0 | 0.0046336663 | |
| 13551548 | 3 years ago | | | 0 | 0.0083355213 | |
| 12760525 | 3 years ago | | | 0 | 0.00022405200 |
ABI
ABI objects
Getter at block 21284132
ICO_totalSupply() view returns (uint256)
0
decimals() view returns (uint8)
18
mintDelegate() view returns (address)
0x1fc570038d16c6d8cc616ff94dec0f7558e85127
mintingActive() view returns (bool)
true
name() view returns (string)
LOOiX
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x84a81f3b42bd99fd435b1498316f8705f84192bc
symbol() view returns (string)
LOOIX
totalSupply() view returns (uint256)
36698291126000000000000000000
unlockAt() view returns (uint256)
0
Read-only
allocations(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getStakeIDs(address _address) view returns (uint256[] Ids)
getStakeInfo(uint256 _id) view returns (uint256 endDate, uint256 amount, address receiver, address initiator)
stakedBalanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
giveAccess(address _controllerAddress)
mintToken(address _target, uint256 _mintAmount)
mintTokenBulk(address[] _address, uint256[] _mintAmount)
redeem()
revokeAccess(address _controllerAddress)
setMintDelegate(address _newDelegate)
stake(uint256 _amount, uint8 _option, address _receiver) returns (bool success)
terminateMinting()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
unlock()
withdrawLOOiX()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed _from, address indexed _to)
Redeem(address indexed _target, uint256 _amount)
Stake(address indexed _target, uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.