TokenGeyser
Verified contract
Active on
Ethereum with 241 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7884…fb7c
0xb843…3560
0xcc57…948f
Balances ($0.00)
No balances found for "TokenGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998306 | 2 months ago | | | 0 | 0.0013883670 | |
| 16664452 | 2 years ago | | | 0 | 0.0043079677 | |
| 16664440 | 2 years ago | | | 0 | 0.0026903542 | |
| 16664413 | 2 years ago | | | 0 | 0.0046201267 | |
| 16664376 | 2 years ago | | | 0 | 0.0025772157 | |
| 16664328 | 2 years ago | | | 0 | 0.0028349759 | |
| 15892647 | 2 years ago | | | 0 | 0.0031830755 | |
| 15268589 | 2 years ago | | | 0 | 0.0013929456 | |
| 14390423 | 3 years ago | | | 0 | 0.0038958905 | |
| 13923830 | 3 years ago | | | 0 | 0.013130300 |
ABI
ABI objects
Getter at block 21419922
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
5184000
getDistributionToken() view returns (address)
0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe
getStakingToken() view returns (address)
0xd0fbb87e47da9987d345dbdf3a34d4266cf5ebe9
isOwner() view returns (bool)
false
owner() view returns (address)
0x7d10590650888c80c673870a00cd360356a381d8
startBonus() view returns (uint256)
33
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xd0fbb87e47da9987d345dbdf3a34d4266cf5ebe9
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
5780804963785600755712
totalStakingShares() view returns (uint256)
578080496378560075571200
totalUnlocked() view returns (uint256)
325821533455038481315782
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()
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.