LockStakingRewardSameTokenFixedAPY
Verified contract
Active on
Ethereum with 2,075 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb58…0049
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NBU | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453205 | 3 months ago | | | 0 | 0.000088480000 | |
| 20408718 | 4 months ago | | | 0 | 0.000097328000 | |
| 20408716 | 4 months ago | | | 0 | 0.000088480000 | |
| 16418004 | 2 years ago | | | 0 | 0.00045209322 | |
| 16417928 | 2 years ago | | | 0 | 0.00071667180 | |
| 16396988 | 2 years ago | | | 0 | 0.00033851161 | |
| 16396914 | 2 years ago | | | 0 | 0.00037947889 | |
| 16396875 | 2 years ago | | | 0 | 0.00067392711 | |
| 16392996 | 2 years ago | | | 0 | 0.00094483361 | |
| 16392996 | 2 years ago | | | 0 | 0.0019319402 |
ABI
ABI objects
Getter at block 21200045
lockDuration() view returns (uint256)
15552000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc4329737b30e9a53ce3154eda1ecb9c7dc0b8738
rewardDuration() view returns (uint256)
31536000
rewardRate() view returns (uint256)
0
token() view returns (address)
0xeb58343b36c7528f23caae63a150240241310049
totalSupply() view returns (uint256)
547654927223207437968520
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
stakeAmounts(address, uint256) view returns (uint256)
stakeLocks(address, uint256) view returns (uint256)
stakeNonces(address) view returns (uint256)
weightedStakeDate(address) view returns (uint256)
State-modifying
Events acceptOwnership()
getReward()
rescue(address to, address tokenAddress, uint256 amount)
rescue(address to, uint256 amount)
stake(uint256 amount)
stakeFor(uint256 amount, address user)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transferOwnership(address transferOwner)
updateRewardAmount(uint256 reward)
withdraw(uint256 nonce)
withdrawAndGetReward(uint256 nonce)
OwnershipTransferred(address indexed from, address indexed to)
Rescue(address to, uint256 amount)
RescueToken(address to, address token, uint256 amount)
RewardPaid(address indexed user, uint256 reward)
RewardUpdated(uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _token, uint256 _rewardRate, uint256 _lockDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.