Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
recmo committed Feb 14, 2018
1 parent 509c76b commit fdc6cde
Show file tree
Hide file tree
Showing 8 changed files with 343 additions and 361 deletions.
303 changes: 133 additions & 170 deletions packages/contracts/src/artifacts/Exchange.json

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions packages/contracts/src/artifacts/ISigner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"contract_name": "ISigner",
"networks": {
"50": {
"solc_version": "0.4.19",
"keccak256": "0x44a5168e2bbd35774f22dacda15909bdc32ba2431740af0b5b3085dfec187d3e",
"optimizer_enabled": 0,
"abi": [
{
"constant": true,
"inputs": [
{
"name": "hash",
"type": "bytes32"
},
{
"name": "signature",
"type": "bytes"
}
],
"name": "isValidSignature",
"outputs": [
{
"name": "isValid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"unlinked_binary": "0x",
"updated_at": 1518568156766
}
}
}
6 changes: 3 additions & 3 deletions packages/contracts/src/artifacts/LibOrder.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"networks": {
"50": {
"solc_version": "0.4.19",
"keccak256": "0x5453a4308bd7d0bba39597f77b57ef6b260fb86517c04c5ec11e350d4ff77660",
"keccak256": "0x1f5d96c16bd4ff0764263255263e9c99cc5797e91c2e9c75f91cbddd8d28b5a7",
"optimizer_enabled": 0,
"abi": [
{
Expand Down Expand Up @@ -31,8 +31,8 @@
}
],
"unlinked_binary":
"0x6060604052341561000f57600080fd5b6103ae8061001e6000396000f300606060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063cfc4d0ec14610046575b600080fd5b341561005157600080fd5b6100b66004808060a001906005806020026040519081016040528092919082600560200280828437820191505050505091908060c0019060068060200260405190810160405280929190826006602002808284378201915050505050919050506100d4565b60405180826000191660001916815260200191505060405180910390f35b6000308360006005811015156100e657fe5b60200201518460016005811015156100fa57fe5b602002015185600260058110151561010e57fe5b602002015186600360058110151561012257fe5b602002015187600460058110151561013657fe5b602002015187600060068110151561014a57fe5b602002015188600160068110151561015e57fe5b602002015189600260068110151561017257fe5b60200201518a600360068110151561018657fe5b60200201518b600460068110151561019a57fe5b60200201518c60056006811015156101ae57fe5b6020020151604051808d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018781526020018681526020018581526020018481526020018381526020018281526020019c5050505050505050505050505060405180910390209050809050929150505600a165627a7a723058206b1ebdd17a67bf269db5a531a541211ee288b29a5b08bba46ebabe6178531f580029",
"updated_at": 1518118286358
"0x6060604052341561000f57600080fd5b6103ae8061001e6000396000f300606060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063cfc4d0ec14610046575b600080fd5b341561005157600080fd5b6100b66004808060a001906005806020026040519081016040528092919082600560200280828437820191505050505091908060c0019060068060200260405190810160405280929190826006602002808284378201915050505050919050506100d4565b60405180826000191660001916815260200191505060405180910390f35b6000308360006005811015156100e657fe5b60200201518460016005811015156100fa57fe5b602002015185600260058110151561010e57fe5b602002015186600360058110151561012257fe5b602002015187600460058110151561013657fe5b602002015187600060068110151561014a57fe5b602002015188600160068110151561015e57fe5b602002015189600260068110151561017257fe5b60200201518a600360068110151561018657fe5b60200201518b600460068110151561019a57fe5b60200201518c60056006811015156101ae57fe5b6020020151604051808d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166c010000000000000000000000000281526014018781526020018681526020018581526020018481526020018381526020018281526020019c5050505050505050505050505060405180910390209050809050929150505600a165627a7a72305820f3759d058cf7ee960e0e6e04a4052d455672deaf0fae4ddf40b7638742a84c350029",
"updated_at": 1518561351297
}
}
}
32 changes: 12 additions & 20 deletions packages/contracts/src/artifacts/MExchangeCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"networks": {
"50": {
"solc_version": "0.4.19",
"keccak256": "0xb3f7e7eebb0b5ddae555a67cd7cd902e058ed2cb191db99f1f20de3fcdfcb0c8",
"keccak256": "0x7a7aa35c4d91e9f6d7c2d4a46ec274782380fbdccb746685661def30bb4601b7",
"optimizer_enabled": 0,
"abi": [
{
Expand All @@ -18,26 +18,14 @@
"type": "uint256[6]"
},
{
"name": "takerTokenFillAmount",
"name": "takerTokenCancelAmount",
"type": "uint256"
},
{
"name": "v",
"type": "uint8"
},
{
"name": "r",
"type": "bytes32"
},
{
"name": "s",
"type": "bytes32"
}
],
"name": "fillOrder",
"name": "cancelOrder",
"outputs": [
{
"name": "takerTokenFilledAmount",
"name": "takerTokenCancelledAmount",
"type": "uint256"
}
],
Expand All @@ -57,14 +45,18 @@
"type": "uint256[6]"
},
{
"name": "takerTokenCancelAmount",
"name": "takerTokenFillAmount",
"type": "uint256"
},
{
"name": "signature",
"type": "bytes"
}
],
"name": "cancelOrder",
"name": "fillOrder",
"outputs": [
{
"name": "takerTokenCancelledAmount",
"name": "takerTokenFilledAmount",
"type": "uint256"
}
],
Expand All @@ -74,7 +66,7 @@
}
],
"unlinked_binary": "0x",
"updated_at": 1518118288620
"updated_at": 1518561351709
}
}
}
22 changes: 7 additions & 15 deletions packages/contracts/src/artifacts/MSignatureValidator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,23 @@
"networks": {
"50": {
"solc_version": "0.4.19",
"keccak256": "0xa5c24faed2b7618f1188bcc17a8b0f54ee03a0da8659f1a8f0d6577a842d9971",
"keccak256": "0x0afb7ab1afb1cae01e3408eecdf9343dd0e42551d40593fe21d2773c9cc5bd57",
"optimizer_enabled": 0,
"abi": [
{
"constant": true,
"inputs": [
{
"name": "signer",
"type": "address"
},
{
"name": "hash",
"name": "digest",
"type": "bytes32"
},
{
"name": "v",
"type": "uint8"
},
{
"name": "r",
"type": "bytes32"
"name": "signer",
"type": "address"
},
{
"name": "s",
"type": "bytes32"
"name": "signature",
"type": "bytes"
}
],
"name": "isValidSignature",
Expand All @@ -43,7 +35,7 @@
}
],
"unlinked_binary": "0x",
"updated_at": 1518118288768
"updated_at": 1518561351720
}
}
}
75 changes: 45 additions & 30 deletions packages/contracts/src/artifacts/MixinExchangeCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"networks": {
"50": {
"solc_version": "0.4.19",
"keccak256": "0x105d0f9fcdfff542879bf9441f438b26ddb3f23db0b1238a7a753d7150d24681",
"keccak256": "0xdfe9a6645b816c2b389232f9d87ca9427132eb08e33597bc1dd294ab579de247",
"optimizer_enabled": 0,
"abi": [
{
Expand Down Expand Up @@ -83,26 +83,14 @@
"type": "uint256[6]"
},
{
"name": "takerTokenFillAmount",
"name": "takerTokenCancelAmount",
"type": "uint256"
},
{
"name": "v",
"type": "uint8"
},
{
"name": "r",
"type": "bytes32"
},
{
"name": "s",
"type": "bytes32"
}
],
"name": "fillOrder",
"name": "cancelOrder",
"outputs": [
{
"name": "takerTokenFilledAmount",
"name": "takerTokenCancelledAmount",
"type": "uint256"
}
],
Expand All @@ -124,6 +112,10 @@
{
"name": "takerTokenCancelAmount",
"type": "uint256"
},
{
"name": "signature",
"type": "bytes"
}
],
"name": "cancelOrder",
Expand Down Expand Up @@ -160,24 +152,16 @@
"constant": true,
"inputs": [
{
"name": "signer",
"type": "address"
},
{
"name": "hash",
"name": "digest",
"type": "bytes32"
},
{
"name": "v",
"type": "uint8"
},
{
"name": "r",
"type": "bytes32"
"name": "signer",
"type": "address"
},
{
"name": "s",
"type": "bytes32"
"name": "signature",
"type": "bytes"
}
],
"name": "isValidSignature",
Expand Down Expand Up @@ -241,6 +225,37 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "orderAddresses",
"type": "address[5]"
},
{
"name": "orderValues",
"type": "uint256[6]"
},
{
"name": "takerTokenFillAmount",
"type": "uint256"
},
{
"name": "signature",
"type": "bytes"
}
],
"name": "fillOrder",
"outputs": [
{
"name": "takerTokenFilledAmount",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -359,7 +374,7 @@
}
],
"unlinked_binary": "0x",
"updated_at": 1518560043128
"updated_at": 1518564677515
}
}
}
42 changes: 42 additions & 0 deletions packages/contracts/src/artifacts/MixinSignatureValidator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"contract_name": "MixinSignatureValidator",
"networks": {
"50": {
"solc_version": "0.4.19",
"keccak256": "0x31db5d4fb514351a702c5f7e1cf1ef80bb5ee7b9267899b911f9318e4d19b2bd",
"optimizer_enabled": 0,
"abi": [
{
"constant": true,
"inputs": [
{
"name": "hash",
"type": "bytes32"
},
{
"name": "signer",
"type": "address"
},
{
"name": "signature",
"type": "bytes"
}
],
"name": "isValidSignature",
"outputs": [
{
"name": "isValid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"unlinked_binary":
"0x6060604052341561000f57600080fd5b6106eb8061001e6000396000f300606060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680639363470214610046575b600080fd5b341561005157600080fd5b6100cd60048080356000191690602001909190803573ffffffffffffffffffffffffffffffffffffffff1690602001909190803590602001908201803590602001908080601f016020809104026020016040519081016040528093929190818152602001838380828437820191505050505050919050506100e7565b604051808215151515815260200191505060405180910390f35b600080600080600080600187511015151561010157600080fd5b86600081518110151561011057fe5b9060200101517f010000000000000000000000000000000000000000000000000000000000000090047f0100000000000000000000000000000000000000000000000000000000000000027f0100000000000000000000000000000000000000000000000000000000000000900460ff16600481111561018c57fe5b94506000600481111561019b57fe5b8560048111156101a757fe5b14156101c657600187511415156101bd57600080fd5b6000955061069f565b600160048111156101d357fe5b8560048111156101df57fe5b141561022b57600187511415156101f557600080fd5b3373ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff1614955061069f565b6002600481111561023857fe5b85600481111561024457fe5b14156103f7576042875114151561025a57600080fd5b86600181518110151561026957fe5b9060200101517f010000000000000000000000000000000000000000000000000000000000000090047f0100000000000000000000000000000000000000000000000000000000000000027f0100000000000000000000000000000000000000000000000000000000000000900493506102e48760026106ab565b92506102f18760226106ab565b915060018960405180807f19457468657265756d205369676e6564204d6573736167653a0a333200000000815250601c0182600019166000191681526020019150506040518091039020858585604051600081526020016040526000604051602001526040518085600019166000191681526020018460ff1660ff16815260200183600019166000191681526020018260001916600019168152602001945050505050602060405160208103908084039060008661646e5a03f115156103b657600080fd5b50506020604051035190508073ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff1614955061069f565b6003600481111561040457fe5b85600481111561041057fe5b141561056e5786600181518110151561042557fe5b9060200101517f010000000000000000000000000000000000000000000000000000000000000090047f0100000000000000000000000000000000000000000000000000000000000000027f0100000000000000000000000000000000000000000000000000000000000000900493506104a08760026106ab565b92506104ad8760236106ab565b9150600189858585604051600081526020016040526000604051602001526040518085600019166000191681526020018460ff1660ff16815260200183600019166000191681526020018260001916600019168152602001945050505050602060405160208103908084039060008661646e5a03f1151561052d57600080fd5b50506020604051035190508073ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff1614955061069f565b60048081111561057a57fe5b85600481111561058657fe5b141561069a578773ffffffffffffffffffffffffffffffffffffffff16631626ba7e8a896000604051602001526040518363ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040180836000191660001916815260200180602001828103825283818151815260200191508051906020019080838360005b8381101561062c578082015181840152602081019050610611565b50505050905090810190601f1680156106595780820380516001836020036101000a031916815260200191505b509350505050602060405180830381600087803b151561067857600080fd5b6102c65a03f1151561068957600080fd5b50505060405180519050955061069f565b600080fd5b50505050509392505050565b6000602082019150818301519050929150505600a165627a7a7230582002eaa289662ab55ef2d17be1fdb3194d0029d430146d733446b4ec5c86c99e260029",
"updated_at": 1518568845350
}
}
}
Loading

0 comments on commit fdc6cde

Please sign in to comment.