UNILAYERX
Verified contract
Active on
Ethereum with 1,231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,270.19)
Native
Value
$31.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008892 | $3,569.80 |
$31.74 | |
LAYER | ERC-20 | 82.293043K | $0.039353 |
$3,238.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20099476 | 5 months ago | | | 0 | 0.00027400100 | |
| 14449360 | 3 years ago | | | 0 | 0.00091577886 | |
| 14177429 | 3 years ago | | | 0 | 0.0040076383 | |
| 14177398 | 3 years ago | | | 0 | 0.0073573703 | |
| 14177369 | 3 years ago | | | 0 | 0.0082173101 | |
| 14165512 | 3 years ago | | | 0 | 0.0033210349 | |
| 14165413 | 3 years ago | | | 0 | 0.0026790881 | |
| 13561309 | 3 years ago | | | 0 | 0.0039261443 | |
| 13443220 | 3 years ago | | | 0 | 0.0023766429 | |
| 12918039 | 3 years ago | | | 0 | 0.0013249650 |
ABI
ABI objects
Getter at block 21288326
decimals() view returns (uint8)
18
ethToNextStake() view returns (uint256)
643318792245600000
getStakesNum() view returns (uint256)
4
name() view returns (string)
UNILAYERX
owner() view returns (address)
0xabe87e2062405c1dc456141ee40ecb778cf4426f
stakeCreator() view returns (address)
0xabe87e2062405c1dc456141ee40ecb778cf4426f
symbol() view returns (string)
LAYERX
totalSupply() view returns (uint256)
40000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
rewards(address, uint256) view returns (uint256 layerLocked, uint256 layersx, uint256 eth, bool isReceived)
stakeHolders(address) view returns (uint256 layerLocked, uint256 layerLockedToNextStake, uint256 numStake)
stakes(uint256) view returns (uint256 start, uint256 end, uint256 layerLockedTotal, uint256 layerxReward, uint256 ethReward)
State-modifying
Events addStakePayment()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 value)
lock(uint256 payment)
setIsPaused(bool newIsPaused)
setNewStakeCreator(address _stakeCreator)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
unlock()
withdraw(uint256 index)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
logLockedTokens(address holder, uint256 amountLocked, uint256 stakeId)
logNewStakePayment(uint256 id, uint256 amount)
logUnlockedTokens(address holder, uint256 amountUnlocked)
logWithdraw(address holder, uint256 layerx, uint256 eth, uint256 stakeId)
constructor(address _owner)
fallback()
This contract contains no error objects.