ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 848 txns
Deployed by via 0x3dc6f552 at 15346667
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
10 additional variables

No balances found for "ERC1967Proxy"

0xd2f31ee9e2aa822db1127e06df41e7fbd8e279418fecee4fa36c160d16453e2a
0x475863a729731f5ccc6df7c63d3a4288641677e57481bb4eb05bdb1c19895059
0x88ad5ea5dac5af3d8eb6d6f18a7027f68bd77e788048c088bf8618da26ba356d
0x5e2993c10523ae7966a8b5a2df527081619f4a295554eae29a124da24c65ecb2
0x932d14a63827b51b3d3484b65da87cc03ba02581312376fa73961026f0abeac8
0xeba3278284225948d54442c3651d65acabf733afe56e6439072ade7489d308af
0x64e4a66f399187975e7b17f13dcab9bf89b6b275abdd66b85d091a9ac3033cf7
0xf557b7b95e95900a7f562455a99b76dba175e44c05173269813b4d26de0fef41
0xe8d61e480a6752bffe475d7a9485681bee62ea90205f51c5bf8ce39ed3313a8d
0x7a2cd1c954a181838b2567239294f8b071dfadb5206aebb7246b7dd1474cd036

Functions
Getter at block 21315899
 
calculateExchangeRate(view returns (uint256)
getAsset(view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
getAutoRebalanceThreshold(view returns (uint256)
50000000000000000000000000
getCharlieTreasury(view returns (address)
0x75dc10597861b687ea1c6f955cdda0c913e2299f
getCharlieTreasuryManager(view returns (address)
0x75dc10597861b687ea1c6f955cdda0c913e2299f
getIpToken(view returns (address)
0x8537b194bff354c4738e9f3c81d67e3371dadaf8
getMaxLiquidityPoolBalance(view returns (uint256)
20000000
getMaxLpAccountContribution(view returns (uint256)
10000000
getMilton(view returns (address)
0xed7d74aa7eb1f12f83da36dfac1de2257b4e7523
getMiltonStanleyBalanceRatio(view returns (uint256)
50000000000000000
getMiltonStorage(view returns (address)
0xb99f2a02c0851efdd417bd6935d2efcd23c56e61
getRedeemFeeRate(pure returns (uint256)
5000000000000000
getRedeemLpMaxUtilizationRate(pure returns (uint256)
1000000000000000000
getStanley(view returns (address)
0xa6ac8b6af789319a1db994e25760eb86f796e2b0
getTreasury(view returns (address)
0x0000000000000000000000000000000000000000
getTreasuryManager(view returns (address)
0x0000000000000000000000000000000000000000
getVersion(pure returns (uint256)
3
owner(view returns (address)
0xd92e9f039e4189c342b4067cc61f5d063960d248
paused(view returns (bool)
true
 
proxiableUUID(view returns (bytes32)
Read-only
calculateRebalanceAmountBeforeWithdraw(uint256 wadMiltonErc20BalanceBeforeWithdrawuint256 vaultBalanceuint256 wadOperationAmountview returns (int256)
isAppointedToRebalance(address appointedview returns (bool)
State-modifying
addAppointedToRebalance(address appointed
confirmTransferOwnership(
depositToStanley(uint256 assetAmount
initialize(bool pausedaddress initAssetaddress ipTokenaddress miltonaddress miltonStorageaddress stanley
pause(
provideLiquidity(uint256 assetAmount
rebalance(
redeem(uint256 ipTokenAmount
removeAppointedToRebalance(address appointed
renounceOwnership(
setAutoRebalanceThreshold(uint256 newAutoRebalanceThreshold
setCharlieTreasury(address newCharlieTreasury
setCharlieTreasuryManager(address newCharlieTreasuryManager
setMaxLiquidityPoolBalance(uint256 newMaxLiquidityPoolBalance
setMaxLpAccountContribution(uint256 newMaxLpAccountContribution
setMiltonStanleyBalanceRatio(uint256 newRatio
setTreasury(address newTreasury
setTreasuryManager(address newTreasuryManager
transferOwnership(address appointedOwner
transferToCharlieTreasury(uint256 assetAmount
transferToTreasury(uint256 assetAmount
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawAllFromStanley(
withdrawFromStanley(uint256 assetAmount
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
AppointedToRebalanceChanged(address indexed changedByaddress indexed appointedbool status
AppointedToTransferOwnership(address indexed appointedOwner
AutoRebalanceThresholdChanged(address indexed changedByuint256 indexed oldAutoRebalanceThresholdInThousandsuint256 indexed newAutoRebalanceThresholdInThousands
BeaconUpgraded(address indexed beacon
CharlieTreasuryChanged(address indexed changedByaddress indexed oldCharlieTreasuryaddress indexed newCharlieTreasury
CharlieTreasuryManagerChanged(address indexed changedByaddress indexed oldCharlieTreasuryManageraddress indexed newCharlieTreasuryManager
Initialized(uint8 version
MaxLiquidityPoolBalanceChanged(address indexed changedByuint256 indexed oldMaxLiquidityPoolBalanceuint256 indexed newMaxLiquidityPoolBalance
MaxLpAccountContributionChanged(address indexed changedByuint256 indexed oldMaxLpAccountContributionuint256 indexed newMaxLpAccountContribution
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
ProvideLiquidity(uint256 timestampaddress fromaddress touint256 exchangeRateuint256 assetAmountuint256 ipTokenAmount
Redeem(uint256 timestampaddress fromaddress touint256 exchangeRateuint256 assetAmountuint256 ipTokenAmountuint256 redeemFeeuint256 redeemAmount
TreasuryChanged(address indexed changedByaddress indexed oldTreasuryaddress indexed newTreasury
TreasuryManagerChanged(address indexed changedByaddress indexed oldTreasuryManageraddress indexed newTreasuryManager
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.