StakingPool
Verified contract
Active on
Ethereum with 5,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x39ae…5fe8
Balances ($2,282,204.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIT | ERC-20 | 19.78247M | $0.115365 |
$2,282,204.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21330674 | an hour ago | | | 0 | 0.0049902514 | |
| 21330352 | 2 hours ago | | | 0 | 0.0063159718 | |
| 21330293 | 2 hours ago | | | 0 | 0.0075368278 | |
| 21329780 | 4 hours ago | | | 0 | 0.0048843278 | |
| 21329683 | 4 hours ago | | | 0 | 0.0065512736 | |
| 21328879 | 7 hours ago | | | 0 | 0.0035173941 | |
| 21328867 | 7 hours ago | | | 0 | 0.0035135442 | |
| 21328859 | 7 hours ago | | | 0 | 0.0027044438 | |
| 21328749 | 7 hours ago | | | 0 | 0.0022227189 | |
| 21328532 | 8 hours ago | | | 0 | 0.0028211299 |
ABI
ABI objects
Getter at block 21330978
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)
19782470130396812720145080
totalStakedUsers() view returns (uint256)
888
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.