Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Geyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15133302 | 2 years ago | | | 0 | 0.0044316006 | |
| 14478925 | 3 years ago | | | 0 | 0.0071419741 | |
| 11929554 | 4 years ago | | | 0 | 0.032216734 | |
| 11784416 | 4 years ago | | | 0 | 0.036009674 | |
| 11655518 | 4 years ago | | | 0 | 0.0075812100 | |
| 11613045 | 4 years ago | | | 0 | 0.011897440 | |
| 11596316 | 4 years ago | | | 0 | 0.013671497 | |
| 11580786 | 4 years ago | | | 0 | 0.0074284400 | |
| 11577144 | 4 years ago | | | 0 | 0.019406209 | |
| 11564085 | 4 years ago | | | 0 | 0.0057680780 |
ABI
ABI objects
Getter at block 21163364
BONUS_DECIMALS() view returns (uint256)
18
INITIAL_SHARES_PER_TOKEN() view returns (uint256)
1000000
MAX_ACTIVE_FUNDINGS() view returns (uint256)
16
bonusMax() view returns (uint256)
1000000000000000000
bonusMin() view returns (uint256)
0
bonusPeriod() view returns (uint256)
864000
fundingCount() view returns (uint256)
1
lastUpdated() view returns (uint256)
1657701831
owner() view returns (address)
0xa80481e3f9098602954b2e5cf306e6dee053ef3e
preview() view returns (uint256, uint256, uint256, uint256)
(0, 0, 0, 21091909293677)
ratio() view returns (uint256)
711161317776281918
rewardToken() view returns (address)
0xbea98c05eeae2f3bc8c3565db7551eb738c8ccab
stakingToken() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
totalGysrRewards() view returns (uint256)
14223226340525888360071
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalRewards() view returns (uint256)
19999999978908090706323
totalStaked() view returns (uint256)
3315318601344925325
totalStakingShareSeconds() view returns (uint256)
174279250505356265024009050000000
totalStakingShares() view returns (uint256)
3315318601344925325000000
totalUnlocked() view returns (uint256)
21091909293677
Read-only
fundings(uint256) view returns (uint256 amount, uint256 shares, uint256 unlocked, uint256 lastUpdated, uint256 start, uint256 end, uint256 duration)
gysrBonus(uint256 gysr) view returns (uint256)
preview(address addr, uint256 amount, uint256 gysr) view returns (uint256, uint256, uint256, uint256)
stakeCount(address addr) view returns (uint256)
timeBonus(uint256 time) view returns (uint256)
totalStakedFor(address addr) view returns (uint256)
userStakes(address, uint256) view returns (uint256 shares, uint256 timestamp)
userTotals(address) view returns (uint256 shares, uint256 shareSeconds, uint256 lastUpdated)
State-modifying
Events clean()
fund(uint256 amount, uint256 duration)
fund(uint256 amount, uint256 duration, uint256 start)
renounceOwnership()
stake(uint256 amount, bytes)
stakeFor(address user, uint256 amount, bytes)
transferOwnership(address newOwner)
unstake(uint256 amount, bytes)
unstake(uint256 amount, uint256 gysr, bytes)
update()
withdraw(uint256 amount)
GysrSpent(address indexed user, uint256 amount)
GysrWithdrawn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsDistributed(address indexed user, uint256 amount)
RewardsExpired(uint256 amount, uint256 duration, uint256 start)
RewardsFunded(uint256 amount, uint256 duration, uint256 start, uint256 total)
RewardsUnlocked(uint256 amount, uint256 total)
Staked(address indexed user, uint256 amount, uint256 total, bytes data)
Unstaked(address indexed user, uint256 amount, uint256 total, bytes data)
constructor(address stakingToken_, address rewardToken_, uint256 bonusMin_, uint256 bonusMax_, uint256 bonusPeriod_, address gysr_)
This contract contains no fallback and receive objects.
This contract contains no error objects.