TokenGeyser
Verified contract
Active on
Ethereum with 432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x70ba…5878
0x3203…4cfd
0xdc21…609d
Balances ($0.00)
No balances found for "TokenGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14030760 | 3 years ago | | | 0 | 0.023556233 | |
| 14030703 | 3 years ago | | | 0 | 0.021222632 | |
| 14030649 | 3 years ago | | | 0 | 0.019045537 | |
| 13341285 | 3 years ago | | | 0 | 0.0091810763 | |
| 12967287 | 3 years ago | | | 0 | 0.010030936 | |
| 12912551 | 3 years ago | | | 0 | 0.0022559040 | |
| 12906089 | 3 years ago | | | 0 | 0.0017010750 | |
| 12888095 | 3 years ago | | | 0 | 0.0017577000 | |
| 12813169 | 3 years ago | | | 0 | 0.0033122800 | |
| 12808843 | 3 years ago | | | 0 | 0.0013428000 |
ABI
ABI objects
Getter at block 21222790
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
2592000
getDistributionToken() view returns (address)
0x5caf454ba92e6f2c929df14667ee360ed9fd5b26
getStakingToken() view returns (address)
0x4168cef0fca0774176632d86ba26553e3b9cf59d
isOwner() view returns (bool)
false
owner() view returns (address)
0x030a5803c74f992e026035b1df5601901261a646
startBonus() view returns (uint256)
20
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x4168cef0fca0774176632d86ba26553e3b9cf59d
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
185705640933199240195
totalStakingShares() view returns (uint256)
185705640933199240195
totalUnlocked() view returns (uint256)
4369560621819927745518
unlockScheduleCount() view returns (uint256)
2
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.