StakingPool
Verified contract
Active on
Ethereum with 2,940 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3b83…0054
Balances ($962,842.71)
Native
Value
$33,595.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.547505 | $3,930.49 |
$33,595.88 | |
$PAAL | ERC-20 | 2.709775M | $0.342923 |
$929,244.22 | |
EYE | ERC-20 | 1K | $0.002602 |
$2.6 | |
UPLOAD | ERC-20 | 7 | $0.000173 |
$0 | |
CX | ERC-20 | 100 | -- | -- | |
CX | ERC-20 | 100 | -- | -- | |
ETX | ERC-20 | 0.01 | -- | -- | |
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21383889 | 3 minutes ago | | | 0 | 0.0040120667 | |
| 21383821 | 17 minutes ago | | | 0 | 0.0024884101 | |
| 21383153 | 3 hours ago | | | 0 | 0.00087242547 | |
| 21380915 | 10 hours ago | | | 0 | 0.0015601899 | |
| 21379996 | 13 hours ago | | | 0 | 0.0036769929 | |
| 21377810 | 20 hours ago | | | 0 | 0.0025178712 | |
| 21364969 | 3 days ago | | | 0 | 0.0069836416 | |
| 21359999 | 3 days ago | | | 0 | 0.0016368313 | |
| 21358826 | 4 days ago | | | 0 | 0.0016684621 | |
| 21358191 | 4 days ago | | | 0 | 0.0017631188 |
ABI
ABI objects
Getter at block 21383902
extension() view returns (address)
0x3b83dec3b2307c43c5c01879f41d25fcc8af0054
lockupPeriod() view returns (uint256)
1209600
owner() view returns (address)
0xbe9c64a1a48932e52f259b8e2f54341c09e958e6
rewardsPerShare() view returns (uint256)
6803950123010762238778081861289736633558
token() view returns (address)
0x14fee680690900ba0cccfc76ad70fd1b95d10e16
totalDistributed() view returns (uint256)
21140495140715657501
totalRewards() view returns (uint256)
43908978359293648147
totalSharesDeposited() view returns (uint256)
2709775138006858
totalStakedUsers() view returns (uint256)
104
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.