TokenGeyser
Verified contract
Active on
Ethereum with 360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeaaa…4c04
0xa121…19ea
0x5248…ee74
Balances ($0.00)
No balances found for "TokenGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16710521 | 2 years ago | | | 0 | 0.0037610620 | |
| 13357946 | 3 years ago | | | 0 | 0.017415409 | |
| 13350960 | 3 years ago | | | 0 | 0.014592732 | |
| 13349422 | 3 years ago | | | 0 | 0.014061503 | |
| 13078868 | 3 years ago | | | 0 | 0.0075332244 | |
| 12738002 | 3 years ago | | | 0 | 0.0074786360 | |
| 12722870 | 3 years ago | | | 0 | 0.0037393180 | |
| 12711508 | 3 years ago | | | 0 | 0.0025901920 | |
| 12674016 | 3 years ago | | | 0 | 0.0013596560 | |
| 12666944 | 3 years ago | | | 0 | 0.0010197420 |
ABI
ABI objects
Getter at block 21404400
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
5184000
getDistributionToken() view returns (address)
0xb15ae165000c8d7b69d2a82e425e110668c73ad5
getStakingToken() view returns (address)
0x37e8e9fa75c78d55ab3a3849879ffaed0fb3a2b2
isOwner() view returns (bool)
false
owner() view returns (address)
0x3492278e3d5f976c62d715fa30152c072b718bdb
startBonus() view returns (uint256)
5
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x37e8e9fa75c78d55ab3a3849879ffaed0fb3a2b2
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
25226995429720150
totalStakingShares() view returns (uint256)
25226995429720150000000
totalUnlocked() view returns (uint256)
1454447565603
unlockScheduleCount() view returns (uint256)
3
Read-only
computeRewardAmount(address _user) view returns (uint256)
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.