TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 32 txns
Deployed by via 0x115c3b4b at 20227417
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3d0990d5e99d94234cf34f867c6323353a1623139ca851eeb688d537c6c7bd9c
0x045bc9000454c9b28c7475daff22ca2b346268916fcc6ee588740377dbfa11be
0xdf35445ce175edcfeef2f8406cbe081cd5469c4d74f0aaccea44749533cb2573
0x71d276b26d6c10cba342caeb390ce9e22238497feb26d286c39f22385731820e
0x87fd3610c99d9d5003d617345a6a87abe9e08a4ecc763492f3e9cec280eb54c3
0x981f39e105a6fc9c7aa9b8a5a6c0488c498017eeec7ef8f6eefa37739f53f34f
0x0cb359f31dad9a7bb2bf8a7c8aabc45fafdcb760d1a0cc4ce582c1a8fcda4262
0x49c0d99236849f489a963b9beb8ab9cea9aef6f177170c2c0586d01bc1e09b9c
0x3f7840f6eaa8ac30767cfa14810322b8ded56c3aa06060ed168561b01f8009c4
0xd995e65c90ae3e3b789ea732cb7ce26d7c2cef56365d84e6a8f7b9d31d2df64f

Functions
Getter at block 21067362
asset(view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
authority(view returns (address)
0x7ea3097e2af59ea705398544e0f58eddb7bd1852
decimals(view returns (uint8)
18
isConsumingScheduledOp(view returns (bytes4)
0x00000000
name(view returns (string)
Spectra ERC4626 Wrapper: Amphor Symbiotic LRT (WSTETH)
rewardsProxy(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
sw-amphrLRT
totalAssets(view returns (uint256)
103309695200953590303
totalSupply(view returns (uint256)
103309695200953590303
totalVaultShares(view returns (uint256)
103309695200953590303
vaultShare(view returns (address)
0x06824c27c8a0dbde5f72f770ec82e3c0fd4dcec3
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
convertToAssets(uint256 sharesview returns (uint256)
convertToShares(uint256 assetsview returns (uint256)
maxDeposit(addressview returns (uint256)
maxMint(addressview returns (uint256)
maxRedeem(addressview returns (uint256)
maxWithdraw(addressview returns (uint256)
previewDeposit(uint256 assetsview returns (uint256)
previewMint(uint256 sharesview returns (uint256)
previewRedeem(uint256 sharesview returns (uint256)
previewUnwrap(uint256 sharesview returns (uint256)
previewWithdraw(uint256 assetsview returns (uint256)
previewWrap(uint256 vaultSharesview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
claimRewards(bytes data
deposit(uint256 assetsaddress receiverreturns (uint256)
initialize(address _amphrLRTaddress _initialAuthority
mint(uint256 sharesaddress receiverreturns (uint256)
redeem(uint256addressaddressreturns (uint256)
setAuthority(address newAuthority
setRewardsProxy(address newRewardsProxy
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
unwrap(uint256 sharesaddress receiveraddress ownerreturns (uint256)
unwrap(uint256 sharesaddress receiveraddress owneruint256 minVaultSharesreturns (uint256)
withdraw(uint256addressaddressreturns (uint256)
wrap(uint256 vaultSharesaddress receiverreturns (uint256)
wrap(uint256 vaultSharesaddress receiveruint256 minSharesreturns (uint256)
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorityUpdated(address authority
Deposit(address indexed senderaddress indexed owneruint256 assetsuint256 shares
Initialized(uint64 version
RewardsProxyUpdated(address oldRewardsProxyaddress newRewardsProxy
Transfer(address indexed fromaddress indexed touint256 value
Unwrap(address indexed calleraddress indexed receiveraddress indexed owneruint256 sharesuint256 vaultShares
Withdraw(address indexed senderaddress indexed receiveraddress indexed owneruint256 assetsuint256 shares
Wrap(address indexed calleraddress indexed receiveruint256 vaultSharesuint256 shares
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedCall(
ProxyDeniedAdminAccess(
AccessManagedInvalidAuthority(address authority
AccessManagedRequiredDelay(address calleruint32 delay
AccessManagedUnauthorized(address caller
AddressEmptyCode(address target
ClaimRewardsFailed(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC4626ExceededMaxDeposit(address receiveruint256 assetsuint256 max
ERC4626ExceededMaxMint(address receiveruint256 sharesuint256 max
ERC4626ExceededMaxRedeem(address owneruint256 sharesuint256 max
ERC4626ExceededMaxWithdraw(address owneruint256 assetsuint256 max
ERC5143SlippageProtectionFailed(
FailedCall(
InsufficientBalance(uint256 balanceuint256 needed
InvalidInitialization(
NoRewardsProxy(
NotImplemented(
NotInitializing(
SafeERC20FailedOperation(address token