TokenGeyser
Verified contract
Active on
Ethereum with 7,090 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb740…033a
0x097a…e8a8
0x7de5…f62e
Balances ($0.00)
No balances found for "TokenGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098942 | 10 days ago | | | 0 | 0.00081446011 | |
| 16908676 | 2 years ago | | | 0 | 0.0022988577 | |
| 16661212 | 2 years ago | | | 0 | 0.0031719787 | |
| 15723245 | 2 years ago | | | 0 | 0.0043394336 | |
| 15598115 | 2 years ago | | | 0 | 0.00094028198 | |
| 15581217 | 2 years ago | | | 0 | 0.00072365845 | |
| 14604209 | 3 years ago | | | 0 | 0.0034558200 | |
| 14480832 | 3 years ago | | | 0 | 0.0048854606 | |
| 13899422 | 3 years ago | | | 0 | 0.031471468 | |
| 13789823 | 3 years ago | | | 0 | 0.0070260535 |
ABI
ABI objects
Getter at block 21169319
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
5184000
getDistributionToken() view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
getStakingToken() view returns (address)
0xc5be99a02c6857f9eac67bbce58df5572498f40c
isOwner() view returns (bool)
false
owner() view returns (address)
0x6723b7641c8ac48a61f5f505ab1e9c03bb44a301
startBonus() view returns (uint256)
33
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xc5be99a02c6857f9eac67bbce58df5572498f40c
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
10304931715491810
totalStakingShares() view returns (uint256)
10304931715491810000000
totalUnlocked() view returns (uint256)
6287367477309
unlockScheduleCount() view returns (uint256)
1
Read-only
totalStakedFor(address addr) view returns (uint256)
unlockSchedules(uint256) view returns (uint256 initialLockedShares, uint256 unlockedShares, uint256 lastUnlockTimestampSec, uint256 endAtSec, uint256 durationSec)
State-modifying
Events lockTokens(uint256 amount, uint256 durationSec)
renounceOwnership()
rescueFundsFromStakingPool(address tokenToRescue, address to, uint256 amount) returns (bool)
stake(uint256 amount, bytes data)
stakeFor(address user, uint256 amount, bytes data)
transferOwnership(address newOwner)
unlockTokens() returns (uint256)
unstake(uint256 amount, bytes data)
unstakeQuery(uint256 amount) returns (uint256)
updateAccounting() returns (uint256, uint256, uint256, uint256, uint256, uint256)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount, uint256 total, bytes data)
TokensClaimed(address indexed user, uint256 amount)
TokensLocked(uint256 amount, uint256 durationSec, uint256 total)
TokensUnlocked(uint256 amount, uint256 total)
Unstaked(address indexed user, uint256 amount, uint256 total, bytes data)
constructor(address stakingToken, address distributionToken, uint256 maxUnlockSchedules, uint256 startBonus_, uint256 bonusPeriodSec_, uint256 initialSharesPerToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.