0x89FB81b1e453b7Bd18ac1A6AF03C84A40Ce10C57
on Creditcoin Testnet (102031)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- UtuhCredit
- Compilation Target
- src/UtuhCredit.sol:UtuhCredit
- Language
Solidity
- Compiler
- solc 0.8.28+commit.7893614a
- EVM Version
- prague
- Verified At
- 2026-08-28 15:44:41 UTC
- Deployer
- 0x50577827700c0cF60240ABd07f041F09C95d4748
- Deployment Transaction
- 0x2958527fcec22459d65de9f3f6de09a2420ef11934b08d6abf08d6402c70b320
- Block Number
- 5389558
- Transaction Index
- 2
Read/Write Contract on:
Loading contract data...
Source Code
Loading contract data...
Compiler Settings
Loading...
Loading contract data...
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: QmNaNDkJi5khu4xH7GggiSDx3nvMA2BLPLuT94TPfN32hQ
Loading contract data...
Transformations
Loading contract data...
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 19650 | 54 | Original (recompiled):0xa264697066735822122003837cb9d00f13f094fbbb222308721b216b52ecc17f667fb9ddc9975b11f82b64736f6c634300081c0033 Transformed (onchain):0xa2646970667358221220ef112ad6bfba43e8bbdca6a57794c8e153f999b1cd98511096bc1066f9cd340064736f6c634300081c0033 |
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: QmNaNDkJi5khu4xH7GggiSDx3nvMA2BLPLuT94TPfN32hQ
Loading contract data...
Transformations
Immutable Transformations
| ID | Value | Offsets |
|---|---|---|
| 2321 | 0x0000000000000000000000008fa0bd5301d998be873e31453e53d114929a5fac | 661, 4653, 9078, 10610, 11067, 11271, 11507 |
| 2324 | 0x0000000000000000000000000000000000000000000000000000000000000fd3 | 2609, 5141 |
| 2331 | 0x00000000000000000000000000000000000000000000000000000da475abf000 | 1887, 5390, 11802 |
| 2338 | 0x0000000000000000000000000000000000000000000000000000000000034bc0 | 1336, 4969, 5056 |
| 2344 | 0x0000000000000000000000000000000000000000000000000000000000000019 | 2168, 4771, 4867, 10778, 10874 |
| 2357 | 0x000000000000000000000000000000000000000000000000000000000000c4e0 | 2452, 5269 |
| 2363 | 0x0000000000000000000000000000000000000000000000000000000000002904 | 1387, 11856 |
| 2366 | 0x0000000000000000000000000000000000000000000000000000000000001680 | 1688, 7280 |
| 2438 | 0x00000000000000000000000050577827700c0cf60240abd07f041f09c95d4748 | 1489, 3872, 6743 |
| 2441 | 0x0000000000000000000000000000000000000000000000000000000000000fd2 | 2401, 2747 |
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 16459 | 54 | Original (recompiled):0xa264697066735822122003837cb9d00f13f094fbbb222308721b216b52ecc17f667fb9ddc9975b11f82b64736f6c634300081c0033 Transformed (onchain):0xa2646970667358221220ef112ad6bfba43e8bbdca6a57794c8e153f999b1cd98511096bc1066f9cd340064736f6c634300081c0033 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 96 | volumeSpec | struct UtuhCredit.HistorySpec | src/UtuhCredit.sol:UtuhCredit |
| 3 | 0 | 96 | repaySpec | struct UtuhCredit.HistorySpec | src/UtuhCredit.sol:UtuhCredit |
| 6 | 0 | 32 | _cleanSpecs | struct UtuhCredit.HistorySpec[] | src/UtuhCredit.sol:UtuhCredit |
| 7 | 0 | 32 | nextLineId | uint256 | src/UtuhCredit.sol:UtuhCredit |
| 8 | 0 | 32 | _lines | mapping(uint256 ⇒ struct UtuhCredit.Line) | src/UtuhCredit.sol:UtuhCredit |
| 9 | 0 | 32 | controllerOf | mapping(address ⇒ address) | src/UtuhCredit.sol:UtuhCredit |
| 10 | 0 | 32 | controlProofUsed | mapping(bytes32 ⇒ bool) | src/UtuhCredit.sol:UtuhCredit |
| 11 | 0 | 32 | claimSpent | mapping(uint256 ⇒ bool) | src/UtuhCredit.sol:UtuhCredit |
| 12 | 0 | 32 | settledThrough | mapping(address ⇒ uint64) | src/UtuhCredit.sol:UtuhCredit |
| 13 | 0 | 32 | underwrittenThrough | mapping(address ⇒ uint64) | src/UtuhCredit.sol:UtuhCredit |
| 14 | 0 | 32 | activeLineOf | mapping(address ⇒ uint256) | src/UtuhCredit.sol:UtuhCredit |
| 15 | 0 | 32 | defaultsOf | mapping(address ⇒ uint64) | src/UtuhCredit.sol:UtuhCredit |
| 16 | 0 | 32 | _peers | address[] | src/UtuhCredit.sol:UtuhCredit |
| 17 | 0 | 32 | available | uint256 | src/UtuhCredit.sol:UtuhCredit |
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...