StakingPools
Verified contract
Active on
Ethereum with 12,319 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6b80…7cff
0xa993…0c8e
Balances ($8,621.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CONV | ERC-20 | 98.768792M | $0.000087 |
$8,621.53 | |
CLP | ERC-20 | 247.280865K | -- | -- | |
CLP | ERC-20 | 23.976313K | -- | -- | |
CLP | ERC-20 | 0.700994 | -- | -- | |
CLP | ERC-20 | 0.003183 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237892 | 6 days ago | | | 0 | 0.0017889358 | |
| 21188050 | 13 days ago | | | 0 | 0.0031395885 | |
| 21187961 | 13 days ago | | | 0 | 0.0024911135 | |
| 20854731 | 2 months ago | | | 0 | 0.00074480894 | |
| 20720580 | 3 months ago | | | 0 | 0.0014138804 | |
| 20658321 | 3 months ago | | | 0 | 0.00020893916 | |
| 20592094 | 3 months ago | | | 0 | 0.00064847884 | |
| 20592063 | 3 months ago | | | 0 | 0.00051924894 | |
| 20591585 | 3 months ago | | | 0 | 0.00015313129 | |
| 20561505 | 3 months ago | | | 0 | 0.00012040030 |
ABI
ABI objects
Getter at block 21280924
lastPoolId() view returns (uint256)
5
migrator() view returns (address)
0x6b8004efbd980d002fafce99ef6d5d423fa27cff
migratorSetterDelay() view returns (uint256)
604800
owner() view returns (address)
0xe9675332934e92119b548653dd669eca4ea9a092
pendingMigrator() view returns (uint64 proposeTime, address newMigrator)
(proposeTime=0, newMigrator=0x0000000000000000000000000000000000000000)
rewarder() view returns (address)
0xa9930cc9af17470e171973a9e8228f9081ad0c8e
Read-only
getReward(uint256 poolId, address staker) view returns (uint256)
poolData(uint256) view returns (uint256 totalStakeAmount, uint256 accuRewardPerShare, uint256 accuRewardLastUpdateBlock)
poolInfos(uint256) view returns (uint256 startBlock, uint256 endBlock, uint256 migrationBlock, uint256 rewardPerBlock, address poolToken)
userData(uint256, address) view returns (uint256 stakeAmount, uint256 pendingReward, uint256 entryAccuRewardPerShare)
State-modifying
Events createPool(address token, uint256 startBlock, uint256 endBlock, uint256 migrationBlock, uint256 rewardPerBlock)
emergencyUnstake(uint256 poolId)
executeMigratorChange()
extendEndBlock(uint256 poolId, uint256 newEndBlock)
extendMigrationBlock(uint256 poolId, uint256 newMigrationBlock)
migratePool(uint256 poolId)
proposeMigratorChange(address newMigrator)
redeemRewards(uint256 poolId)
renounceOwnership()
setPoolReward(uint256 poolId, uint256 newRewardPerBlock)
setRewarder(address newRewarder)
stake(uint256 poolId, uint256 amount)
transferOwnership(address newOwner)
unstake(uint256 poolId, uint256 amount)
MigratorChangeProposed(address newMigrator)
MigratorChanged(address oldMigrator, address newMigrator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(uint256 indexed poolId, address indexed token, uint256 startBlock, uint256 endBlock, uint256 migrationBlock, uint256 rewardPerBlock)
PoolEndBlockExtended(uint256 indexed poolId, uint256 oldEndBlock, uint256 newEndBlock)
PoolMigrated(uint256 indexed poolId, address oldToken, address newToken)
PoolMigrationBlockExtended(uint256 indexed poolId, uint256 oldMigrationBlock, uint256 newMigrationBlock)
PoolRewardRateChanged(uint256 indexed poolId, uint256 oldRewardPerBlock, uint256 newRewardPerBlock)
RewardRedeemed(uint256 indexed poolId, address indexed staker, address rewarder, uint256 amount)
RewarderChanged(address oldRewarder, address newRewarder)
Staked(uint256 indexed poolId, address indexed staker, address token, uint256 amount)
Unstaked(uint256 indexed poolId, address indexed staker, address token, uint256 amount)
constructor(uint256 _migratorSetterDelay)
This contract contains no fallback and receive objects.
This contract contains no error objects.