Skip to content

Robin Index Vault v0.2.0

Choose a tag to compare

@Agus-ops Agus-ops released this 12 Jun 21:46
· 46 commits to main since this release

Robin Index Vault v0.2.0 — Full Verified Public-Trust Deployment

This release is the full verified public-trust deployment of Robin Index Vault on Robinhood Chain Testnet.

Highlights:

  • All core contracts verified on Robinhood Testnet explorer
  • Solidity compiler: v0.8.34+commit.80d5c536
  • Smoke test passed: approve, deposit, withdraw, and sweep fees
  • Runtime invariant check passed: 65 passes / 0 warnings / 0 failures
  • ReceiptToken vault binding is locked
  • FeeTreasury is configured with the v0.2 vault as fee source
  • FeeTreasury is configured with the v0.2 RewardDistributor
  • RewardDistributor is not a FeeTreasury keeper
  • Rewards are funded only by collected protocol fees

Verified Contracts:

  • MockStockOracle: 0xFB22dF75fFD1E89b23f9b9727880a22C039350a9
  • ReceiptToken / rINDEX: 0x032F80b841c1677ae188d34004a8F6e5F4f576B4
  • FeeTreasury: 0xf5579396bFaEd22a14fF43d09eD490ae78784211
  • RobinIndexVault: 0x1f51A1c104115fD24D3389428BC7Dbe370d3466b
  • RewardDistributor: 0x30a6dDfCf8e1Fa11Ce5B2A9745c54123A74e0d15

Smoke Test Transactions:

  • Approve TSLA: 0x854ceb9e7f252312acfd9164c6c2e8dce2fb09e31371ff4172d6c3372611124e
  • Deposit 0.1 TSLA: 0x36495ec2a5ffe10f7b8efe3cae2dfab9a60ddee9c1939bba2868a3f70f5d646c
  • Withdraw 0.02 TSLA: 0xb87c3e4cf284253d78e292bf9a825d7c17bc6c68476f79880329ec7a57dde372
  • Sweep TSLA fees: 0xf5ef4c7310a41aa62a049e45d58596b4908747446d763d30ba174fdd63823218

Post-Smoke State:

  • User TSLA vault balance: 0.0797 TSLA
  • User rINDEX balance: 14.346 rINDEX
  • Treasury TSLA received: 0.0005 TSLA
  • Treasury TSLA reserve: 0.00025 TSLA
  • Treasury TSLA rewards: 0.00015 TSLA
  • Treasury TSLA router: 0.000075 TSLA
  • Treasury TSLA operator: 0.000025 TSLA

Legacy Note:
v0.1.1 remains archived as the previous proven MVP deployment. v0.2.0 is the public-trust deployment created so all core contracts are explorer-verified.