TokenGeyser
Verified contract
Active on
Ethereum with 225 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9700…ee53
0x1c6b…11aa
0xbe50…0df7
Balances ($0.00)
No balances found for "TokenGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11832723 | 4 years ago | | | 0 | 0.020865025 | |
| 11524715 | 4 years ago | | | 0 | 0.0071122520 | |
| 11440120 | 4 years ago | | | 0 | 0.0032954130 | |
| 11434313 | 4 years ago | | | 0 | 0.0051594850 | |
| 11385624 | 4 years ago | | | 0 | 0.011357736 | |
| 11331005 | 4 years ago | | | 0 | 0.0076859640 | |
| 11329090 | 4 years ago | | | 0 | 0.0091532650 | |
| 11324839 | 4 years ago | | | 0 | 0.0057836720 | |
| 11324790 | 4 years ago | | | 0 | 0.0078224450 | |
| 11318581 | 4 years ago | | | 0 | 0.012148080 |
ABI
ABI objects
Getter at block 21383351
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
5184000
getDistributionToken() view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
getStakingToken() view returns (address)
0xc915e0e55911e4fdfefb6182e5fce0f47c5878f2
isOwner() view returns (bool)
false
owner() view returns (address)
0x6723b7641c8ac48a61f5f505ab1e9c03bb44a301
startBonus() view returns (uint256)
33
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xc915e0e55911e4fdfefb6182e5fce0f47c5878f2
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
39246963171200070000
totalStakingShares() view returns (uint256)
39246963171200070000000000
totalUnlocked() view returns (uint256)
960820397102
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()
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.