V3 IndexMinter

Contract 0x0c4F73328dFCECfbecf235C9F78A4494a7EC5ddC · deployed block 22590323 (2025-01-31) by Maria #1 [chain]. Source recovered: indexminter.sol — deployed selector sets exact both sides [src]. 506 census children [chain].

What changed from V2 [src]

  1. Any ERC-20 can be a parent — the “index” idea: children can be collateralized by arbitrary tokens, not just FED/TTs. Genesis child: POOR (“Proof Of Own Reserves Contract” 0xaA1505C928fd85E10a550cfDe9e8f464c3574D8a), the most-fed genesis token onchain (1,668 mints [chain]).

  2. The escalating multiplier (see multipliers):

    function Multiplier(uint256 addition) public view returns (uint256) {
        return ((addition + totalSupply()) / 1111111111000000000000000000) + 1;
    }
    function mint(uint256 amount) public {
        Parent.transferFrom(msg.sender, address(this), amount * Multiplier(amount));
        _mint(msg.sender, amount);
    }

    Mint cost steps up by one whole unit of parent per 1.111B units of existing supply — supply growth is punished arithmetically.

  3. Gated sibling claim — Claim(address Contract, uint256 Amount) requires Creator == TTI(Contract).Creator() and Parent == TTI(Contract).Parent() and Debenture on this: only siblings from the same creator+parent can drain this’s parent, and the first withdraw() sets Debenture = false, permanently killing this’s claimability.

Head additions [src]

GetStandardTokenParent(address) (cross-minter parent fallback) and constants POOR(), TreasuryMinter(), FederalMinter(); the head also carries the registry trio like V2.

Notes

generated census statistics (rule: every child of the factory in the census — no selection)

children
506 — every row RPC-verified, entity-paged under /tokens
era mix
long-tail 296 · v3-bureau 107 · post-crisis 70 · v4 33
top creators
0xBF182955… ×97 · 0x56d9bD3B… ×93 · 0x18F62166… ×25 · 0x7a20189B… ×19 · 0x01e78Ad5… ×19 · 0x75a8210f… ×19 · 0xc1a964c4… ×16 · 0x582805B4… ×13
rule: top 8 EOAs by direct children created through this factory [chain]
MV revenue
25.57M MV over 505 payments (blocks 22,590,450–27,145,337)

claims touching this entity (11)

statements inline for convenience — the full registry with proof refs + artifacts lives on /claims