TokenGeyser
Verified contract
Active on
Ethereum with 516 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb69f…58e0
0x495c…3313
0x2125…242b
Balances ($1,019.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.02K | $0.999872 |
$1,019.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11065329 | 4 years ago | | | 0 | 0.0082499553 | |
| 11040996 | 4 years ago | | | 0 | 0.013243198 | |
| 10978187 | 4 years ago | | | 0 | 0.029246700 | |
| 10958635 | 4 years ago | | | 0 | 0.043652400 | |
| 10938630 | 4 years ago | | | 0 | 0.021935025 | |
| 10929726 | 4 years ago | | | 0 | 0.016085685 | |
| 10911346 | 4 years ago | | | 0 | 0.029686696 | |
| 10911247 | 4 years ago | | | 0 | 0.039585332 | |
| 10909212 | 4 years ago | | | 0 | 0.014550200 | |
| 10906638 | 4 years ago | | | 0 | 0.089487420 |
ABI
ABI objects
Getter at block 21311610
BONUS_DECIMALS() view returns (uint256)
2
bonusPeriodSec() view returns (uint256)
5184000
getDistributionToken() view returns (address)
0x309013d55fb0e8c17363bcc79f25d92f711a5802
getStakingToken() view returns (address)
0xb0fa501e1f97d32133e742acbc499cf4d8840772
isOwner() view returns (bool)
false
owner() view returns (address)
0x724b1fadead7d060bb143d084680f569582c90e6
startBonus() view returns (uint256)
25
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xb0fa501e1f97d32133e742acbc499cf4d8840772
totalLocked() view returns (uint256)
2065
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
3988016949692138
totalStakingShares() view returns (uint256)
3988016949692138000000
totalUnlocked() view returns (uint256)
330385272800334429
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.