event-contracts-multivault
MultiVaultEverscaleEventAlien
afterSignatureCheck
afterSignatureCheckReturns DAO event in slice format.
function afterSignatureCheck(TvmSlice body, TvmCell /*message*/) private inline view returns (TvmSlice)Parameters:
body
TvmSlice
Contains data such as functionId
TvmCell
Return values:
TvmSlice
DAO event represented in slice format
close
closeWhen event is confirmed/rejected transfer back gas used for triggering event.
function close() external viewonInit
onInitInitialize alien token.
function onInit() override internalreceiveTokenMeta
receiveTokenMetaReceives meta token.
Parameters:
base_chainId_
uint256
EVM network chain ID
base_token_
uint160
EVM token address
name
string
Token name
symbol
string
Token symbol
decimals
uint8
Token decimals
receiveAlienTokenRoot
receiveAlienTokenRootSets token root and loads relayers.
Parameters:
token_
address
The address of the alien token to receive
onRelaysLoaded
onRelaysLoadedUpdates event data and does the change for status.
MultiVaultEverscaleEventNative
afterSignatureCheck
afterSignatureCheckReturns DAO event info in slice format.
Parameters:
body
TvmSlice
Contains data such as functionId
TvmCell
Return values:
TvmSlice
DAO event represented in slice format
close
closeWhen event is confirmed/rejected transfer back gas used for triggering event.
onInit
onInitInitializes native token.
receiveProxyTokenWallet
receiveProxyTokenWalletSets token wallet address and loads relayers.
Parameters:
tokenWallet_
address
The address of the token wallet
onRelaysLoaded
onRelaysLoadedUpdates event data and does the change for status.
MultiVaultEVMEventAlien
afterSignatureCheck
afterSignatureCheckReturns DAO event info in slice format.
Parameters:
body
TvmSlice
Contains data such as functionId
TvmCell
Return values:
TvmSlice
DAO event represented in slice format
onInit
onInitInitializes evm alien token by decoding event data, sets recipient address and gets details about ethereum event configuration.
receiveConfigurationDetails
receiveConfigurationDetailsGets configuration details based on proxy about alien token root.
Parameters:
BasicConfiguration
Basic configuration for event including the event code, event initial balance etc.
_networkConfiguration
EthereumEventConfiguration
The configuration of the ethereum event, including event emitter, chain id, start and end block number etc.
TvmCell
receiveAlienTokenRoot
receiveAlienTokenRootSets token root based on token_ param and loads relayers.
Return values:
token_
address
The address of the alien token to receive
onConfirm
onConfirmEncodes token root, amount and recipient's address to cell format and confirms event.
MultiVaultEVMEventNative
afterSignatureCheck
afterSignatureCheckReturns DAO event info in slice format.
Parameters:
body
TvmSlice
Contains data such as functionId
TvmCell
Return values:
TvmSlice
DAO event represented in slice format
onInit
onInitInitializes native token event and gets details about event configuration.
receiveConfigurationDetails
receiveConfigurationDetailsRetrieves wallet based on proxy.
Parameters:
BasicConfiguration
Basic configuration for event including the event code, event initial balance etc.
_networkConfiguration
EthereumEventConfiguration
The configuration of the ethereum event, including event emitter, chain id, start and end block number etc.
TvmCell
receiveProxyTokenWallet
receiveProxyTokenWalletSets token wallet address and loads relayers.
Parameters:
tokenWallet_
address
The address of the token wallet
onConfirm
onConfirmEncodes token wallet, amount and recipient's address to cell format and confirms event.
Last updated
Was this helpful?