Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1fed…7149
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINGO | ERC-20 | 1.757803M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Staking"
ABI
ABI objects
Getter at block 21099052
owner() view returns (address)
0x03c78e096a76d9a9d8f97b1627007a0fd787bb1d
totalRewardPending() view returns (uint256)
0
totalRewardsDistributed() view returns (uint256)
0
totalTokenStaked() view returns (uint256)
0
Read-only
stakedPosition(address _address, uint256 _stakedPosition) view returns (struct StakingStake)
stakedPositions(address _address) view returns (struct StakingStake[])
State-modifying
Events renounceOwnership()
stake(uint256 _amount, uint256 _duration)
transferOwnership(address newOwner)
unstake(uint256 _stakedPosition)
withdrawStuckTokens(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.