Files
cuna/artifacts/contracts/CunaFinanceBsc.sol/iPriceOracle.json
sascha 8a802718d3 Initial commit: CunaFinanceBsc smart contract
- Add upgradeable smart contract with vesting and staking functionality
- Include comprehensive deployment script for proxy deployments and upgrades
- Configure Hardhat with BSC testnet and verification support
- Successfully deployed to BSC testnet at 0x12d705781764b7750d5622727EdA2392b512Ca3d

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 02:15:20 +02:00

31 lines
615 B
JSON

{
"_format": "hh-sol-artifact-1",
"contractName": "iPriceOracle",
"sourceName": "contracts/CunaFinanceBsc.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "getLatestPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}