StakingPool
Verified contract
Active on
Ethereum with 35,556 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb04a…fae8
Balances ($36,623,870.31)
Native
Value
$260,146.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 78.499052 | $3,314.01 |
$260,146.64 | |
$PAAL | ERC-20 | 241.234717M | $0.15074 |
$36,363,721.19 | |
EYE | ERC-20 | 1K | $0.002471 |
$2.47 | |
UPLOAD | ERC-20 | 7 | $0.00007 |
$0 | |
CX | ERC-20 | 100 | -- | -- | |
CX | ERC-20 | 100 | -- | -- | |
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244596 | 40 minutes ago | | | 0 | 0.0022135642 | |
| 21244428 | an hour ago | | | 0 | 0.0026499742 | |
| 21243908 | 3 hours ago | | | 0 | 0.0025380112 | |
| 21243850 | 3 hours ago | | | 0 | 0.0025089236 | |
| 21243826 | 3 hours ago | | | 0 | 0.0025509475 | |
| 21243517 | 4 hours ago | | | 0 | 0.0036383379 | |
| 21243066 | 6 hours ago | | | 0 | 0.00061307354 | |
| 21242909 | 6 hours ago | | | 0 | 0.0017020219 | |
| 21242637 | 7 hours ago | | | 0 | 0.0018306769 | |
| 21242407 | 8 hours ago | | | 0 | 0.0017164930 |
ABI
ABI objects
Getter at block 21244789
extension() view returns (address)
0xb04af4843e3808e1fe6f7a8ee4f456937d7afae8
lockupPeriod() view returns (uint256)
4838400
owner() view returns (address)
0xbe9c64a1a48932e52f259b8e2f54341c09e958e6
rewardsPerShare() view returns (uint256)
4296381540581476654530868466862079494246
token() view returns (address)
0x14fee680690900ba0cccfc76ad70fd1b95d10e16
totalDistributed() view returns (uint256)
900400947574498460924
totalRewards() view returns (uint256)
1211409224888488034452
totalSharesDeposited() view returns (uint256)
241234716658900123
totalStakedUsers() view returns (uint256)
3091
Read-only
getUnpaid(address wallet) view returns (uint256)
rewards(address) view returns (uint256 excluded, uint256 realised)
shares(address) view returns (uint256 amount, uint256 stakedTime)
State-modifying
Events claimReward(bool _compound, uint256 _compMinTokensToReceive)
claimRewardAdmin(address _wallet, bool _compound, uint256 _compMinTokensToReceive)
depositRewards() payable
renounceOwnership()
setLockupPeriod(uint256 _seconds)
setPoolExtension(address _extension)
stake(uint256 _amount)
stakeForWallets(address[] _wallets, uint256[] _amounts)
transferOwnership(address newOwner)
unstake(uint256 _amount)
withdrawTokens(uint256 _amount)
ClaimReward(address user)
DepositRewards(address indexed user, uint256 amountTokens)
DistributeReward(address indexed user, uint256 amount, bool _wasCompounded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, uint256 amount)
Unstake(address indexed user, uint256 amount)
constructor(address _token, uint256 _lockupPeriod, address __router)
This contract contains no fallback and receive objects.
This contract contains no error objects.