Skip to content

Commit

Permalink
Merge pull request #103 from Tapioca-DAO/CU-8679302ay-leverage-fork
Browse files Browse the repository at this point in the history
CU-8679302ay-leverage-fork: artifacts
  • Loading branch information
0xRektora authored Nov 15, 2023
2 parents 7d70e73 + b153339 commit e5f19dd
Show file tree
Hide file tree
Showing 175 changed files with 32,286 additions and 39,124 deletions.
293 changes: 293 additions & 0 deletions src/artifacts/tapioca-bar/AssetToEthLeverageExecutor.json

Large diffs are not rendered by default.

307 changes: 307 additions & 0 deletions src/artifacts/tapioca-bar/AssetToGLPLeverageExecutor.json

Large diffs are not rendered by default.

428 changes: 428 additions & 0 deletions src/artifacts/tapioca-bar/AssetToGmxEthUsdcLpLeverageExecutor.json

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions src/artifacts/tapioca-bar/AssetToRethLeverageExecutor.json

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions src/artifacts/tapioca-bar/AssetToWstethLeverageExecutor.json

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions src/artifacts/tapioca-bar/AssetTotsDaiLeverageExecutor.json

Large diffs are not rendered by default.

268 changes: 268 additions & 0 deletions src/artifacts/tapioca-bar/BaseLeverageExecutor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,268 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "BaseLeverageExecutor",
"sourceName": "contracts/markets/leverage/BaseLeverageExecutor.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "tokenIn",
"type": "address"
},
{
"internalType": "address",
"name": "tokenOut",
"type": "address"
},
{
"internalType": "uint256",
"name": "amountIn",
"type": "uint256"
}
],
"name": "buildSwapDefaultData",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "claimOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "cluster",
"outputs": [
{
"internalType": "contract ICluster",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "assetId",
"type": "uint256"
},
{
"internalType": "address",
"name": "collateralAddress",
"type": "address"
},
{
"internalType": "address",
"name": "assetAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "collateralAmountIn",
"type": "uint256"
},
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "getAsset",
"outputs": [
{
"internalType": "uint256",
"name": "assetAmountOut",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "collateralId",
"type": "uint256"
},
{
"internalType": "address",
"name": "assetAddress",
"type": "address"
},
{
"internalType": "address",
"name": "collateralAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "assetAmountIn",
"type": "uint256"
},
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "getCollateral",
"outputs": [
{
"internalType": "uint256",
"name": "collateralAmountOut",
"type": "uint256"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pendingOwner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract ICluster",
"name": "_cluster",
"type": "address"
}
],
"name": "setCluster",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract ISwapper",
"name": "_swapper",
"type": "address"
}
],
"name": "setSwapper",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "swapper",
"outputs": [
{
"internalType": "contract ISwapper",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
},
{
"internalType": "bool",
"name": "direct",
"type": "bool"
},
{
"internalType": "bool",
"name": "renounce",
"type": "bool"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "yieldBox",
"outputs": [
{
"internalType": "contract YieldBox",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Loading

0 comments on commit e5f19dd

Please sign in to comment.