StakingPool
Verified contract
Active on
Ethereum with 2,889 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3b83…0054
Balances ($1,094,601.46)
Native
Value
$25,565.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.986806 | $3,200.96 |
$25,565.45 | |
$PAAL | ERC-20 | 3.82051M | $0.279815 |
$1,069,036.02 | |
UPLOAD | ERC-20 | 7 | $0.000105 |
$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) |
---|---|---|---|---|---|---|---|
| 21157170 | 14 hours ago | | | 0 | 0.0025361266 | |
| 21153995 | a day ago | | | 0 | 0.0021308626 | |
| 21152288 | a day ago | | | 0 | 0.0020701499 | |
| 21143429 | 3 days ago | | | 0 | 0.0015402016 | |
| 21136123 | 4 days ago | | | 0 | 0.0021372240 | |
| 21132799 | 4 days ago | | | 0 | 0.0010134175 | |
| 21130739 | 4 days ago | | | 0 | 0.0016185095 | |
| 21128831 | 5 days ago | | | 0 | 0.0037026820 | |
| 21122960 | 5 days ago | | | 0 | 0.0020042434 | |
| 21121425 | 6 days ago | | | 0 | 0.00078914034 |
ABI
ABI objects
Getter at block 21161366
extension() view returns (address)
0x3b83dec3b2307c43c5c01879f41d25fcc8af0054
lockupPeriod() view returns (uint256)
1209600
owner() view returns (address)
0xbe9c64a1a48932e52f259b8e2f54341c09e958e6
rewardsPerShare() view returns (uint256)
5410843646300008204836636259122290576655
token() view returns (address)
0x14fee680690900ba0cccfc76ad70fd1b95d10e16
totalDistributed() view returns (uint256)
20489194064051344535
totalRewards() view returns (uint256)
40512199193724941203
totalSharesDeposited() view returns (uint256)
3820510037753907
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.