TokenGeyser
Verified contract
Active on
Ethereum with 352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcd1a…a79b
0x884c…35f0
0xf7c6…ce39
Balances ($0.00)
No balances found for "TokenGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11405192 | 4 years ago | | | 0 | 0.017647010 | |
| 11405178 | 4 years ago | | | 0 | 0.021153992 | |
| 11403881 | 4 years ago | | | 0 | 0.0061274375 | |
| 11401781 | 4 years ago | | | 0 | 0.011612172 | |
| 11399933 | 4 years ago | | | 0 | 0.0076646960 | |
| 11399931 | 4 years ago | | | 0 | 0.011764968 | |
| 11399796 | 4 years ago | | | 0 | 0.011421823 | |
| 11399136 | 4 years ago | | | 0 | 0.0069119187 | |
| 11398915 | 4 years ago | | | 0 | 0.010619271 | |
| 11398196 | 4 years ago | | | 0 | 0.0081374362 |
ABI
ABI objects
Getter at block 21427368 totalLocked() view returns (uint256) totalUnlocked() view returns (uint256)
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
604800
getDistributionToken() view returns (address)
0xa1afffe3f4d611d252010e3eaf6f4d77088b0cd7
getLastAccountingTimestamp() view returns (uint256)
1607338044
getStakingToken() view returns (address)
0x4c8341379e95f70c08defb76c4f9c036525edc30
getTotalStakingShareSeconds() view returns (uint256)
7230023502757628216203000000
isOwner() view returns (bool)
false
owner() view returns (address)
0xbc7f0cbf65746672d9db16a23c6eb4ff77981bd4
startBonus() view returns (uint256)
33
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x4c8341379e95f70c08defb76c4f9c036525edc30
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
5292670205961614
totalStakingShares() view returns (uint256)
5292670205961614000000
unlockScheduleCount() view returns (uint256)
2
Read-only
getUserStakes(address addr) view returns (struct (uint256, uint256)[])
getUserTotals(address addr) view returns (struct (uint256, uint256, 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()
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.