StakingPool
Verified contract
Active on
Ethereum with 7,889 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3ef0…40d1
Balances ($2,174,716.36)
Native
Value
$35,413.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.990949 | $3,544.59 |
$35,413.82 | |
$PAAL | ERC-20 | 10.592951M | $0.201955 |
$2,139,299.45 | |
EYE | ERC-20 | 1K | $0.003089 |
$3.09 | |
UPLOAD | ERC-20 | 7 | $0.000075 |
$0 | |
CX | ERC-20 | 100 | -- | -- | |
CX | ERC-20 | 100 | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291664 | an hour ago | | | 0 | 0.00034426545 | |
| 21291596 | an hour ago | | | 0 | 0.00093732309 | |
| 21291430 | 2 hours ago | | | 0 | 0.00049106171 | |
| 21291343 | 2 hours ago | | | 0 | 0.0013229273 | |
| 21289586 | 8 hours ago | | | 0 | 0.00042417628 | |
| 21287997 | 13 hours ago | | | 0 | 0.00094833242 | |
| 21287964 | 13 hours ago | | | 0 | 0.0036771500 | |
| 21285093 | a day ago | | | 0 | 0.00053682094 | |
| 21283939 | a day ago | | | 0 | 0.0010890487 | |
| 21283765 | a day ago | | | 0 | 0.0012397948 |
ABI
ABI objects
Getter at block 21291960
extension() view returns (address)
0x3ef0f66b61ba57304f1bb2349c23b1fda39b40d1
lockupPeriod() view returns (uint256)
2419200
owner() view returns (address)
0xbe9c64a1a48932e52f259b8e2f54341c09e958e6
rewardsPerShare() view returns (uint256)
6622526943690132654253176121990320700752
token() view returns (address)
0x14fee680690900ba0cccfc76ad70fd1b95d10e16
totalDistributed() view returns (uint256)
100223050845739696332
totalRewards() view returns (uint256)
167286585215386836774
totalSharesDeposited() view returns (uint256)
10592951171732418
totalStakedUsers() view returns (uint256)
344
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.