-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9879e98
commit 65e1909
Showing
4 changed files
with
85 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
154 changes: 77 additions & 77 deletions
154
src/constants/abis/easyAuction/depositAndPlaceOrder.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,78 @@ | ||
[ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "easyAuctionAddress", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "_nativeTokenWrapper", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "constructor" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "auctionId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint96[]", | ||
"name": "_minBuyAmounts", | ||
"type": "uint96[]" | ||
}, | ||
{ | ||
"internalType": "bytes32[]", | ||
"name": "_prevSellOrders", | ||
"type": "bytes32[]" | ||
}, | ||
{ | ||
"internalType": "bytes", | ||
"name": "allowListCallData", | ||
"type": "bytes" | ||
} | ||
], | ||
"name": "depositAndPlaceOrder", | ||
"outputs": [ | ||
{ | ||
"internalType": "uint64", | ||
"name": "userId", | ||
"type": "uint64" | ||
} | ||
], | ||
"stateMutability": "payable", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "easyAuction", | ||
"outputs": [ | ||
{ | ||
"internalType": "contract EasyAuction", | ||
"name": "", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "nativeTokenWrapper", | ||
"outputs": [ | ||
{ | ||
"internalType": "contract IWETH", | ||
"name": "", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
} | ||
] | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "easyAuctionAddress", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "_nativeTokenWrapper", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "constructor" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "auctionId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint96[]", | ||
"name": "_minBuyAmounts", | ||
"type": "uint96[]" | ||
}, | ||
{ | ||
"internalType": "bytes32[]", | ||
"name": "_prevSellOrders", | ||
"type": "bytes32[]" | ||
}, | ||
{ | ||
"internalType": "bytes", | ||
"name": "allowListCallData", | ||
"type": "bytes" | ||
} | ||
], | ||
"name": "depositAndPlaceOrder", | ||
"outputs": [ | ||
{ | ||
"internalType": "uint64", | ||
"name": "userId", | ||
"type": "uint64" | ||
} | ||
], | ||
"stateMutability": "payable", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "easyAuction", | ||
"outputs": [ | ||
{ | ||
"internalType": "contract EasyAuction", | ||
"name": "", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "nativeTokenWrapper", | ||
"outputs": [ | ||
{ | ||
"internalType": "contract IWETH", | ||
"name": "", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -852,4 +852,4 @@ | |
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters