MCPcopy Create free account

hub / github.com/ProofSuite/amp-dex / functions

Functions250 in github.com/ProofSuite/amp-dex

↓ 28 callersMethodCall
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
contracts/exchange.go:145
↓ 24 callersFunctiongetOrderHash
(exchange, order)
test/utils/exchange.js:3
↓ 23 callersMethodTransact
Transact invokes the (paid) contract method with params as input values.
contracts/exchange.go:156
↓ 14 callersFunctiongetBalances
(trader1, trader2, feeAccount, token1, token2, weth)
test/utils/balances.js:4
↓ 14 callersFunctiongetMatchOrderAddresses
(makerOrder, takerOrder)
test/utils/exchange.js:33
↓ 14 callersFunctiongetMatchOrderValues
(makerOrder, takerOrder)
test/utils/exchange.js:18
↓ 11 callersFunctionadvanceToBlock
(number)
test/helpers.js:264
↓ 10 callersFunctionexpectRevert
(promise)
test/helpers.js:206
↓ 9 callersMethodTransfer
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
contracts/exchange.go:151
↓ 4 callersMethodOwner
Owner is a free data retrieval call binding the contract method 0x8da5cb5b. Solidity: function owner() constant returns(address)
contracts/exchange.go:2697
↓ 4 callersFunctionbindERC20
bindERC20 binds a generic wrapper to an already deployed contract.
contracts/exchange.go:133
↓ 4 callersFunctionbindExchange
bindExchange binds a generic wrapper to an already deployed contract.
contracts/exchange.go:823
↓ 4 callersFunctionbindOwned
bindOwned binds a generic wrapper to an already deployed contract.
contracts/exchange.go:2648
↓ 4 callersFunctionbindSafeMath
bindSafeMath binds a generic wrapper to an already deployed contract.
contracts/exchange.go:2997
↓ 3 callersMethodSetOwner
SetOwner is a paid mutator transaction binding the contract method 0x13af4035. Solidity: function setOwner(newOwner address) returns()
contracts/exchange.go:2730
↓ 2 callersMethodAllowance
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e. Solidity: function allowance(_owner address, _spender address) consta
contracts/exchange.go:182
↓ 2 callersMethodBalanceOf
BalanceOf is a free data retrieval call binding the contract method 0x70a08231. Solidity: function balanceOf(_owner address) constant returns(balance
contracts/exchange.go:208
↓ 2 callersMethodDecimals
Decimals is a free data retrieval call binding the contract method 0x313ce567. Solidity: function decimals() constant returns(uint8)
contracts/exchange.go:234
↓ 2 callersMethodFilled
Filled is a free data retrieval call binding the contract method 0x288cdc91. Solidity: function filled( bytes32) constant returns(uint256)
contracts/exchange.go:898
↓ 2 callersMethodGetPairPricepointMultiplier
GetPairPricepointMultiplier is a free data retrieval call binding the contract method 0x9e5ebf5e. Solidity: function getPairPricepointMultiplier(_bas
contracts/exchange.go:924
↓ 2 callersMethodGetPartialAmount
GetPartialAmount is a free data retrieval call binding the contract method 0x98024a8b. Solidity: function getPartialAmount(numerator uint256, denomin
contracts/exchange.go:950
↓ 2 callersMethodIsRoundingError
IsRoundingError is a free data retrieval call binding the contract method 0x14df96ee. Solidity: function isRoundingError(numerator uint256, denominat
contracts/exchange.go:976
↓ 2 callersMethodIsValidSignature
IsValidSignature is a free data retrieval call binding the contract method 0x8163681e. Solidity: function isValidSignature(signer address, hash bytes
contracts/exchange.go:1002
↓ 2 callersMethodName
Name is a free data retrieval call binding the contract method 0x06fdde03. Solidity: function name() constant returns(string)
contracts/exchange.go:260
↓ 2 callersMethodOperators
Operators is a free data retrieval call binding the contract method 0x13e7c9d8. Solidity: function operators( address) constant returns(bool)
contracts/exchange.go:1028
↓ 2 callersMethodPairIsRegistered
PairIsRegistered is a free data retrieval call binding the contract method 0xf4a87263. Solidity: function pairIsRegistered(_baseToken address, _quote
contracts/exchange.go:1080
↓ 2 callersMethodPairs
Pairs is a free data retrieval call binding the contract method 0x673e0481. Solidity: function pairs( bytes32) constant returns(pairID bytes32, baseT
contracts/exchange.go:1106
↓ 2 callersMethodRewardAccount
RewardAccount is a free data retrieval call binding the contract method 0x0e708203. Solidity: function rewardAccount() constant returns(address)
contracts/exchange.go:1150
↓ 2 callersMethodSymbol
Symbol is a free data retrieval call binding the contract method 0x95d89b41. Solidity: function symbol() constant returns(string)
contracts/exchange.go:286
↓ 2 callersMethodTotalSupply
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd. Solidity: function totalSupply() constant returns(uint256)
contracts/exchange.go:312
↓ 2 callersMethodTotalTokenSupply
TotalTokenSupply is a free data retrieval call binding the contract method 0x1ca8b6cb. Solidity: function totalTokenSupply() constant returns(uint256
contracts/exchange.go:338
↓ 2 callersMethodTraded
Traded is a free data retrieval call binding the contract method 0xd5813323. Solidity: function traded( bytes32) constant returns(bool)
contracts/exchange.go:1176
↓ 2 callersMethodVERSION
VERSION is a free data retrieval call binding the contract method 0xffa1ad74. Solidity: function VERSION() constant returns(string)
contracts/exchange.go:872
↓ 2 callersMethodWethToken
WethToken is a free data retrieval call binding the contract method 0x4b57b0be. Solidity: function wethToken() constant returns(address)
contracts/exchange.go:1202
↓ 2 callersFunctionadvanceBlock
()
test/helpers.js:248
↓ 1 callersMethodApprove
Approve is a paid mutator transaction binding the contract method 0x095ea7b3. Solidity: function approve(_spender address, _value uint256) returns(su
contracts/exchange.go:371
↓ 1 callersMethodBatchCancelOrders
BatchCancelOrders is a paid mutator transaction binding the contract method 0xe51ad32d. Solidity: function batchCancelOrders(orderValues uint256[6][]
contracts/exchange.go:1235
↓ 1 callersMethodCancelOrder
CancelOrder is a paid mutator transaction binding the contract method 0xd9a72b52. Solidity: function cancelOrder(orderValues uint256[6], orderAddress
contracts/exchange.go:1256
↓ 1 callersMethodEmitLog
EmitLog is a paid mutator transaction binding the contract method 0x93c1ae09. Solidity: function emitLog(orderAddresses address[4], makerOrderHashes
contracts/exchange.go:1277
↓ 1 callersMethodExecuteBatchTrades
ExecuteBatchTrades is a paid mutator transaction binding the contract method 0x5171267f. Solidity: function executeBatchTrades(orderValues uint256[10
contracts/exchange.go:1298
↓ 1 callersMethodExecuteSingleTrade
ExecuteSingleTrade is a paid mutator transaction binding the contract method 0x10ac00d8. Solidity: function executeSingleTrade(orderValues uint256[10
contracts/exchange.go:1319
↓ 1 callersMethodExecuteTrade
ExecuteTrade is a paid mutator transaction binding the contract method 0xb4cb2553. Solidity: function executeTrade(orderValues uint256[10], orderAddr
contracts/exchange.go:1340
↓ 1 callersMethodRegisterPair
RegisterPair is a paid mutator transaction binding the contract method 0x3c918341. Solidity: function registerPair(_baseToken address, _quoteToken ad
contracts/exchange.go:1361
↓ 1 callersMethodSetFeeAccount
SetFeeAccount is a paid mutator transaction binding the contract method 0x4b023cf8. Solidity: function setFeeAccount(_rewardAccount address) returns(
contracts/exchange.go:1382
↓ 1 callersMethodSetOperator
SetOperator is a paid mutator transaction binding the contract method 0x558a7297. Solidity: function setOperator(_operator address, _isOperator bool)
contracts/exchange.go:1403
↓ 1 callersMethodSetWethToken
SetWethToken is a paid mutator transaction binding the contract method 0x86e09c08. Solidity: function setWethToken(_wethToken address) returns(bool)
contracts/exchange.go:1445
↓ 1 callersMethodTransferFrom
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd. Solidity: function transferFrom(_from address, _to address, _value
contracts/exchange.go:413
↓ 1 callersMethodValidateSignatures
ValidateSignatures is a paid mutator transaction binding the contract method 0x1778baf4. Solidity: function validateSignatures(orderValues uint256[10
contracts/exchange.go:1466
↓ 1 callersFunctiongetEtherBalance
(address)
test/helpers.js:74
↓ 1 callersFunctiongetReceipt
()
migrations/10_transfer_tokens.js:48
↓ 1 callersFunctiongetWeiBalance
(address)
test/helpers.js:53
↓ 1 callersFunctionsendTransaction
(txn)
test/helpers.js:165
↓ 1 callersFunctiontoTxHash
(value)
migrations/10_transfer_tokens.js:30
↓ 1 callersFunctionwaitUntilTransactionsMined
(txnHashes)
test/helpers.js:19
MethodAllowance
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e. Solidity: function allowance(_owner address, _spender address) consta
contracts/exchange.go:194
MethodAllowance
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e. Solidity: function allowance(_owner address, _spender address) consta
contracts/exchange.go:201
MethodApprove
Approve is a paid mutator transaction binding the contract method 0x095ea7b3. Solidity: function approve(_spender address, _value uint256) returns(su
contracts/exchange.go:364
MethodApprove
Approve is a paid mutator transaction binding the contract method 0x095ea7b3. Solidity: function approve(_spender address, _value uint256) returns(su
contracts/exchange.go:378
MethodBalanceOf
BalanceOf is a free data retrieval call binding the contract method 0x70a08231. Solidity: function balanceOf(_owner address) constant returns(balance
contracts/exchange.go:220
MethodBalanceOf
BalanceOf is a free data retrieval call binding the contract method 0x70a08231. Solidity: function balanceOf(_owner address) constant returns(balance
contracts/exchange.go:227
MethodBatchCancelOrders
BatchCancelOrders is a paid mutator transaction binding the contract method 0xe51ad32d. Solidity: function batchCancelOrders(orderValues uint256[6][]
contracts/exchange.go:1228
MethodBatchCancelOrders
BatchCancelOrders is a paid mutator transaction binding the contract method 0xe51ad32d. Solidity: function batchCancelOrders(orderValues uint256[6][]
contracts/exchange.go:1242
MethodCall
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
contracts/exchange.go:164
MethodCall
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
contracts/exchange.go:835
MethodCall
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
contracts/exchange.go:854
MethodCall
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
contracts/exchange.go:2660
MethodCall
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
contracts/exchange.go:2679
MethodCall
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
contracts/exchange.go:3009
MethodCall
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
contracts/exchange.go:3028
MethodCancelOrder
CancelOrder is a paid mutator transaction binding the contract method 0xd9a72b52. Solidity: function cancelOrder(orderValues uint256[6], orderAddress
contracts/exchange.go:1249
MethodCancelOrder
CancelOrder is a paid mutator transaction binding the contract method 0xd9a72b52. Solidity: function cancelOrder(orderValues uint256[6], orderAddress
contracts/exchange.go:1263
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:486
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:628
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:1539
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:1673
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:1801
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:1925
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:2048
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:2171
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:2331
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:2454
MethodClose
Close terminates the iteration process, releasing any pending underlying resources.
contracts/exchange.go:2803
MethodDecimals
Decimals is a free data retrieval call binding the contract method 0x313ce567. Solidity: function decimals() constant returns(uint8)
contracts/exchange.go:246
MethodDecimals
Decimals is a free data retrieval call binding the contract method 0x313ce567. Solidity: function decimals() constant returns(uint8)
contracts/exchange.go:253
FunctionDeployERC20
DeployERC20 deploys a new Ethereum contract, binding an instance of ERC20 to it.
contracts/exchange.go:25
FunctionDeployExchange
DeployExchange deploys a new Ethereum contract, binding an instance of Exchange to it.
contracts/exchange.go:715
FunctionDeployOwned
DeployOwned deploys a new Ethereum contract, binding an instance of Owned to it.
contracts/exchange.go:2540
FunctionDeploySafeMath
DeploySafeMath deploys a new Ethereum contract, binding an instance of SafeMath to it.
contracts/exchange.go:2889
MethodEmitLog
EmitLog is a paid mutator transaction binding the contract method 0x93c1ae09. Solidity: function emitLog(orderAddresses address[4], makerOrderHashes
contracts/exchange.go:1270
MethodEmitLog
EmitLog is a paid mutator transaction binding the contract method 0x93c1ae09. Solidity: function emitLog(orderAddresses address[4], makerOrderHashes
contracts/exchange.go:1284
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:480
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:622
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:1533
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:1667
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:1795
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:1919
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:2042
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:2165
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:2325
MethodError
Error returns any retrieval or parsing error occurred during filtering.
contracts/exchange.go:2448
next →1–100 of 250, ranked by callers