Node Escrow
When users mint a Node on mint.explorills.com/#explorills-Nodes, it is stored in the Nodes escrow under the minter address ownership. Once Nodes with IDs from 1 to 10,800 are minted, the escrow is automatically released, allowing users to pull their Nodes.
Verify Nodes Ownership
Connect wallet
Click "My Address Info"
Click on any Node ID - it redirects to the corresponding Node NFT License page on the blockchain
Even before the Node escrow is released, owners can regularly use their Nodes directly from the escrow to generate mint permissions for $EXPL and gain access to all project events.
explorills_NodeEscrow Contract
Non-custodial ERC721 escrow contract for explorills_Nodes tokens storage, with auto-release functionality
General Functionality
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
View Functions
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
Escrow Release Conditions
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
Build and Deployment Settings
Contract Name: explorills_NodeEscrow
Compiler Version: v0.8.24
EVM Version: London
Optimization: Enabled (200 runs)
Contract Architecture
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
License
BSD-3-Clause License
Contact
main: explorills.com
mint: mint.explorills.com
contact: [email protected]
security contact: [email protected]
Contract Address
0x9eAEc5DB08E0D243d07A82b8DD54Cc70E745f8b4
find at
Main Contract Integration
0x468F1F91fc674e0161533363B13c2ccBE3769981
Github: explorills/nodes
The next page will detail the tiered pricing model for explorills Node NFT Licenses
Last updated
Was this helpful?