Non-custodial ERC721 escrow contract for explorills_Nodes tokens storage, with auto-release functionality // Part of the ONE ecosystem // Powered by EXPL Nodes
- Stores ERC721 tokens securely until pulling conditions are met
- Provides read-only access to escrow data
- Enables automatic pulling window after 10,800 regular mints
- Exclusive interaction with main explorills_Nodes contract
- Non-custodial design for enhanced security
a1AddressEscrowHoldings: Query detailed escrow holdings for a specific addressa2EscrowStatus: Check current escrow release statusa3CurrentChainEscrowTotalHoldings: Get total tokens held in escrowa4RemainingNodesToReleaseEscrow: Calculate remaining nodes before release
- Release triggers after first 10,800 Nodes are minted (by regular mint)
- Pulling window opens automatically upon reaching threshold
- Status transitions:
- "not released yet": Before reaching threshold
- "pulling window is open": After threshold, tokens available
- "all nodes are already pulled": No tokens remaining in escrow
- Contract Name: explorills_NodeEscrow
- Compiler Version: v0.8.24
- EVM Version: London
- Optimization: Enabled (200 runs)
- Networks: Ethereum; Flare
explorills_NodeEscrow
├── View Functions
│ ├── Address Holdings
│ │ └── a1AddressEscrowHoldings
│ ├── Escrow Status
│ │ └── a2EscrowStatus
│ ├── Total Holdings
│ │ └── a3CurrentChainEscrowTotalHoldings
│ └── Release Information
│ └── a4RemainingNodesToReleaseEscrow
└── Storage
├── Constants
│ ├── TIER3_END
│ └── MAX_SUPPLY
└── Contract References
└── NODE_MAIN_CONTRACT
BSD-3-Clause License
- main: expl.one
- mint: node.expl.one
- contact: team@expl.one
- security contact: dev@expl.one
- 0x9eAEc5DB08E0D243d07A82b8DD54Cc70E745f8b4
- 0x468F1F91fc674e0161533363B13c2ccBE3769981
- Github: explorills/nodes
- ONE ecosystem 2026 // Powered by EXPL Nodes