0x006ef27064049eB5e448191D8D0577B08e19f201
on PulseChain (369)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- PoolV3
- Compilation Target
- contracts/Lending/pool/PoolV3.sol:PoolV3
- Language
- Solidity
- Compiler
- solc 0.8.20+commit.a1b79de6
- EVM Version
- shanghai
- Verified At
- 2025-09-24 01:05:24 UTC
- Deployer
- 0x515D3678110e0Fd0e4Fe4c9485d062360f759C88
- Deployment Transaction
- 0xe2430441fc313654d04430c1aae4204d8ff64743f2e219c8ac4b1b3f2afd2523
- Block Number
- 24581078
- Transaction Index
- 116
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: QmUxsCnRwKdLSAeZQAaGf2U4JTZW2sKkU4kBYyaBfDxRNf
Loading contract data...
Transformations
Loading contract data...
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 16320 | 54 | Original (recompiled):0xa2646970667358221220626d287f4246faa69be9690b77df37defbb3c3b81dff6d1a37681121e62f786064736f6c63430008140033 Transformed (onchain):0xa264697066735822122092a9c50c14a9c9bf58d88f42e3c0ee7b3b07e4adcb4f16f2b9e1e28a74d43b2e64736f6c63430008140033 |
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: QmUxsCnRwKdLSAeZQAaGf2U4JTZW2sKkU4kBYyaBfDxRNf
Loading contract data...
Transformations
Immutable Transformations
| ID | Value | Offsets |
|---|---|---|
| 2163 | 0x00000000000000000000000022165bedc62d5c05a309c8b9ab50eebd7b411b9e | 1443 |
| 2167 | 0x000000000000000000000000a1077a294dde1b09bb078844df40758a5d0f9a27 | 1376, 4306, 5949, 8417, 9732 |
| 4059 | 0x000000000000000000000000efe7de9db21ff776773a4a514075b37257c2d10d | 3395, 10983, 11323, 11563 |
| 4138 | 0x00000000000000000000000007763c4e51b458d2ea5f5506a22ae11f9cf985dd | 1940, 11405 |
| 5687 | 0x000000000000000000000000a1077a294dde1b09bb078844df40758a5d0f9a27 | 1517 |
| 5689 | 0x0000000000000000000000000000000000000000000000000000000000000012 | 7750 |
| 8283 | 0xc8494b95afd996c64bd61e6a2cf760e8e7a3ddbcebc07d2acacad810d300a123 | 7882 |
| 8285 | 0x0000000000000000000000000000000000000000000000000000000000000171 | 7840 |
| 8287 | 0x000000000000000000000000006ef27064049eb5e448191d8d0577b08e19f201 | 7798 |
| 8289 | 0x0cbc2474f7713c08a4737e33972ff5263ce46ebfccaab6d68f6b0e49028de477 | 7963 |
| 8291 | 0xc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6 | 8003 |
| 8294 | 0x6e57504c53000000000000000000000000000000000000000000000000000005 | 8928 |
| 8297 | 0x3100000000000000000000000000000000000000000000000000000000000001 | 8973 |
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 13259 | 54 | Original (recompiled):0xa2646970667358221220626d287f4246faa69be9690b77df37defbb3c3b81dff6d1a37681121e62f786064736f6c63430008140033 Transformed (onchain):0xa264697066735822122092a9c50c14a9c9bf58d88f42e3c0ee7b3b07e4adcb4f16f2b9e1e28a74d43b2e64736f6c63430008140033 |
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/Lending/pool/PoolV3.sol:PoolV3 |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 2 | 0 | 32 | _totalSupply | uint256 | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 3 | 0 | 32 | _name | string | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 4 | 0 | 32 | _symbol | string | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 5 | 0 | 32 | _nameFallback | string | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 6 | 0 | 32 | _versionFallback | string | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 7 | 0 | 32 | _nonces | mapping(address ⇒ uint256) | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 8 | 0 | 1 | _paused | bool | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 8 | 1 | 1 | _reentrancyStatus | uint8 | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 8 | 2 | 20 | controller | address | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 9 | 0 | 20 | treasury | address | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 10 | 0 | 20 | reserve | address | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 11 | 0 | 20 | interestRateModel | address | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 11 | 20 | 5 | lastBaseInterestUpdate | uint40 | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 12 | 0 | 20 | poolQuotaKeeper | address | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 13 | 0 | 16 | _baseInterestRate | uint128 | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 13 | 16 | 16 | _baseInterestIndexLU | uint128 | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 14 | 0 | 16 | _expectedLiquidityLU | uint128 | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 15 | 0 | 32 | _totalDebt | struct DebtParams | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 16 | 0 | 32 | _creditManagerDebt | mapping(address ⇒ struct DebtParams) | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 17 | 0 | 64 | _creditManagerSet | struct EnumerableSet.AddressSet | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 19 | 0 | 32 | userTotalDeposited | mapping(address ⇒ uint256) | contracts/Lending/pool/PoolV3.sol:PoolV3 |
| 20 | 0 | 32 | userTotalWithdrawn | mapping(address ⇒ uint256) | contracts/Lending/pool/PoolV3.sol:PoolV3 |
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...