PoolV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "PoolV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PoolV2"
ABI
ABI objects
Getter at block 21306860
ASTRTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
ETH_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
EXCHANGE_CONTRACT() view returns (address)
0x0000000000000000000000000000000000000000
WETH_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
_poolConf() view returns (address)
0x0000000000000000000000000000000000000000
active() view returns (bool)
false
baseStableCoin() view returns (address)
0x0000000000000000000000000000000000000000
itokendeployer() view returns (address)
0x0000000000000000000000000000000000000000
managerAddresses() view returns (address)
0x0000000000000000000000000000000000000000
poolChef() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
existingUser(address, uint256) view returns (bool)
getIndexTokenDetails(uint256 _poolIndex) view returns (address[])
getIndexWeightDetails(uint256 _poolIndex) view returns (uint256[])
getItokenValue(uint256 outstandingValue, uint256 indexValue, uint256 depositValue, uint256 totalDepositValue) pure returns (uint256)
initialDeposit(address, uint256) view returns (uint256)
poolInfo(uint256) view returns (uint256 totalWeight, bool active, uint256 rebaltime, uint256 threshold, uint256 currentRebalance, uint256 lastrebalance, address itokenaddr, address owner, string description)
poolPendingbalance(uint256) view returns (uint256)
poolUserInfo(uint256, address) view returns (uint256 currentBalance, uint256 currentPool, uint256 pendingBalance, uint256 USDTdeposit, uint256 Itokens, bool active, bool isenabled)
systemAddresses(address) view returns (bool)
tokenBalances(uint256, address) view returns (uint256)
totalPoolbalance(uint256) view returns (uint256)
State-modifying
Events addPublicPool(address[] _tokens, uint256[] _weights, uint256 _threshold, uint256 _rebalanceTime, string _name, string _symbol, string _description)
initialize(address _ASTRTokenAddress, address poolConfiguration, address _itokendeployer, address _chef, address _exchange, address _weth, address _stable)
poolIn(address[] _tokens, uint256[] _values, uint256 _poolIndex) payable
setPoolStatus(bool _active, uint256 _poolIndex)
updatePool(address[] _tokens, uint256[] _weights, uint256 _threshold, uint256 _rebalanceTime, uint256 _poolIndex)
withdraw(uint256 _poolIndex, bool stakeEarlyFees, bool stakePremium, uint256 withdrawAmount)
SetPoolStatus(uint256 poolIndex, bool active)
Transfer(address indexed src, address indexed dst, uint256 wad)
Withdrawn(address indexed from, uint256 value)
WithdrawnToken(address indexed from, address indexed token, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.