Contract Addresses
All contracts are deployed on Ethereum Mainnet and verified on Etherscan.
Core Contracts (v3 - Current)
| Contract | Address | Etherscan |
|---|---|---|
| TDHTimelock | 0x25D37615C3718103175944786ec4395458a0DE88 | View |
| TDHLendingCore | 0x53a91A7e443a45bb7C6F8111B282145ba424E598 | View |
| TDHCollateralGuard | 0x006706e76a31d61D7F5588c4Bb29c144Aec825a7 | View |
| TDHLiquidationModule | 0x23b00f6C1d1d05614f88F322A6AD2BBaaae33dFe | View |
| TDHDepositManager | 0x5474D3FE00d3D08F9f5607d963d259f204DcFd21 | View |
| TDHAdditionalCollateral | Not yet deployed | - |
Admin Addresses
| Role | Address | Notes |
|---|---|---|
| Owner | 0x0bd4bE9567eE205D942d59b384BAEf92F977a165 | Contract deployer |
| Fee Recipient | 0x0bd4bE9567eE205D942d59b384BAEf92F977a165 | Receives platform fees |
| Timelock | 0x25D37615C3718103175944786ec4395458a0DE88 | 24-hour delay for admin operations |
Supported NFT Collections
Primary Collateral (TDH-bearing)
| Collection | Contract | Etherscan |
|---|---|---|
| The Memes by 6529 | 0x33FD426905F149f8376e227d0C9D3340AaD17aF1 | View |
| 6529 Gradient | 0x0c58Ef43fF3032005e472Cb5709f8908aCb00205 | View |
| Meme Lab | 0x4db52a61dc491e15a2f78f5ac001c14ffe3568cb | View |
Additional Collateral (Approved Collections)
No additional collateral collections configured yet. Check back later.
Verifying Contracts
All contracts are verified on Etherscan. You can:
- Read the contract code
- Verify it matches our GitHub repository
- Interact directly through Etherscan (advanced)
Source Code
GitHub: https://github.com/maybehotcarl/nftloans
Important: Verify Before Interacting
Always verify you're interacting with the correct contracts:
- Check the address matches this page
- Check the contract is verified on Etherscan
- Check the Etherscan verified code matches our GitHub
- Be wary of phishing sites with different addresses
ABIs
For developers integrating with the contracts:
- TDHLendingCore ABI
- TDHCollateralGuard ABI
- TDHLiquidationModule ABI
- TDHDepositManager ABI
- TDHAdditionalCollateral ABI
Or generate from source using Foundry:
bash
forge build
# ABIs in out/ContractName.sol/ContractName.json