JosephUsdt
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
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
6 additional
variables
Balances ($0.00)
No balances found for "JosephUsdt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "JosephUsdt"
ABI
ABI objects
Getter at block 21305877 calculateExchangeRate() view returns (uint256)
getAsset() view returns (address)
0x0000000000000000000000000000000000000000
getAutoRebalanceThreshold() view returns (uint256)
0
getCharlieTreasury() view returns (address)
0x0000000000000000000000000000000000000000
getCharlieTreasuryManager() view returns (address)
0x0000000000000000000000000000000000000000
getIpToken() view returns (address)
0x0000000000000000000000000000000000000000
getMaxLiquidityPoolBalance() view returns (uint256)
0
getMaxLpAccountContribution() view returns (uint256)
0
getMilton() view returns (address)
0x0000000000000000000000000000000000000000
getMiltonStanleyBalanceRatio() view returns (uint256)
0
getMiltonStorage() view returns (address)
0x0000000000000000000000000000000000000000
getRedeemFeeRate() pure returns (uint256)
5000000000000000
getRedeemLpMaxUtilizationRate() pure returns (uint256)
1000000000000000000
getStanley() view returns (address)
0x0000000000000000000000000000000000000000
getTreasury() view returns (address)
0x0000000000000000000000000000000000000000
getTreasuryManager() view returns (address)
0x0000000000000000000000000000000000000000
getVersion() pure returns (uint256)
3
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
calculateRebalanceAmountBeforeWithdraw(uint256 wadMiltonErc20BalanceBeforeWithdraw, uint256 vaultBalance, uint256 wadOperationAmount) view returns (int256)
isAppointedToRebalance(address appointed) view returns (bool)
State-modifying
Events addAppointedToRebalance(address appointed)
confirmTransferOwnership()
depositToStanley(uint256 assetAmount)
initialize(bool paused, address initAsset, address ipToken, address milton, address miltonStorage, address 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 newImplementation, bytes data) payable
withdrawAllFromStanley()
withdrawFromStanley(uint256 assetAmount)
AdminChanged(address previousAdmin, address newAdmin)
AppointedToRebalanceChanged(address indexed changedBy, address indexed appointed, bool status)
AppointedToTransferOwnership(address indexed appointedOwner)
AutoRebalanceThresholdChanged(address indexed changedBy, uint256 indexed oldAutoRebalanceThresholdInThousands, uint256 indexed newAutoRebalanceThresholdInThousands)
BeaconUpgraded(address indexed beacon)
CharlieTreasuryChanged(address indexed changedBy, address indexed oldCharlieTreasury, address indexed newCharlieTreasury)
CharlieTreasuryManagerChanged(address indexed changedBy, address indexed oldCharlieTreasuryManager, address indexed newCharlieTreasuryManager)
Initialized(uint8 version)
MaxLiquidityPoolBalanceChanged(address indexed changedBy, uint256 indexed oldMaxLiquidityPoolBalance, uint256 indexed newMaxLiquidityPoolBalance)
MaxLpAccountContributionChanged(address indexed changedBy, uint256 indexed oldMaxLpAccountContribution, uint256 indexed newMaxLpAccountContribution)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProvideLiquidity(uint256 timestamp, address from, address to, uint256 exchangeRate, uint256 assetAmount, uint256 ipTokenAmount)
Redeem(uint256 timestamp, address from, address to, uint256 exchangeRate, uint256 assetAmount, uint256 ipTokenAmount, uint256 redeemFee, uint256 redeemAmount)
TreasuryChanged(address indexed changedBy, address indexed oldTreasury, address indexed newTreasury)
TreasuryManagerChanged(address indexed changedBy, address indexed oldTreasuryManager, address indexed newTreasuryManager)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.