TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20342111 | 4 months ago | | | 0 | 0.00050788528 | |
| 16483012 | 2 years ago | | | 0 | 0.0039926960 | |
| 15826407 | 2 years ago | | | 0.01 | 0.011362689 | |
| 15772692 | 2 years ago | | | 0.2 | 0.0081598475 | |
| 15765885 | 2 years ago | | | 0.05 | 0.0068976759 | |
| 15760671 | 2 years ago | | | 0.25 | 0.0071842854 | |
| 15737914 | 2 years ago | | | 0.0682 | 0.0074749006 | |
| 15737901 | 2 years ago | | | 0.08 | 0.0066986693 | |
| 15737900 | 2 years ago | | | 0.09 | 0.0064020660 | |
| 15730465 | 2 years ago | | | 0.05 | 0.012940871 |
ABI
ABI objects
Getter at block 21306860 ASTRTokenAddress() view returns (address) ETH_ADDRESS() view returns (address) EXCHANGE_CONTRACT() view returns (address) WETH_ADDRESS() view returns (address) _poolConf() view returns (address) active() view returns (bool) baseStableCoin() view returns (address) itokendeployer() view returns (address) managerAddresses() view returns (address) poolChef() view returns (address)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.