PoolStakes
Verified contract
Implementation
Active on
Ethereum with 5 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PoolStakes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13680269 | 3 years ago | | | 0 | 0.010246828 | |
| 13680269 | 3 years ago | | | 0 | 0.010221728 | |
| 13680266 | 3 years ago | | | 0 | 0.011369881 | |
| 13680260 | 3 years ago | | | 0 | 0.0087227595 | |
| 13680260 | 3 years ago | | | 0 | 0.0087227595 |
ABI
ABI objects
Getter at block 21202260
allocated() view returns (uint96)
0
allocation() view returns (uint96)
0
factor() view returns (uint160)
0
isProxy() view returns (bool)
false
owner() view returns (address)
0x505796f5bc290269d2522cf19135ad7aa60dfd77
poolId() view returns (uint16)
0
released() view returns (uint96)
0
token() view returns (address)
0x909e34d3f6124c324ac83dcca84b74398a6fa173
vestingPools() view returns (address)
0xb476104aa9d1f30180a01987fb09b1e96ddcf14b
Read-only
releasableAmount(address holder) view returns (uint256)
stakes(address) view returns (uint96 allocated, uint96 released)
unclaimedShare(address holder) view returns (uint256)
State-modifying
Events addStakes(uint256 _poolId, address[] holders, uint256[] allocations, uint256 unallocated)
claimAndWithdraw()
claimErc20(address claimedToken, address to, uint256 amount)
claimVesting()
createProxy() returns (address proxy)
initProxy(address impl)
massWithdraw(address[] holders)
removeContract()
splitStake(address newHolder, uint256 newAmount)
transferOwnership(address newOwner)
withdraw()
NewProxy(address proxy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(address indexed holder, uint256 amount)
StakeAdded(address indexed holder, uint256 allocated)
StakeSplit(address indexed holder, uint256 allocated, uint256 released)
VestingClaimed(uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.