Documentation
¶
Index ¶
- Constants
- func HandleContractCreation() router.ContractCreationHandlerFunc
- func HandleCustodialRegistrationInputData() router.InputDataHandlerFunc
- func HandleCustodialRegistrationLog() router.LogHandlerFunc
- func HandleFaucetGiveInputData() router.InputDataHandlerFunc
- func HandleFaucetGiveLog() router.LogHandlerFunc
- func HandleIndexAddInputData() router.InputDataHandlerFunc
- func HandleIndexAddLog(hc *HandlerContainer) router.LogHandlerFunc
- func HandleIndexRemoveInputData() router.InputDataHandlerFunc
- func HandleIndexRemoveLog(hc *HandlerContainer) router.LogHandlerFunc
- func HandleOwnershipInputData() router.InputDataHandlerFunc
- func HandleOwnershipLog() router.LogHandlerFunc
- func HandlePoolDepositInputData() router.InputDataHandlerFunc
- func HandlePoolDepositLog() router.LogHandlerFunc
- func HandlePoolSwapInputData() router.InputDataHandlerFunc
- func HandlePoolSwapLog() router.LogHandlerFunc
- func HandleQuoterPriceUpdateInputdata() router.InputDataHandlerFunc
- func HandleQuoterPriceUpdateLog() router.LogHandlerFunc
- func HandleSealStateChangeInputData() router.InputDataHandlerFunc
- func HandleSealStateChangeLog() router.LogHandlerFunc
- func HandleTokenApproveInputData() router.InputDataHandlerFunc
- func HandleTokenApproveLog() router.LogHandlerFunc
- func HandleTokenBurnInputData() router.InputDataHandlerFunc
- func HandleTokenBurnLog() router.LogHandlerFunc
- func HandleTokenMintInputData() router.InputDataHandlerFunc
- func HandleTokenMintLog() router.LogHandlerFunc
- func HandleTokenTransferInputData(hc *HandlerContainer) router.InputDataHandlerFunc
- func HandleTokenTransferLog(hc *HandlerContainer) router.LogHandlerFunc
- type HandlerContainer
Constants ¶
View Source
const ( CUSDContractMainnet = "0x765DE816845861e75A25fCA122bb6898B8B1282a" CKESContractMainnet = "0x456a3D042C0DbD3db53D5489e98dFb038553B0d0" CEURContractmainnet = "0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73" USDCContractMainnet = "0xcebA9300f2b948710d2653dD7B07f33A8B32118C" USDTContractMainnet = "0x617f3112bf5397D0467D315cC709EF968D9ba546" )
Variables ¶
This section is empty.
Functions ¶
func HandleContractCreation ¶
func HandleContractCreation() router.ContractCreationHandlerFunc
func HandleCustodialRegistrationInputData ¶
func HandleCustodialRegistrationInputData() router.InputDataHandlerFunc
func HandleCustodialRegistrationLog ¶
func HandleCustodialRegistrationLog() router.LogHandlerFunc
func HandleFaucetGiveInputData ¶
func HandleFaucetGiveInputData() router.InputDataHandlerFunc
func HandleFaucetGiveLog ¶
func HandleFaucetGiveLog() router.LogHandlerFunc
func HandleIndexAddInputData ¶
func HandleIndexAddInputData() router.InputDataHandlerFunc
func HandleIndexAddLog ¶
func HandleIndexAddLog(hc *HandlerContainer) router.LogHandlerFunc
func HandleIndexRemoveInputData ¶
func HandleIndexRemoveInputData() router.InputDataHandlerFunc
func HandleIndexRemoveLog ¶
func HandleIndexRemoveLog(hc *HandlerContainer) router.LogHandlerFunc
func HandleOwnershipInputData ¶
func HandleOwnershipInputData() router.InputDataHandlerFunc
func HandleOwnershipLog ¶
func HandleOwnershipLog() router.LogHandlerFunc
func HandlePoolDepositInputData ¶
func HandlePoolDepositInputData() router.InputDataHandlerFunc
func HandlePoolDepositLog ¶
func HandlePoolDepositLog() router.LogHandlerFunc
func HandlePoolSwapInputData ¶
func HandlePoolSwapInputData() router.InputDataHandlerFunc
func HandlePoolSwapLog ¶
func HandlePoolSwapLog() router.LogHandlerFunc
func HandleQuoterPriceUpdateInputdata ¶
func HandleQuoterPriceUpdateInputdata() router.InputDataHandlerFunc
func HandleQuoterPriceUpdateLog ¶
func HandleQuoterPriceUpdateLog() router.LogHandlerFunc
func HandleSealStateChangeInputData ¶
func HandleSealStateChangeInputData() router.InputDataHandlerFunc
func HandleSealStateChangeLog ¶
func HandleSealStateChangeLog() router.LogHandlerFunc
func HandleTokenApproveInputData ¶
func HandleTokenApproveInputData() router.InputDataHandlerFunc
func HandleTokenApproveLog ¶
func HandleTokenApproveLog() router.LogHandlerFunc
func HandleTokenBurnInputData ¶
func HandleTokenBurnInputData() router.InputDataHandlerFunc
func HandleTokenBurnLog ¶
func HandleTokenBurnLog() router.LogHandlerFunc
func HandleTokenMintInputData ¶
func HandleTokenMintInputData() router.InputDataHandlerFunc
func HandleTokenMintLog ¶
func HandleTokenMintLog() router.LogHandlerFunc
func HandleTokenTransferInputData ¶
func HandleTokenTransferInputData(hc *HandlerContainer) router.InputDataHandlerFunc
func HandleTokenTransferLog ¶
func HandleTokenTransferLog(hc *HandlerContainer) router.LogHandlerFunc
Types ¶
type HandlerContainer ¶
type HandlerContainer struct {
// contains filtered or unexported fields
}
func New ¶
func New(cacheProvider cache.Cache) *HandlerContainer
Click to show internal directories.
Click to hide internal directories.