ptoworldchain.cwvj.2.2.1.source-code.contract.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cwvj Show documentation
Show all versions of cwvj Show documentation
Java sdk for Dapps interact with cwv blockchain node
The newest version!
#address map
#经销商信息合约
org.sotc.contract.address.BrokerStore=9b1d86329f832352b19d2dfbc05ac602ee8b6483
#商户信息合约
org.sotc.contract.address.MerchantStore=b3d18e7af8ddf40e8943e382c73b213bd1d520fe
#token合约
org.sotc.contract.address.AAA=e628e922770c7f227c8ef6e22fed56a42520a010
#分销合约
org.sotc.contract.address.Distributors=f740339c5ff3852831c3461d655f927ef5e9d234
#撮合合约
org.sotc.contract.address.SOTC=3cc9172db5fa5dd0a60f01e7fbb1c2c144abf01a
#申诉合约
org.sotc.contract.address.SOTCAppeal=12d159262a43b680ec03969e171d8a95c8185a83
#method map.
org.sotc.contract.method.BasicToken_name=name()|(string)
org.sotc.contract.method.BasicToken_approve=approve(address,uint256)|(bool)
org.sotc.contract.method.BasicToken_totalSupply=totalSupply()|(uint256)
org.sotc.contract.method.BasicToken_transferFrom=transferFrom(address,address,uint256)|(bool)
org.sotc.contract.method.BasicToken_decimals=decimals()|(uint8)
org.sotc.contract.method.BasicToken_balanceOf=balanceOf(address)|(uint256)
org.sotc.contract.method.BasicToken_symbol=symbol()|(string)
org.sotc.contract.method.BasicToken_transfer=transfer(address,uint256)|(bool)
org.sotc.contract.method.BasicToken_allowance=allowance(address,address)|(uint256)
org.sotc.contract.method.BrokerStore_modifyPayInfo=modifyPayInfo(uint8,uint32,bytes,uint256,uint256,uint256)|(bool)
org.sotc.contract.method.BrokerStore_removePayInfo=removePayInfo(uint8,uint32)|(bool)
org.sotc.contract.method.BrokerStore_addPayAmountInfo=addPayAmountInfo(uint8,uint32,uint256,bytes,uint256,uint256,uint256)|(bool)
org.sotc.contract.method.BrokerStore_removePayAmountInfo=removePayAmountInfo(uint8,uint32,uint256)|(bool)
org.sotc.contract.method.BrokerStore_addPayInfo=addPayInfo(uint8,bytes,uint256,uint256,uint256)|(uint32)
org.sotc.contract.method.BrokerStore_getPayAmountInfo=getPayAmountInfo(address,uint8,uint32,uint256)|(bytes,uint256,uint256,uint256)
org.sotc.contract.method.BrokerStore_putRegInfo=putRegInfo(bytes)|(bool)
org.sotc.contract.method.BrokerStore_getPayInfo=getPayInfo(address,uint8,uint32)|(bytes,uint256,uint256,uint256)
org.sotc.contract.method.BrokerStore_getRegInfo=getRegInfo(address)|(bytes)
org.sotc.contract.method.Distributors_regSingleBroker=regSingleBroker(address,string)|(bool)
org.sotc.contract.method.Distributors_proxyAddress=proxyAddress()|(address)
org.sotc.contract.method.Distributors_changeBrokerSubFee=changeBrokerSubFee(address,string,address,uint256[])|(bool)
org.sotc.contract.method.Distributors_joinBrokerRelation=joinBrokerRelation(address,string,string)|(bool)
org.sotc.contract.method.Distributors_decimals=decimals()|(uint256)
org.sotc.contract.method.Distributors_setLevel1BrokerOrMerchant=setLevel1BrokerOrMerchant(address,string,uint256[])|(bool)
org.sotc.contract.method.Distributors_setProxyAddress=setProxyAddress(address)|(bool)
org.sotc.contract.method.Distributors_setMerchantFeeTemplate=setMerchantFeeTemplate(uint256[])|(bool)
org.sotc.contract.method.Distributors_getSubAddr=getSubAddr(address)|(address[])
org.sotc.contract.method.Distributors_changeBrokerDefaultSubFee=changeBrokerDefaultSubFee(address,string,uint256[])|(bool)
org.sotc.contract.method.Distributors_changeMerchantSubFee=changeMerchantSubFee(address,string,address,uint256[])|(bool)
org.sotc.contract.method.Distributors_changeMerchantSelfFee=changeMerchantSelfFee(string[],uint256[])|(bool)
org.sotc.contract.method.Distributors_joinMerchantRelation=joinMerchantRelation(address,string,string)|(bool)
org.sotc.contract.method.Distributors_getUpperAddr=getUpperAddr(address)|(address)
org.sotc.contract.method.Distributors_confirmChange=confirmChange(bytes32)|(uint256)
org.sotc.contract.method.Distributors_getForbidden=getForbidden(address)|(bool)
org.sotc.contract.method.Distributors_calcBuyProfit=calcBuyProfit(address,uint256)|(uint256)
org.sotc.contract.method.Distributors_changeBrokerSelfFee=changeBrokerSelfFee(string[],uint256[])|(bool)
org.sotc.contract.method.Distributors_requestChange=requestChange(address,address)|(bytes32)
org.sotc.contract.method.Distributors_calcSellProfit=calcSellProfit(address,uint256)|(uint256)
org.sotc.contract.method.Distributors_setBrokerFeeTemplate=setBrokerFeeTemplate(uint256[])|(bool)
org.sotc.contract.method.Distributors_setForbiddenAllSub=setForbiddenAllSub(address,bool)|()
org.sotc.contract.method.Distributors_getFeeInfo=getFeeInfo(string)|(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)
org.sotc.contract.method.Distributors_regSingleMerchant=regSingleMerchant(address,string)|(bool)
org.sotc.contract.method.Distributors_changeMerchantDefaultSubFee=changeMerchantDefaultSubFee(address,string,uint256[])|(bool)
org.sotc.contract.method.Distributors_getUpperForbidden=getUpperForbidden(address)|(bool)
org.sotc.contract.method.ERC20_approve=approve(address,uint256)|(bool)
org.sotc.contract.method.ERC20_totalSupply=totalSupply()|(uint256)
org.sotc.contract.method.ERC20_transferFrom=transferFrom(address,address,uint256)|(bool)
org.sotc.contract.method.ERC20_balanceOf=balanceOf(address)|(uint256)
org.sotc.contract.method.ERC20_transfer=transfer(address,uint256)|(bool)
org.sotc.contract.method.ERC20_allowance=allowance(address,address)|(uint256)
org.sotc.contract.method.ManagerUpgradeable_confirmChange=confirmChange(bytes32)|(uint256)
org.sotc.contract.method.ManagerUpgradeable_requestChange=requestChange(address,address)|(bytes32)
org.sotc.contract.method.MangerGroup_inGreyList=inGreyList(address)|(bool)
org.sotc.contract.method.MangerGroup_inWhiteList=inWhiteList(address)|(bool)
org.sotc.contract.method.MangerGroup_inBlackList=inBlackList(address)|(bool)
org.sotc.contract.method.MangerGroup_confirmChange=confirmChange(bytes32)|(uint256)
org.sotc.contract.method.MangerGroup_requestChange=requestChange(address,address)|(bytes32)
org.sotc.contract.method.MerchantStore_modifyPayInfo=modifyPayInfo(uint8,uint32,bytes,uint256,uint256,uint256)|(bool)
org.sotc.contract.method.MerchantStore_removePayInfo=removePayInfo(uint8,uint32)|(bool)
org.sotc.contract.method.MerchantStore_addPayAmountInfo=addPayAmountInfo(uint8,uint32,uint256,bytes,uint256,uint256,uint256)|(bool)
org.sotc.contract.method.MerchantStore_removePayAmountInfo=removePayAmountInfo(uint8,uint32,uint256)|(bool)
org.sotc.contract.method.MerchantStore_addPayInfo=addPayInfo(uint8,bytes,uint256,uint256,uint256)|(uint32)
org.sotc.contract.method.MerchantStore_getPayAmountInfo=getPayAmountInfo(address,uint8,uint32,uint256)|(bytes,uint256,uint256,uint256)
org.sotc.contract.method.MerchantStore_putRegInfo=putRegInfo(bytes)|(bool)
org.sotc.contract.method.MerchantStore_getPayInfo=getPayInfo(address,uint8,uint32)|(bytes,uint256,uint256,uint256)
org.sotc.contract.method.MerchantStore_getRegInfo=getRegInfo(address)|(bytes)
org.sotc.contract.method.SOTC_brokerPing=brokerPing()|(uint256)
org.sotc.contract.method.SOTC_removeFromWhiteList=removeFromWhiteList(address)|(bool)
org.sotc.contract.method.SOTC_changeBrokerBuySellLimit=changeBrokerBuySellLimit(uint256,uint256,uint256,uint256)|(bool)
org.sotc.contract.method.SOTC_brokerDisableWithParent=brokerDisableWithParent(address)|(bool)
org.sotc.contract.method.SOTC_changeMerchantSubFee=changeMerchantSubFee(string,address,uint256[])|(bool)
org.sotc.contract.method.SOTC_brokerCloseWithManager=brokerCloseWithManager(address)|(bool)
org.sotc.contract.method.SOTC_transferToken=transferToken(address,uint256)|()
org.sotc.contract.method.SOTC_inGreyList=inGreyList(address)|(bool)
org.sotc.contract.method.SOTC_putInfoWhiteList=putInfoWhiteList(address)|(bool)
org.sotc.contract.method.SOTC_changeMerchantDefaultSubFee=changeMerchantDefaultSubFee(string,uint256[])|(bool)
org.sotc.contract.method.SOTC_changeFeeAddress=changeFeeAddress(address)|(bool)
org.sotc.contract.method.SOTC_putIntoGreyList=putIntoGreyList(address)|(bool)
org.sotc.contract.method.SOTC_changeRegBrokerFeeTemplate=changeRegBrokerFeeTemplate(uint256[])|(bool)
org.sotc.contract.method.SOTC_changeBrokerSubFee=changeBrokerSubFee(string,address,uint256[])|(bool)
org.sotc.contract.method.SOTC_regSingleMerchant=regSingleMerchant(string)|(bool)
org.sotc.contract.method.SOTC_brokerOnline=brokerOnline(bytes,uint256,uint256)|(uint256)
org.sotc.contract.method.SOTC_changeBrokerDefaultSubFee=changeBrokerDefaultSubFee(string,uint256[])|(bool)
org.sotc.contract.method.SOTC_joinMerchantRelation=joinMerchantRelation(string,string)|(bool)
org.sotc.contract.method.SOTC_setLevel1BrokerOrMerchant=setLevel1BrokerOrMerchant(address,string,uint256[])|(bool)
org.sotc.contract.method.SOTC_orderForceRelease=orderForceRelease(bytes32,bytes,address)|(bool)
org.sotc.contract.method.SOTC_setProxyAddress=setProxyAddress(address)|(bool)
org.sotc.contract.method.SOTC_removeFromBlackList=removeFromBlackList(address)|(bool)
org.sotc.contract.method.SOTC_changeMerchantSubFeeWithManager=changeMerchantSubFeeWithManager(string[],uint256[])|(bool)
org.sotc.contract.method.SOTC_changeOnlinePayInfo=changeOnlinePayInfo(bytes)|(uint256)
org.sotc.contract.method.SOTC_withdrawToken=withdrawToken(uint256)|(bool)
org.sotc.contract.method.SOTC_changeTimeOutBlocknumber=changeTimeOutBlocknumber(uint256)|(uint256)
org.sotc.contract.method.SOTC_orderRelease=orderRelease(bytes32,bytes)|(bool)
org.sotc.contract.method.SOTC_putIntoBlackList=putIntoBlackList(address)|(bool)
org.sotc.contract.method.SOTC_orderPay=orderPay(bytes32,bytes)|(bool)
org.sotc.contract.method.SOTC_changeBrokerSubFeeWithManager=changeBrokerSubFeeWithManager(string[],uint256[])|(bool)
org.sotc.contract.method.SOTC_depositToken=depositToken(uint256)|(bool)
org.sotc.contract.method.SOTC_matchSellOrderWithFee=matchSellOrderWithFee(string,uint256,uint8,bytes)|(bytes32,address,uint256)
org.sotc.contract.method.SOTC_inWhiteList=inWhiteList(address)|(bool)
org.sotc.contract.method.SOTC_removeFromGreyList=removeFromGreyList(address)|(bool)
org.sotc.contract.method.SOTC_joinBrokerRelation=joinBrokerRelation(string,string)|(bool)
org.sotc.contract.method.SOTC_brokerCloseWithParent=brokerCloseWithParent(address)|(bool)
org.sotc.contract.method.SOTC_inBlackList=inBlackList(address)|(bool)
org.sotc.contract.method.SOTC_orderForceCancel=orderForceCancel(bytes32,bytes,address)|(bool)
org.sotc.contract.method.SOTC_appendBalance=appendBalance(uint256,uint256)|(bool)
org.sotc.contract.method.SOTC_getBrokerOnlinePayInfo=getBrokerOnlinePayInfo(address,uint8,uint256)|(bytes)
org.sotc.contract.method.SOTC_brokerDisableWithManager=brokerDisableWithManager(address)|(bool)
org.sotc.contract.method.SOTC_changeRegMerchantFeeTemplate=changeRegMerchantFeeTemplate(uint256[])|(bool)
org.sotc.contract.method.SOTC_brokerOpenWithParent=brokerOpenWithParent(address)|(bool)
org.sotc.contract.method.SOTC_changeMaxBrokerPendingSize=changeMaxBrokerPendingSize(uint256)|(uint256)
org.sotc.contract.method.SOTC_orderForcePay=orderForcePay(bytes32,bytes,address)|(bool)
org.sotc.contract.method.SOTC_orderCancel=orderCancel(bytes32,bytes)|(bool)
org.sotc.contract.method.SOTC_changeFeeRatio=changeFeeRatio(uint256,uint256)|(bool)
org.sotc.contract.method.SOTC_brokerApprove=brokerApprove(address)|(bool)
org.sotc.contract.method.SOTC_brokerOpenWithManager=brokerOpenWithManager(address)|(bool)
org.sotc.contract.method.SOTC_orderForceRelease=orderForceRelease(bytes32,bytes)|(bool)
org.sotc.contract.method.SOTC_orderForcePay=orderForcePay(bytes32,bytes)|(bool)
org.sotc.contract.method.SOTC_matchSellOrder=matchSellOrder(string,uint256,uint8,bytes)|(bytes32,address,uint256)
org.sotc.contract.method.SOTC_confirmChange=confirmChange(bytes32)|(uint256)
org.sotc.contract.method.SOTC_brokerOffline=brokerOffline()|()
org.sotc.contract.method.SOTC_changeDividedRatioThousandcent=changeDividedRatioThousandcent(uint256,uint256)|(bool)
org.sotc.contract.method.SOTC_getCloseInfo=getCloseInfo(address)|(address,bool)
org.sotc.contract.method.SOTC_changeOrderBuySellLimit=changeOrderBuySellLimit(uint256,uint256,uint256,uint256)|(bool)
org.sotc.contract.method.SOTC_requestChange=requestChange(address,address)|(bytes32)
org.sotc.contract.method.SOTC_setDecrement=setDecrement(uint8,uint256)|(bool)
org.sotc.contract.method.SOTC_regSingleBroker=regSingleBroker(string)|(bool)
org.sotc.contract.method.SOTC_matchBuyOrder=matchBuyOrder(string,uint256,uint8)|(bytes32,address,bytes,uint256)
org.sotc.contract.method.SOTC_changeEnablePayAmount=changeEnablePayAmount(uint8[],bool[])|(bool)
org.sotc.contract.method.SOTC_orderForceCancel=orderForceCancel(bytes32,bytes)|(bool)
org.sotc.contract.method.SOTCAppeal_appendAppeal=appendAppeal(bytes32,uint256,bytes)|(bool)
org.sotc.contract.method.SOTCAppeal__sotcStore=_sotcStore()|(address)
org.sotc.contract.method.SOTCAppeal_appealForceRelease=appealForceRelease(bytes32,uint256,bytes,bytes)|(bool)
org.sotc.contract.method.SOTCAppeal_appealForcePay=appealForcePay(bytes32,uint256,bytes,bytes)|(bool)
org.sotc.contract.method.SOTCAppeal_appealForceCancel=appealForceCancel(bytes32,uint256,bytes,bytes)|(bool)
org.sotc.contract.method.TokenStore_releaseToken=releaseToken(bytes32,address,uint256,address,uint256,address)|(uint256)
org.sotc.contract.method.TokenStore_frozenBalances=frozenBalances(address)|(uint256)
org.sotc.contract.method.TokenStore_lockInfosByID=lockInfosByID(bytes32)|(address,uint256,uint256,uint8)
org.sotc.contract.method.TokenStore_frozenBalance=frozenBalance()|(uint256)
org.sotc.contract.method.TokenStore_balances=balances(address)|(uint256)
org.sotc.contract.method.TokenStore_usableBalance=usableBalance()|(uint256)
org.sotc.contract.method.TokenStore_depositToken=depositToken(address,uint256)|(bool)
org.sotc.contract.method.TokenStore_withdrawTokenWithManager=withdrawTokenWithManager(address,address,uint256)|(uint256)
org.sotc.contract.method.TokenStore_calcMerchantProfit=calcMerchantProfit(address,uint256,uint256,uint8)|(uint256)
org.sotc.contract.method.TokenStore_setProxyAddress=setProxyAddress(address)|(bool)
org.sotc.contract.method.TokenStore_aaaToken=aaaToken()|(address)
org.sotc.contract.method.TokenStore_calcBrokerProfit=calcBrokerProfit(address,uint256,uint256,uint8)|(uint256)
org.sotc.contract.method.TokenStore_balanceOf=balanceOf(address)|(uint256)
org.sotc.contract.method.TokenStore_tryLockToken=tryLockToken(uint256,uint256,address,bytes32,uint8)|(bytes32)
org.sotc.contract.method.TokenStore_accountOf=accountOf(address)|(bytes)
org.sotc.contract.method.TokenStore_unlockToken=unlockToken(bytes32)|(uint256)
org.sotc.contract.method.TokenStore_withdrawToken=withdrawToken(address,uint256)|(uint256)
org.sotc.contract.method.TokenStore_transferTo=transferTo(address,address,uint256)|(bool)
org.sotc.contract.method.TokenStore_totalBalance=totalBalance()|(uint256)
org.sotc.contract.method.TokenStore_tryLockToken=tryLockToken(uint256,uint256,address,uint8)|(bytes32)
org.sotc.contract.method.TokenStore_confirmChange=confirmChange(bytes32)|(uint256)
org.sotc.contract.method.TokenStore_allBalanceOf=allBalanceOf(address)|(uint256)
org.sotc.contract.method.TokenStore_requestChange=requestChange(address,address)|(bytes32)
org.sotc.contract.method.TokenStore_releaseToken=releaseToken(bytes32,address,address)|(uint256)
#methodinfo.
org.sotc.contract.methodinfo.BasicToken_name=name()_|_(string)
org.sotc.contract.methodinfo.BasicToken_approve=approve(address,uint256)_|_(bool)
org.sotc.contract.methodinfo.BasicToken_totalSupply=totalSupply()_|_(uint256)
org.sotc.contract.methodinfo.BasicToken_transferFrom=transferFrom(address,address,uint256)_|_(bool)
org.sotc.contract.methodinfo.BasicToken_decimals=decimals()_|_(uint8)
org.sotc.contract.methodinfo.BasicToken_balanceOf=balanceOf(address)_|_(uint256)
org.sotc.contract.methodinfo.BasicToken_symbol=symbol()_|_(string)
org.sotc.contract.methodinfo.BasicToken_transfer=transfer(address,uint256)_|_(bool)
org.sotc.contract.methodinfo.BasicToken_allowance=allowance(address,address)_|_(uint256)
org.sotc.contract.methodinfo.BrokerStore_modifyPayInfo=modifyPayInfo(uint8,uint32,bytes,uint256,uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.BrokerStore_removePayInfo=removePayInfo(uint8,uint32)_|_(bool)
org.sotc.contract.methodinfo.BrokerStore_addPayAmountInfo=addPayAmountInfo(uint8,uint32,uint256,bytes,uint256,uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.BrokerStore_removePayAmountInfo=removePayAmountInfo(uint8,uint32,uint256)_|_(bool)
org.sotc.contract.methodinfo.BrokerStore_addPayInfo=addPayInfo(uint8,bytes,uint256,uint256,uint256)_|_(uint32)
org.sotc.contract.methodinfo.BrokerStore_getPayAmountInfo=getPayAmountInfo(address,uint8,uint32,uint256)_|_(bytes,uint256,uint256,uint256)
org.sotc.contract.methodinfo.BrokerStore_putRegInfo=putRegInfo(bytes)_|_(bool)
org.sotc.contract.methodinfo.BrokerStore_getPayInfo=getPayInfo(address,uint8,uint32)_|_(bytes,uint256,uint256,uint256)
org.sotc.contract.methodinfo.BrokerStore_getRegInfo=getRegInfo(address)_|_(bytes)
org.sotc.contract.methodinfo.Distributors_regSingleBroker=regSingleBroker(address,string)_|_(bool)
org.sotc.contract.methodinfo.Distributors_proxyAddress=proxyAddress()_|_(address)
org.sotc.contract.methodinfo.Distributors_changeBrokerSubFee=changeBrokerSubFee(address,string,address,uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_joinBrokerRelation=joinBrokerRelation(address,string,string)_|_(bool)
org.sotc.contract.methodinfo.Distributors_decimals=decimals()_|_(uint256)
org.sotc.contract.methodinfo.Distributors_setLevel1BrokerOrMerchant=setLevel1BrokerOrMerchant(address,string,uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_setProxyAddress=setProxyAddress(address)_|_(bool)
org.sotc.contract.methodinfo.Distributors_setMerchantFeeTemplate=setMerchantFeeTemplate(uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_getSubAddr=getSubAddr(address)_|_(address[])
org.sotc.contract.methodinfo.Distributors_changeBrokerDefaultSubFee=changeBrokerDefaultSubFee(address,string,uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_changeMerchantSubFee=changeMerchantSubFee(address,string,address,uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_changeMerchantSelfFee=changeMerchantSelfFee(string[],uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_joinMerchantRelation=joinMerchantRelation(address,string,string)_|_(bool)
org.sotc.contract.methodinfo.Distributors_getUpperAddr=getUpperAddr(address)_|_(address)
org.sotc.contract.methodinfo.Distributors_confirmChange=confirmChange(bytes32)_|_(uint256)
org.sotc.contract.methodinfo.Distributors_getForbidden=getForbidden(address)_|_(bool)
org.sotc.contract.methodinfo.Distributors_calcBuyProfit=calcBuyProfit(address,uint256)_|_(uint256)
org.sotc.contract.methodinfo.Distributors_changeBrokerSelfFee=changeBrokerSelfFee(string[],uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_requestChange=requestChange(address,address)_|_(bytes32)
org.sotc.contract.methodinfo.Distributors_calcSellProfit=calcSellProfit(address,uint256)_|_(uint256)
org.sotc.contract.methodinfo.Distributors_setBrokerFeeTemplate=setBrokerFeeTemplate(uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_setForbiddenAllSub=setForbiddenAllSub(address,bool)_|_()
org.sotc.contract.methodinfo.Distributors_getFeeInfo=getFeeInfo(string)_|_(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)
org.sotc.contract.methodinfo.Distributors_regSingleMerchant=regSingleMerchant(address,string)_|_(bool)
org.sotc.contract.methodinfo.Distributors_changeMerchantDefaultSubFee=changeMerchantDefaultSubFee(address,string,uint256[])_|_(bool)
org.sotc.contract.methodinfo.Distributors_getUpperForbidden=getUpperForbidden(address)_|_(bool)
org.sotc.contract.methodinfo.ERC20_approve=approve(address,uint256)_|_(bool)
org.sotc.contract.methodinfo.ERC20_totalSupply=totalSupply()_|_(uint256)
org.sotc.contract.methodinfo.ERC20_transferFrom=transferFrom(address,address,uint256)_|_(bool)
org.sotc.contract.methodinfo.ERC20_balanceOf=balanceOf(address)_|_(uint256)
org.sotc.contract.methodinfo.ERC20_transfer=transfer(address,uint256)_|_(bool)
org.sotc.contract.methodinfo.ERC20_allowance=allowance(address,address)_|_(uint256)
org.sotc.contract.methodinfo.ManagerUpgradeable_confirmChange=confirmChange(bytes32)_|_(uint256)
org.sotc.contract.methodinfo.ManagerUpgradeable_requestChange=requestChange(address,address)_|_(bytes32)
org.sotc.contract.methodinfo.MangerGroup_inGreyList=inGreyList(address)_|_(bool)
org.sotc.contract.methodinfo.MangerGroup_inWhiteList=inWhiteList(address)_|_(bool)
org.sotc.contract.methodinfo.MangerGroup_inBlackList=inBlackList(address)_|_(bool)
org.sotc.contract.methodinfo.MangerGroup_confirmChange=confirmChange(bytes32)_|_(uint256)
org.sotc.contract.methodinfo.MangerGroup_requestChange=requestChange(address,address)_|_(bytes32)
org.sotc.contract.methodinfo.MerchantStore_modifyPayInfo=modifyPayInfo(uint8,uint32,bytes,uint256,uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.MerchantStore_removePayInfo=removePayInfo(uint8,uint32)_|_(bool)
org.sotc.contract.methodinfo.MerchantStore_addPayAmountInfo=addPayAmountInfo(uint8,uint32,uint256,bytes,uint256,uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.MerchantStore_removePayAmountInfo=removePayAmountInfo(uint8,uint32,uint256)_|_(bool)
org.sotc.contract.methodinfo.MerchantStore_addPayInfo=addPayInfo(uint8,bytes,uint256,uint256,uint256)_|_(uint32)
org.sotc.contract.methodinfo.MerchantStore_getPayAmountInfo=getPayAmountInfo(address,uint8,uint32,uint256)_|_(bytes,uint256,uint256,uint256)
org.sotc.contract.methodinfo.MerchantStore_putRegInfo=putRegInfo(bytes)_|_(bool)
org.sotc.contract.methodinfo.MerchantStore_getPayInfo=getPayInfo(address,uint8,uint32)_|_(bytes,uint256,uint256,uint256)
org.sotc.contract.methodinfo.MerchantStore_getRegInfo=getRegInfo(address)_|_(bytes)
org.sotc.contract.methodinfo.SOTC_brokerPing=brokerPing()_|_(uint256)
org.sotc.contract.methodinfo.SOTC_removeFromWhiteList=removeFromWhiteList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeBrokerBuySellLimit=changeBrokerBuySellLimit(uint256,uint256,uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.SOTC_brokerDisableWithParent=brokerDisableWithParent(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeMerchantSubFee=changeMerchantSubFee(string,address,uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_brokerCloseWithManager=brokerCloseWithManager(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_transferToken=transferToken(address,uint256)_|_()
org.sotc.contract.methodinfo.SOTC_inGreyList=inGreyList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_putInfoWhiteList=putInfoWhiteList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeMerchantDefaultSubFee=changeMerchantDefaultSubFee(string,uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeFeeAddress=changeFeeAddress(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_putIntoGreyList=putIntoGreyList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeRegBrokerFeeTemplate=changeRegBrokerFeeTemplate(uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeBrokerSubFee=changeBrokerSubFee(string,address,uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_regSingleMerchant=regSingleMerchant(string)_|_(bool)
org.sotc.contract.methodinfo.SOTC_brokerOnline=brokerOnline(bytes,uint256,uint256)_|_(uint256)
org.sotc.contract.methodinfo.SOTC_changeBrokerDefaultSubFee=changeBrokerDefaultSubFee(string,uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_joinMerchantRelation=joinMerchantRelation(string,string)_|_(bool)
org.sotc.contract.methodinfo.SOTC_setLevel1BrokerOrMerchant=setLevel1BrokerOrMerchant(address,string,uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_orderForceRelease=orderForceRelease(bytes32,bytes,address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_setProxyAddress=setProxyAddress(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_removeFromBlackList=removeFromBlackList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeMerchantSubFeeWithManager=changeMerchantSubFeeWithManager(string[],uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeOnlinePayInfo=changeOnlinePayInfo(bytes)_|_(uint256)
org.sotc.contract.methodinfo.SOTC_withdrawToken=withdrawToken(uint256)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeTimeOutBlocknumber=changeTimeOutBlocknumber(uint256)_|_(uint256)
org.sotc.contract.methodinfo.SOTC_orderRelease=orderRelease(bytes32,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTC_putIntoBlackList=putIntoBlackList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_orderPay=orderPay(bytes32,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeBrokerSubFeeWithManager=changeBrokerSubFeeWithManager(string[],uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_depositToken=depositToken(uint256)_|_(bool)
org.sotc.contract.methodinfo.SOTC_matchSellOrderWithFee=matchSellOrderWithFee(string,uint256,uint8,bytes)_|_(bytes32,address,uint256)
org.sotc.contract.methodinfo.SOTC_inWhiteList=inWhiteList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_removeFromGreyList=removeFromGreyList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_joinBrokerRelation=joinBrokerRelation(string,string)_|_(bool)
org.sotc.contract.methodinfo.SOTC_brokerCloseWithParent=brokerCloseWithParent(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_inBlackList=inBlackList(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_orderForceCancel=orderForceCancel(bytes32,bytes,address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_appendBalance=appendBalance(uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.SOTC_getBrokerOnlinePayInfo=getBrokerOnlinePayInfo(address,uint8,uint256)_|_(bytes)
org.sotc.contract.methodinfo.SOTC_brokerDisableWithManager=brokerDisableWithManager(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeRegMerchantFeeTemplate=changeRegMerchantFeeTemplate(uint256[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_brokerOpenWithParent=brokerOpenWithParent(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeMaxBrokerPendingSize=changeMaxBrokerPendingSize(uint256)_|_(uint256)
org.sotc.contract.methodinfo.SOTC_orderForcePay=orderForcePay(bytes32,bytes,address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_orderCancel=orderCancel(bytes32,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTC_changeFeeRatio=changeFeeRatio(uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.SOTC_brokerApprove=brokerApprove(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_brokerOpenWithManager=brokerOpenWithManager(address)_|_(bool)
org.sotc.contract.methodinfo.SOTC_orderForceRelease=orderForceRelease(bytes32,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTC_orderForcePay=orderForcePay(bytes32,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTC_matchSellOrder=matchSellOrder(string,uint256,uint8,bytes)_|_(bytes32,address,uint256)
org.sotc.contract.methodinfo.SOTC_confirmChange=confirmChange(bytes32)_|_(uint256)
org.sotc.contract.methodinfo.SOTC_brokerOffline=brokerOffline()_|_()
org.sotc.contract.methodinfo.SOTC_changeDividedRatioThousandcent=changeDividedRatioThousandcent(uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.SOTC_getCloseInfo=getCloseInfo(address)_|_(address,bool)
org.sotc.contract.methodinfo.SOTC_changeOrderBuySellLimit=changeOrderBuySellLimit(uint256,uint256,uint256,uint256)_|_(bool)
org.sotc.contract.methodinfo.SOTC_requestChange=requestChange(address,address)_|_(bytes32)
org.sotc.contract.methodinfo.SOTC_setDecrement=setDecrement(uint8,uint256)_|_(bool)
org.sotc.contract.methodinfo.SOTC_regSingleBroker=regSingleBroker(string)_|_(bool)
org.sotc.contract.methodinfo.SOTC_matchBuyOrder=matchBuyOrder(string,uint256,uint8)_|_(bytes32,address,bytes,uint256)
org.sotc.contract.methodinfo.SOTC_changeEnablePayAmount=changeEnablePayAmount(uint8[],bool[])_|_(bool)
org.sotc.contract.methodinfo.SOTC_orderForceCancel=orderForceCancel(bytes32,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTCAppeal_appendAppeal=appendAppeal(bytes32,uint256,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTCAppeal__sotcStore=_sotcStore()_|_(address)
org.sotc.contract.methodinfo.SOTCAppeal_appealForceRelease=appealForceRelease(bytes32,uint256,bytes,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTCAppeal_appealForcePay=appealForcePay(bytes32,uint256,bytes,bytes)_|_(bool)
org.sotc.contract.methodinfo.SOTCAppeal_appealForceCancel=appealForceCancel(bytes32,uint256,bytes,bytes)_|_(bool)
org.sotc.contract.methodinfo.TokenStore_releaseToken=releaseToken(bytes32,address,uint256,address,uint256,address)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_frozenBalances=frozenBalances(address)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_lockInfosByID=lockInfosByID(bytes32)_|_(address,uint256,uint256,uint8)
org.sotc.contract.methodinfo.TokenStore_frozenBalance=frozenBalance()_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_balances=balances(address)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_usableBalance=usableBalance()_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_depositToken=depositToken(address,uint256)_|_(bool)
org.sotc.contract.methodinfo.TokenStore_withdrawTokenWithManager=withdrawTokenWithManager(address,address,uint256)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_calcMerchantProfit=calcMerchantProfit(address,uint256,uint256,uint8)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_setProxyAddress=setProxyAddress(address)_|_(bool)
org.sotc.contract.methodinfo.TokenStore_aaaToken=aaaToken()_|_(address)
org.sotc.contract.methodinfo.TokenStore_calcBrokerProfit=calcBrokerProfit(address,uint256,uint256,uint8)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_balanceOf=balanceOf(address)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_tryLockToken=tryLockToken(uint256,uint256,address,bytes32,uint8)_|_(bytes32)
org.sotc.contract.methodinfo.TokenStore_accountOf=accountOf(address)_|_(bytes)
org.sotc.contract.methodinfo.TokenStore_unlockToken=unlockToken(bytes32)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_withdrawToken=withdrawToken(address,uint256)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_transferTo=transferTo(address,address,uint256)_|_(bool)
org.sotc.contract.methodinfo.TokenStore_totalBalance=totalBalance()_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_tryLockToken=tryLockToken(uint256,uint256,address,uint8)_|_(bytes32)
org.sotc.contract.methodinfo.TokenStore_confirmChange=confirmChange(bytes32)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_allBalanceOf=allBalanceOf(address)_|_(uint256)
org.sotc.contract.methodinfo.TokenStore_requestChange=requestChange(address,address)_|_(bytes32)
org.sotc.contract.methodinfo.TokenStore_releaseToken=releaseToken(bytes32,address,address)_|_(uint256)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy