TokenGeyser
Verified contract
Active on
Ethereum with 193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6015…d706
0x50f7…f8c1
0x2483…8ff3
Balances ($0.00)
No balances found for "TokenGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11787822 | 4 years ago | | | 0 | 0.021173544 | |
| 11601973 | 4 years ago | | | 0 | 0.0091469500 | |
| 11418571 | 4 years ago | | | 0 | 0.0077853030 | |
| 11413490 | 4 years ago | | | 0 | 0.012420404 | |
| 11195831 | 4 years ago | | | 0 | 0.0078486000 | |
| 11174431 | 4 years ago | | | 0 | 0.0040572026 | |
| 11168079 | 4 years ago | | | 0 | 0.0053648960 | |
| 11167942 | 4 years ago | | | 0 | 0.0032057130 | |
| 11159514 | 4 years ago | | | 0 | 0.0086602920 | |
| 11159289 | 4 years ago | | | 0 | 0.0045842891 |
ABI
ABI objects
Getter at block 21294247
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
5184000
getDistributionToken() view returns (address)
0xfe9a29ab92522d14fc65880d817214261d8479ae
getStakingToken() view returns (address)
0x4a80683e4dad35581f3c528851b647c77191bf78
isOwner() view returns (bool)
false
isPaused() view returns (bool)
false
owner() view returns (address)
0x0822d138aae127789ea42abae034d39f7dcd5dc1
startBonus() view returns (uint256)
33
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x4a80683e4dad35581f3c528851b647c77191bf78
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
168418872467989997676
totalStakingShares() view returns (uint256)
168418872467989997676000000
totalUnlocked() view returns (uint256)
199797742262253547299
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)
pauseContract() returns (bool)
renounceOwnership()
rescueFundsFromStakingPool(address tokenToRescue, address to, uint256 amount) returns (bool)
resumeContract() returns (bool)
stake(uint256 amount, bytes data)
stakeFor(address user, uint256 amount, bytes data)
transferOwnership(address newOwner)
transferOwnershipPools(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.