Documentation index

Verification · 08

Contracts and addresses

Addresses of the protocol contracts on Arbitrum and instructions for reading the data on Arbiscan.

The protocol's contracts have public addresses and verified code on Arbiscan. The claims in this documentation can be checked directly against them.

Addresses

O token. Supply fixo de 21.000.000, sem função de mint.

O cofre imutável de wBTC. Define o piso. Ninguém saca sem queimar EVA.

Histórico da venda pública inicial e do preço de lançamento.

Burn Vault Boost 0x8FAE…59F8 ↗

Cofre separado que aplica o lastro de BTC a uma cota concentrada de EVA, elevando o piso por token dessa fatia.

How to read on Arbiscan

Vault balance (numerator of the floor)
Burn Vault page → Token Holdings → wBTC balance. It is the numerator of the formula.
Circulating supply (denominator)
EVA Token page → Read ContracttotalSupply(). Burned tokens have already left this number.
Guaranteed floor (Boost)
Burn Vault Boost page → Read Contract: remainingEvaCovered() returns the remaining quota and getBurningQuote() returns the floor paid per burn.
Daily deposits
Burn Vault page (or the Boost's) → Token Transfers tab: one transfer per day, at 20:00 UTC, arriving at both vaults in the same transaction.
Burn history
EVA Token page → Transfers filtered to the zero address (0x000…000): each row is a permanent burn.
The contract code
Contract tab with the green "verified" badge: the published source code matches the bytecode on the chain. Reading the functions makes it possible to confirm there is no withdrawal without burning.

Audit reports

The scope covered by each audit is in Security and audits.

Found something incorrect or outdated? Let us know on Telegram ↗ or check the data directly in the contracts.