event-contracts-token-transfer
TokenTransferEthereumEvent
afterSignatureCheck
afterSignatureCheck
Returns DAO event info in slice format.
Parameters:
Name | Type | Description |
---|---|---|
body | TvmSlice | Contains data such as functionId |
TvmCell |
Return values:
Type | Description |
---|---|
TvmSlice | DAO event represented in slice format |
onInit
onInit
Notifies change of event status and loads relayers.
onConfirm
onConfirm
Confirms an event and notifies change of event status.
onReject
onReject
Notifies change of event status and transfers all gas to the initializer
notifyEventStatusChanged
*
notifyEventStatusChanged
*Notify the owner contract that the event contract status has been changed. Used to easily collect all confirmed events by the user's wallet.
TokenTransferEverscaleEvent
afterSignatureCheck
afterSignatureCheck
Returns DAO event info in slice format.
Parameters:
Name | Type | Description |
---|---|---|
body | TvmSlice | Contains data such as functionId |
TvmCell |
Return values:
Type | Description |
---|---|
TvmSlice | DAO event represented in slice format |
close
close
Finishes token transfer and sends remaining gas to the owner
onInit
onInit
Notifies change of event status and loads relayers
onConfirm
onConfirm
Notifies change of event status
onReject
onReject
Notifies change of event status
notifyEventStatusChanged
notifyEventStatusChanged
Notify the owner contract that the event contract status has been changed. Used to easily collect all confirmed events by the user's wallet.
Last updated