LnLinearStaking
Verified contract
Active on
Ethereum with 2,262 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3e9b…1937
0x0fbb…1f04
Balances ($0.00)
No balances found for "LnLinearStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11856515 | 4 years ago | | | 0 | 0.0022817920 | |
| 11139784 | 4 years ago | | | 0 | 0.0016040320 | |
| 10937096 | 4 years ago | | | 0 | 0.0020569640 | |
| 10937045 | 4 years ago | | | 0 | 0.0036268800 | |
| 10936845 | 4 years ago | | | 0 | 0.0029043500 | |
| 10936845 | 4 years ago | | | 0 | 0.0029043500 | |
| 10936845 | 4 years ago | | | 0 | 0.0086741900 | |
| 10936761 | 4 years ago | | | 0 | 0.0087220200 | |
| 10936757 | 4 years ago | | | 0 | 0.0054059040 | |
| 10936700 | 4 years ago | | | 0 | 0.0092157520 |
ABI
ABI objects
Getter at block 21206145
PRECISION_UINT() view returns (uint256)
100000000000000000000000
accountStakingListLimit() view returns (uint256)
50
admin() view returns (address)
0x74e5d6c26dfbeb647dfe36f44fee805bafefbfc0
candidate() view returns (address)
0x0000000000000000000000000000000000000000
linaToken() view returns (address)
0x3e9bc21c9b189c09df3ef1b824798658d5011937
minStakingAmount() view returns (uint256)
1000000000000000000
paused() view returns (bool)
true
stakingStorage() view returns (address)
0x0fbb62a15e4dddd2d7330821c386f81e994b1f04
Read-only
getStakesdataLength(address account) view returns (uint256)
stakingBalanceOf(address account) view returns (uint256)
State-modifying
Events becomeAdmin()
cancelStaking(uint256 amount) returns (bool)
claim() returns (bool)
setCandidate(address _candidate)
setLinaToken(address _linaToken)
setLinaTokenAddress(address _token)
setMinStakingAmount(uint256 _minStakingAmount)
setPaused(bool _paused)
setStakingListLimit(uint256 _limit)
staking(uint256 amount) returns (bool)
AdminChanged(address oldAdmin, address newAdmin)
CancelStaking(address indexed who, uint256 value)
Claim(address indexed who, uint256 rewardval, uint256 totalStaking)
Paused(address account)
Staking(address indexed who, uint256 value, uint256 staketime)
Unpaused(address account)
candidateChanged(address oldCandidate, address newCandidate)
constructor(address _admin, address _linaToken, address _storage)
This contract contains no fallback and receive objects.
This contract contains no error objects.