StakingPools
Verified contract
Active on
Ethereum with 167,892 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($6,268,408.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALCX | ERC-20 | 274.821214K | $21.32 |
$5,859,188.29 | |
alUSD | ERC-20 | 416.664429K | $0.982133 |
$409,219.89 | |
BEEPLE | ERC-20 | 948.3K | -- | -- | |
WHACKD | ERC-20 | 21.059849K | -- | -- | |
tALCX | ERC-20 | 2.665122K | -- | -- | |
saddlealETH | ERC-20 | 75.65389 | -- | -- | |
alETH+ETH-f | ERC-20 | 63.428788 | -- | -- | |
TIME | ERC-20 | 51.495877 | -- | -- | |
SLP | ERC-20 | 25.540342 | -- | -- | |
POOL | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265258 | a day ago | | | 0 | 0.0015711936 | |
| 21264936 | 2 days ago | | | 0 | 0.0019056845 | |
| 21261036 | 2 days ago | | | 0 | 0.00063856140 | |
| 21257196 | 3 days ago | | | 0 | 0.0010875773 | |
| 21256032 | 3 days ago | | | 0 | 0.00089133600 | |
| 21255299 | 3 days ago | | | 0 | 0.0010733458 | |
| 21250428 | 4 days ago | | | 0 | 0.0011566638 | |
| 21242678 | 5 days ago | | | 0 | 0.0010454515 | |
| 21239619 | 5 days ago | | | 0 | 0.0014738088 | |
| 21238897 | 5 days ago | | | 0 | 0.0018070293 |
ABI
ABI objects
Getter at block 21275824
governance() view returns (address)
0x8392f6669292fa56123f71949b52d883ae57e225
pendingGovernance() view returns (address)
0x8392f6669292fa56123f71949b52d883ae57e225
poolCount() view returns (uint256)
9
reward() view returns (address)
0xdbdb4d16eda451d0503b854cf79d55697f90c8df
rewardRate() view returns (uint256)
50000000000000000
totalRewardWeight() view returns (uint256)
1000
Read-only
getPoolRewardRate(uint256 _poolId) view returns (uint256)
getPoolRewardWeight(uint256 _poolId) view returns (uint256)
getPoolToken(uint256 _poolId) view returns (address)
getPoolTotalDeposited(uint256 _poolId) view returns (uint256)
getStakeTotalDeposited(address _account, uint256 _poolId) view returns (uint256)
getStakeTotalUnclaimed(address _account, uint256 _poolId) view returns (uint256)
tokenPoolIds(address) view returns (uint256)
State-modifying
Events acceptGovernance()
claim(uint256 _poolId)
createPool(address _token) returns (uint256)
deposit(uint256 _poolId, uint256 _depositAmount)
exit(uint256 _poolId)
setPendingGovernance(address _pendingGovernance)
setRewardRate(uint256 _rewardRate)
setRewardWeights(uint256[] _rewardWeights)
withdraw(uint256 _poolId, uint256 _withdrawAmount)
GovernanceUpdated(address governance)
PendingGovernanceUpdated(address pendingGovernance)
PoolCreated(uint256 indexed poolId, address indexed token)
PoolRewardWeightUpdated(uint256 indexed poolId, uint256 rewardWeight)
RewardRateUpdated(uint256 rewardRate)
TokensClaimed(address indexed user, uint256 indexed poolId, uint256 amount)
TokensDeposited(address indexed user, uint256 indexed poolId, uint256 amount)
TokensWithdrawn(address indexed user, uint256 indexed poolId, uint256 amount)
constructor(address _reward, address _governance)
This contract contains no fallback and receive objects.
This contract contains no error objects.