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) |
---|---|---|---|---|---|---|---|
| 11547898 | 4 years ago | | | 0 | 0.010693989 | |
| 11547618 | 4 years ago | | | 0 | 0.013258420 | |
| 11405634 | 4 years ago | | | 0 | 0.00085290000 | |
| 11386366 | 4 years ago | | | 0 | 0.0035457102 | |
| 11376389 | 4 years ago | | | 0 | 0.0047526138 | |
| 11325741 | 4 years ago | | | 0 | 0.0053821037 | |
| 11282958 | 4 years ago | | | 0 | 0.010797636 | |
| 11270337 | 4 years ago | | | 0 | 0.0030058286 | |
| 11266438 | 4 years ago | | | 0 | 0.00085114260 | |
| 11266438 | 4 years ago | | | 0 | 0.0033706134 |
ABI
ABI objects
Getter at block 21296942
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)
1609231461
owner() view returns (address)
0xa80481e3f9098602954b2e5cf306e6dee053ef3e
preview() view returns (uint256, uint256, uint256, uint256)
(0, 0, 0, 14394256112934)
ratio() view returns (uint256)
744438727128461648
rewardToken() view returns (address)
0xbea98c05eeae2f3bc8c3565db7551eb738c8ccab
stakingToken() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
totalGysrRewards() view returns (uint256)
14888774531853591275198
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalRewards() view returns (uint256)
19999999985605743887066
totalStaked() view returns (uint256)
37402
totalStakingShareSeconds() view returns (uint256)
196944022474000000
totalStakingShares() view returns (uint256)
37402000000
totalUnlocked() view returns (uint256)
14394256112934
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.