Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 20715998.

sdpxethweth Vault

Unverified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0x295d1383 at 19838847
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "sdpxethweth Vault"

0x590c50e1d109533e57bc0c942bebeb811f90a82f2825f055d35bfd4c2ac16e9b
0xd1be65afb4317a7918d0e7a061b9747c90ad458e13c176765a6a29a80c78aace
0x9f67c6ebc3d4f61f42e0ebdbcf1622496bc3f098eee552e3dce097308703734f
0x34b255582a6d4c9913728e767651f61830b43a9b7fb68c80cb557f0fb10a2704
0xc643bdfcb11937c9e1adea4e31027ff3a69446655f727444c558b8fbf004afd2
0xadfecd3b90cc1a3edf5c2256dc44d438f3da456b36b43c53eadaa393ad768c02
0xce073e9eaaead1b1098a6b17d35188a5d17c5be0a93ef34fca02913f8e8af10e
0x0da73839deac14161224a3e72f9d14f2b8f5c440660061c1d896863a2c4af245
0xc82ade6487d99d76e639ecfa9a1aa411070b1e1cbc0583859ebaa91b058611c9

Functions
Getter at block 20792645
DENOMINATOR(view returns (uint256)
10000
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x0c731e19d42c3c644f332f1c893d874a19022c39be4c9e6214c96301793c5fe5
EARN_INCENTIVE_FEE(view returns (uint256)
10
decimals(view returns (uint8)
18
incentiveTokenAmount(view returns (uint256)
0
liquidityGauge(pure returns (address _liquidityGauge)
0xadf69efa859cc43977e68e54525cd167c314c323
name(view returns (string)
sdpxethweth Vault
strategy(pure returns (address _strategy)
0x69d61428d089c2f35bf6a472f540d0f82d1ea2cd
symbol(view returns (string)
sdpxethweth-vault
token(pure returns (address _token)
0xc8eb2cf2f792f77af0cd9e203305a585e588179d
totalSupply(view returns (uint256 result)
1272040270352684932537
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
deposit(address _receiveruint256 _amountbool _doEarn
initialize(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
withdraw(uint256 _shares
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Transfer(address indexed fromaddress indexed touint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ALREADY_INITIALIZED(
AllowanceOverflow(
AllowanceUnderflow(
InsufficientAllowance(
InsufficientBalance(
InvalidPermit(
NOT_ENOUGH_TOKENS(
PermitExpired(
TotalSupplyOverflow(