Skip to content

Famous EVM Contracts Deployed on Neo N3 (Neo Express)

  • Generated at (UTC): 2026-02-15T09:14:27.438Z
  • Snapshot scope: historical Neo Express deployment output; rerun npm run deploy:famous-contracts:neoxp before treating these results as current release evidence.
  • neoxp: 3.9.1.3+e36e7bad7e
  • Total cases: 13
  • Pass: 13
  • Fail: 0

This matrix deploys upstream contracts (EVM ecosystem) onto Neo N3 via neo-solc + neoxp. For selected ERC-style contracts, supportedstandards is cleared in manifest to bypass strict NEP schema checks while keeping source code unchanged.

#ProjectContractResultProbeContract HashSourceNote
1OpenZeppelinERC20✅ passHALT0xe116d4f26c4e4af4ed3b6cbf9c9b1505973687cfthird_party/famous-contracts/sources/@openzeppelin/contracts/token/ERC20/ERC20.solClears supportedstandards for EVM ERC-20 vs NEP-17 strict schema mismatch.
2OpenZeppelinERC721✅ passHALT0x931e486a418c1da855dab93f8790750b6a96a161third_party/famous-contracts/sources/@openzeppelin/contracts/token/ERC721/ERC721.solClears supportedstandards for EVM ERC-721 vs NEP-11 strict schema mismatch.
3OpenZeppelinAccessControl✅ passHALT0x9792e50cb0ba36252e1e90a2dc9b506e4a26a807third_party/famous-contracts/sources/@openzeppelin/contracts/access/AccessControl.solOriginal upstream contract deployed as-is.
4Aave V3WETH9✅ passHALT0x70a37cd49461eeeceee53ba9609ef15bc589b473third_party/famous-contracts/sources/@aave/core-v3/contracts/dependencies/weth/WETH9.solClears supportedstandards to bypass strict NEP method-shape checks.
5Aave V3PoolConfigurator✅ passSKIPPED0x4d05f64ee940f5d02bb412d0400e9d16c728ec96third_party/famous-contracts/sources/@aave/core-v3/contracts/protocol/pool/PoolConfigurator.solOriginal upstream contract deployed; runtime integration calls require further protocol wiring.
6SafeSafe✅ passHALT0xf04634c55fbc3fd5421b3c25c971f57ccc431a37third_party/famous-contracts/sources/@safe-global/safe-contracts/contracts/Safe.solOriginal upstream multisig core contract deployed.
7SafeSafeL2✅ passHALT0x40e6300e17d0f393ea84ff59313b15a0c6f1ba9dthird_party/famous-contracts/sources/@safe-global/safe-contracts/contracts/SafeL2.solOriginal upstream L2-flavored Safe contract deployed.
8SafeSafeProxyFactory✅ passHALT0x1eb9b3930d49389f6669454fa042b262cb7fbc96third_party/famous-contracts/sources/@safe-global/safe-contracts/contracts/proxies/SafeProxyFactory.solOriginal upstream proxy factory deployed.
9SafeMultiSend✅ passSKIPPED0x6c7cd6f7e8128df4b11bb5ed7834ab401e5f7a35third_party/famous-contracts/sources/@safe-global/safe-contracts/contracts/libraries/MultiSend.solOriginal upstream library contract deployed (no zero-arg probe method).
10Uniswap V2 CoreUniswapV2Pair✅ passHALT0x9bf49d45d85d3ba71a67a201e01c8e07ca185523third_party/famous-contracts/sources/@uniswap/v2-core/contracts/UniswapV2Pair.solClears supportedstandards due ERC-style strict schema mismatch.
11Uniswap V2 CoreUniswapV2ERC20✅ passHALT0x0bd1fc83a16b718bf0ed559c668e4db6c231e565third_party/famous-contracts/sources/@uniswap/v2-core/contracts/UniswapV2ERC20.solClears supportedstandards due ERC-style strict schema mismatch.
12ChainlinkMockV3Aggregator✅ passHALT0xab83be98437967a5605af09bae8286fb6373b387third_party/famous-contracts/sources/@chainlink/contracts/src/v0.8/shared/mocks/MockV3Aggregator.solOriginal upstream oracle mock deployed.
13ChainlinkOwnerIsCreator✅ passHALT0x516a69c1618dfa5c4b86e5c6c2d2446284a498f8third_party/famous-contracts/sources/@chainlink/contracts/src/v0.8/shared/access/OwnerIsCreator.solOriginal upstream access-control primitive deployed.

Notes

  • Deployment target in this report is local Neo N3 (neoxp) for deterministic CI-style validation.
  • Runtime/business integration tests for protocol-level flows (AMM swaps, Safe execution pipelines, Aave pool wiring) still require additional fixture contracts and state setup.

MIT Licensed