TokenGeyser
Verified contract
Active on
Ethereum with 4,302 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xce12…c034
0x431e…4421
0xb7cd…43cc
Balances ($3,568.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 400 | $8.92 |
$3,568 | |
PIGI | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11949166 | 4 years ago | | | 0 | 0.014933077 | |
| 11818817 | 4 years ago | | | 0 | 0.0075473720 | |
| 11773532 | 4 years ago | | | 0 | 0.034693239 | |
| 11676400 | 4 years ago | | | 0 | 0.0071201361 | |
| 11671000 | 4 years ago | | | 0 | 0.0065212920 | |
| 11661145 | 4 years ago | | | 0 | 0.010042697 | |
| 11569984 | 4 years ago | | | 0 | 0.016471637 | |
| 11538022 | 4 years ago | | | 0 | 0.0070647330 | |
| 11531113 | 4 years ago | | | 0 | 0.0093042320 | |
| 11435863 | 4 years ago | | | 0 | 0.0066707383 |
ABI
ABI objects
Getter at block 21162874
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
5184000
getDistributionToken() view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
getStakingToken() view returns (address)
0xc5be99a02c6857f9eac67bbce58df5572498f40c
isOwner() view returns (bool)
false
owner() view returns (address)
0x6723b7641c8ac48a61f5f505ab1e9c03bb44a301
startBonus() view returns (uint256)
33
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xc5be99a02c6857f9eac67bbce58df5572498f40c
totalLocked() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
1968920871336920
totalStakingShares() view returns (uint256)
1968920871336920000000
totalUnlocked() view returns (uint256)
4378138856772
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.