0x0E5cC099cc9575081Dcc80ee9fAA02364B7C2E0B
on PulseChain Mainnet (369)
Exact Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- VPLSVault
- Compilation Target
- contracts/VPLSVault.sol:VPLSVault
- Language
Solidity
- Compiler
- solc 0.8.36+commit.8a079791
- EVM Version
- paris
- Verified At
- 2026-08-03 02:30:33 UTC
- Deployer
- 0x6682e147D72B174eD447b4435567a9693942A9d9
- Deployment Transaction
- 0x05dd6683e9fc6db7d8d7d1af5d73263605a2526bedff66830b2f503667cf0979
- Block Number
- 27190695
- Transaction Index
- 14
Read/Write Contract on:
Loading contract data...
Source Code
Loading contract data...
Compiler Settings
Loading...
Contract Metadata
Loading...
Creation Bytecode
Loading contract data...
CBOR Auxdata
These values are what Sourcify extracted from the recompiled bytecode. If these values are different in the on-chain bytecode, they will show up in Transformations section.
CBOR Auxdata id: 1
View on 
Solidity metadata.json IPFS hash: QmPcgeeFPf5qBpxQ4SfjzdJym27iZNV9pGifcatAQHk3VM
Loading contract data...
CBOR Auxdata id: 2
View on 
Solidity metadata.json IPFS hash: Qmf2Cuua4tToQtTsDFVpBcLMhMxCc2V7ntiweHdiJrtEyJ
Loading contract data...
Transformations
Loading contract data...
Runtime Bytecode
Loading contract data...
CBOR Auxdata
These values are what Sourcify extracted from the recompiled bytecode. If these values are different in the on-chain bytecode, they will show up in Transformations section.
CBOR Auxdata id: 1
View on 
Solidity metadata.json IPFS hash: QmPcgeeFPf5qBpxQ4SfjzdJym27iZNV9pGifcatAQHk3VM
Loading contract data...
Transformations
Immutable Transformations
| ID | Value | Offsets |
|---|---|---|
| 5077 | 0x000000000000000000000000e87ade9ac380e98d5ea03cf4c207cde1b5278f62 | 841, 5982 |
| 5080 | 0x0000000000000000000000009ba70c52ee890be119150f993cf0439d5a902913 | 2455, 3878 |
| 5082 | 0x0000000000000000000000000000000000000006e660117549dcbef5f7cc0000 | 2196, 2353, 8180 |
| 5084 | 0x0000000000000000000000000000000000000006e660117549dcbef5f7cc0000 | 3660, 6096 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 32 | _balances | mapping(address ⇒ uint256) | contracts/VPLSVault.sol:VPLSVault |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | contracts/VPLSVault.sol:VPLSVault |
| 2 | 0 | 32 | _totalSupply | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 3 | 0 | 32 | _name | string | contracts/VPLSVault.sol:VPLSVault |
| 4 | 0 | 32 | _symbol | string | contracts/VPLSVault.sol:VPLSVault |
| 5 | 0 | 32 | activeBacking | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 6 | 0 | 32 | reservedWithdrawals | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 7 | 0 | 32 | pendingFeeRevenue | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 8 | 0 | 32 | holderRewardLiability | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 9 | 0 | 32 | safetyBuffer | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 10 | 0 | 32 | founderFunding | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 11 | 0 | 32 | nextRequestId | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 12 | 0 | 32 | lastFounderFundedAt | uint256 | contracts/VPLSVault.sol:VPLSVault |
| 13 | 0 | 1 | depositsArePaused | bool | contracts/VPLSVault.sol:VPLSVault |
| 13 | 1 | 1 | requestsArePaused | bool | contracts/VPLSVault.sol:VPLSVault |
| 13 | 2 | 1 | revenueIsPaused | bool | contracts/VPLSVault.sol:VPLSVault |
| 14 | 0 | 32 | _lanes | mapping(uint8 ⇒ struct VPLSVault.LaneConfig) | contracts/VPLSVault.sol:VPLSVault |
| 15 | 0 | 32 | withdrawalRequest | mapping(uint256 ⇒ struct VPLSVault.WithdrawalRequest) | contracts/VPLSVault.sol:VPLSVault |
| 16 | 0 | 32 | feeRevenueByEpoch | mapping(uint256 ⇒ uint256) | contracts/VPLSVault.sol:VPLSVault |
| 17 | 0 | 32 | revenueEpochProcessed | mapping(uint256 ⇒ bool) | contracts/VPLSVault.sol:VPLSVault |
| 18 | 0 | 32 | holderRewardEpoch | mapping(uint256 ⇒ struct VPLSVault.HolderRewardEpoch) | contracts/VPLSVault.sol:VPLSVault |
| 19 | 0 | 32 | holderRewardClaimed | mapping(uint256 ⇒ mapping(address ⇒ bool)) | contracts/VPLSVault.sol:VPLSVault |
| 20 | 0 | 32 | _balanceCheckpoints | mapping(address ⇒ struct VPLSVault.Checkpoint[]) | contracts/VPLSVault.sol:VPLSVault |
| 21 | 0 | 32 | _eligibleSupplyCheckpoints | struct VPLSVault.Checkpoint[] | contracts/VPLSVault.sol:VPLSVault |
Transient Storage Layout
No transient storage layouts found in the compiler output.
Standard JSON Input
This isn't the original compiler JSON data. Generated for compatibility.
Loading...
Standard JSON Output
This isn't the original compiler JSON data. Generated for compatibility.
Loading...