LockStakingRewardMinAmountFixedAPY
Verified contract
Active on
Ethereum with 519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05f6…71b4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GNBU | ERC-20 | 36.71072K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16696332 | 2 years ago | | | 0 | 0.0025884225 | |
| 16587015 | 2 years ago | | | 0 | 0.0023748038 | |
| 16417409 | 2 years ago | | | 0 | 0.00070713211 | |
| 16396988 | 2 years ago | | | 0 | 0.00033881027 | |
| 16396945 | 2 years ago | | | 0 | 0.00038008060 | |
| 16396875 | 2 years ago | | | 0 | 0.00067731859 | |
| 16393693 | 2 years ago | | | 0 | 0.0028128218 | |
| 16393689 | 2 years ago | | | 0 | 0.0015836048 | |
| 16335943 | 2 years ago | | | 0 | 0.0024397340 | |
| 16335758 | 2 years ago | | | 0 | 0.0020828050 |
ABI
ABI objects
Getter at block 21214899
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
rewardsToken() view returns (address)
0xeb58343b36c7528f23caae63a150240241310049
stakingToken() view returns (address)
0x639ae8f3eed18690bf451229d14953a5a5627b72
swapRouter() view returns (address)
0x05f6bb6b96ca657a3666d2f1bca302b999a671b4
swapToken() view returns (address)
0x0bcd83df58a1bfd25b1347f9c9da1b7118b648a6
swapTokenAmountThresholdForStaking() view returns (uint256)
76034063260340640
totalSupply() view returns (uint256)
36710720000000000000000
totalSupplyRewardEquivalent() view returns (uint256)
295110872543814072451689
Read-only
balanceOf(address account) view returns (uint256)
balanceOfRewardEquivalent(address account) view returns (uint256)
earned(address account) view returns (uint256)
getEquivalentAmount(uint256 amount) view returns (uint256)
isAmountMeetsMinThreshold(uint256 amount) view returns (bool)
stakeAmounts(address, uint256) view returns (uint256)
stakeAmountsRewardEquivalent(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 token, 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)
updateStakeSwapTokenAmountThreshold(uint256 threshold)
updateSwapRouter(address newSwapRouter)
updateSwapToken(address newSwapToken)
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 _rewardsToken, address _stakingToken, uint256 _rewardRate, uint256 _lockDuration, address _swapRouter, address _swapToken, uint256 _swapTokenAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.