TokenGeyser
Verified contract
Active on
Ethereum with 549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x737f…9bfc
0xd121…ca3c
0x4e05…f772
Balances ($0.00)
No balances found for "TokenGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18269921 | a year ago | | | 0 | 0.0024932892 | |
| 14308674 | 3 years ago | | | 0 | 0.019950548 | |
| 12096955 | 4 years ago | | | 0 | 0.048945600 | |
| 11985521 | 4 years ago | | | 0 | 0.020876097 | |
| 11909638 | 4 years ago | | | 0 | 0.046706520 | |
| 11900236 | 4 years ago | | | 0 | 0.039928308 | |
| 11898734 | 4 years ago | | | 0 | 0.033014796 | |
| 11892134 | 4 years ago | | | 0 | 0.018434702 | |
| 11889480 | 4 years ago | | | 0 | 0.044625756 | |
| 11889428 | 4 years ago | | | 0 | 0.062824272 |
ABI
ABI objects
Getter at block 21205229 totalLocked() view returns (uint256) totalUnlocked() view returns (uint256)
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
5184000
getDistributionToken() view returns (address)
0xc6e64729931f60d2c8bc70a27d66d9e0c28d1bf9
getLastAccountingTimestamp() view returns (uint256)
1696335011
getStakingToken() view returns (address)
0xf86d6fe9e28ed805864e2fca51febfe8beca323c
getTotalStakingShareSeconds() view returns (uint256)
6416174553278390698650681000000
isOwner() view returns (bool)
false
owner() view returns (address)
0x85566cf91d9c44d8817f89afdb8902b22ae710a7
startBonus() view returns (uint256)
33
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xf86d6fe9e28ed805864e2fca51febfe8beca323c
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
69436333157475438
totalStakingShares() view returns (uint256)
69436333157475438000000
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.