Iopn defi
Defi for iopn
by _schester · submitted Jun 5, 2026
Community votes
0
Voting opens when this submission reaches the Top 10 stage.
Overall score
—/ 100
Weighted average across the 5 judging criteria.
Description
01/03
What the builder said.
Written by the team, rendered as the markdown they typed in the submission wizard.
1 File explorer
1234567891011121314 AI copilot
0 Listen on all transactions Filter with transaction hash or address Welcome to Remix 2.2.0
Your files are stored in indexedDB, 202.61 KB / 134.26 GB used
You can use this terminal to: Check transactions details and start debugging. Execute JavaScript scripts:
- Input a script directly in the command line interface
- Select a Javascript file in the file explorer and then run
remix.execute()orremix.exeCurrent()in the command line interface - Right-click on a JavaScript file in the file explorer and then click
RunThe following libraries are accessible: ethers.js Type the library name to see available commands.
RemixAI Assistant // SPDX-License-Identifier: GPL-3.0 pragma solidi… You // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.18; contract testContract { uint256 value; constructor (uint256 _p) { value = _p; } function setP(uint256 _n) payable public { value = _n; } function setNP(uint256 _n) public { value = _n; } function get () view public returns (uint256) { return value; } } Explain briefly the snipped above!
Roadmap
02/03
What ships next.
The builder's own next-quarter plan. Use it to gauge follow-through and ambition.
1 File explorer
1234567891011121314 AI copilot
0 Listen on all transactions Filter with transaction hash or address Welcome to Remix 2.2.0
Your files are stored in indexedDB, 202.61 KB / 134.26 GB used
You can use this terminal to: Check transactions details and start debugging. Execute JavaScript scripts:
- Input a script directly in the command line interface
- Select a Javascript file in the file explorer and then run
remix.execute()orremix.exeCurrent()in the command line interface - Right-click on a JavaScript file in the file explorer and then click
RunThe following libraries are accessible: ethers.js Type the library name to see available commands.
RemixAI Assistant // SPDX-License-Identifier: GPL-3.0 pragma solidi… You // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.18; contract testContract { uint256 value; constructor (uint256 _p) { value = _p; } function setP(uint256 _n) payable public { value = _n; } function setNP(uint256 _n) public { value = _n; } function get () view public returns (uint256) { return value; } } Explain briefly the snipped above!
On-chain proof
03/03
1 contract on OPN Chain.
The chain itself confirmed every deployment is valid, signed by the builder's wallet, and inside the season's window.