StanleyUsdc
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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
Balances ($0.00)
No balances found for "StanleyUsdc"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StanleyUsdc"
ABI
ABI objects
Getter at block 21187241 calculateExchangeRate() view returns (uint256 exchangeRate)
getAsset() view returns (address)
0x0000000000000000000000000000000000000000
getMilton() view returns (address)
0x0000000000000000000000000000000000000000
getStrategyAave() view returns (address)
0x0000000000000000000000000000000000000000
getStrategyCompound() view returns (address)
0x0000000000000000000000000000000000000000
getVersion() pure returns (uint256)
2
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
totalBalance(address who) view returns (uint256)
State-modifying
Events confirmTransferOwnership()
deposit(uint256 amount) returns (uint256 vaultBalance, uint256 depositedAmount)
initialize(address asset, address ivToken, address strategyAave, address strategyCompound)
migrateAssetToStrategyWithMaxApr()
pause()
renounceOwnership()
setMilton(address newMilton)
setStrategyAave(address newStrategyAddr)
setStrategyCompound(address newStrategyAddr)
transferOwnership(address appointedOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount) returns (uint256 withdrawnAmount, uint256 vaultBalance)
withdrawAll() returns (uint256 withdrawnAmount, uint256 vaultBalance)
AdminChanged(address previousAdmin, address newAdmin)
AppointedToTransferOwnership(address indexed appointedOwner)
AssetMigrated(address changedBy, address oldStrategy, address newStrategy, uint256 amount)
BeaconUpgraded(address indexed beacon)
Deposit(uint256 timestamp, address from, address to, uint256 exchangeRate, uint256 amount, uint256 ivTokenAmount)
Initialized(uint8 version)
MiltonChanged(address changedBy, address oldMilton, address newMilton)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StrategyChanged(address changedBy, address oldStrategy, address newStrategy, address newShareToken)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdraw(uint256 timestamp, address from, address to, uint256 exchangeRate, uint256 amount, uint256 ivTokenAmount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.