UnilayerStake
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ff6…366b
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000001 | $3,107.28 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11154238 | 4 years ago | | | 0 | 0.00071030900 |
ABI
ABI objects
Getter at block 21196179
ethToNextStake() view returns (uint256)
616640000000
owner() view returns (address)
0xa6a7cfcfefe8f1531fc4176703a81f570d50d6b5
stakeCreator() view returns (address)
0x80ed730b453c1c3d5e89326eb1b04bea8125dbd1
Read-only
stakeHolders(address, uint256) view returns (uint256 amountLocked, uint256 reward)
stakes(uint256) view returns (uint256 start, uint256 end, uint256 unilayerLocked, uint256 rewardPayment)
State-modifying
Events addStakePayment()
lock(uint256 payment)
renounceOwnership()
setNewStakeCreator(address _stakeCreator)
transferOwnership(address newOwner)
unlock(uint256 index)
withdraw(uint256 index, uint8 wtype)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
logLockedTokens(address holder, uint256 amountLocked, uint256 stakeId)
logNewStakePayment(uint256 id, uint256 amount)
logUnlockedTokens(address holder, uint256 amountUnlocked, uint256 stakeId)
logWithdraw(address holder, uint256 amount, uint256 allEarning, uint256 stakeId)
This contract contains no constructor objects.
receive()
This contract contains no error objects.