StakingPool
Verified contract
Active on
Ethereum with 165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3714…4aa1
Balances ($46,961.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIT | ERC-20 | 515.698615K | $0.091064 |
$46,961.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177291 | a day ago | | | 0 | 0.0023996819 | |
| 21169629 | 2 days ago | | | 0 | 0.0037685183 | |
| 21169570 | 2 days ago | | | 0 | 0.0039406075 | |
| 21124163 | 9 days ago | | | 0 | 0.0011629947 | |
| 21120932 | 9 days ago | | | 0 | 0.0014160300 | |
| 21095691 | 13 days ago | | | 0 | 0.00079394079 | |
| 21077927 | 15 days ago | | | 0 | 0.0016147680 | |
| 21059028 | 18 days ago | | | 0 | 0.00078721657 | |
| 21056131 | 18 days ago | | | 0 | 0.0014919106 | |
| 21031338 | 22 days ago | | | 0 | 0.0013623172 |
ABI
ABI objects
Getter at block 21186831
extension() view returns (address)
0x37145ac7a999319bb784c1db8e0431386bef4aa1
lockupPeriod() view returns (uint256)
1209600
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)
515698614763234563312375
totalStakedUsers() view returns (uint256)
16
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.