StakingPool
Verified contract
Active on
Ethereum with 4,840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x39ae…5fe8
Balances ($2,514,107.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIT | ERC-20 | 24.312034M | $0.10341 |
$2,514,107.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170742 | 8 hours ago | | | 0 | 0.0034493099 | |
| 21170546 | 8 hours ago | | | 0 | 0.0040687449 | |
| 21170539 | 8 hours ago | | | 0 | 0.0039267834 | |
| 21170528 | 8 hours ago | | | 0 | 0.0036972799 | |
| 21169097 | 13 hours ago | | | 0 | 0.0024338605 | |
| 21168927 | 14 hours ago | | | 0 | 0.0033867901 | |
| 21168920 | 14 hours ago | | | 0 | 0.0025106256 | |
| 21168273 | 16 hours ago | | | 0 | 0.0038245653 | |
| 21168088 | 17 hours ago | | | 0 | 0.0046557092 | |
| 21168065 | 17 hours ago | | | 0 | 0.0043065899 |
ABI
ABI objects
Getter at block 21173015
extension() view returns (address)
0x39ae84f831daa1b5081371b6dc81372f7dee5fe8
lockupPeriod() view returns (uint256)
4838400
owner() view returns (address)
0xbdeecd45c5cd469a3e23db73d7364d40ac3376d1
rewardsPerShare() view returns (uint256)
0
token() view returns (address)
0x89d584a1edb3a70b3b07963f9a3ea5399e38b136
totalDistributed() view returns (uint256)
0
totalRewards() view returns (uint256)
0
totalSharesDeposited() view returns (uint256)
24312033896929001128082145
totalStakedUsers() view returns (uint256)
1051
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 claimRewardAdmin(address _wallet)
depositRewards() payable
renounceOwnership()
setLockupPeriod(uint256 _seconds)
setPoolExtension(address _extension)
stake(uint256 _amount)
stakeForWallets(address[] _wallets, uint256[] _amounts)
transferOwnership(address newOwner)
unstake(uint256 _amount)
withdrawETH(address to, uint256 _amount)
withdrawTokens(address to, uint256 _amount)
ClaimReward(address user)
DepositRewards(address indexed user, uint256 amountTokens)
DistributeReward(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, uint256 amount)
Unstake(address indexed user, uint256 amount)
constructor(address _token, uint256 _lockupPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.