event-contracts-base
Last updated
Last updated
onRelaysLoaded
Changes status to Pending
loadRelays
Gets address of the current relayer round
_checkVoteReceiver
Checks if vote receiver is this address
Parameters:
Name | Type | Description |
---|---|---|
receiveRoundAddress
Based on the round contract retrieves round address
Parameters:
receiveRoundRelays
Loads relayers based on their keys
Parameters:
confirm
Confirm event. Can be called only by relayer which is in charge at this round. Can be called only when event configuration is in Pending status
Parameters:
Events emitted:
Confirm
reject
Reject event. Can be called only by relayer which is in charge at this round. Can be called only when event configuration is in Pending status.
Parameters:
Events emitted:
Reject
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
voteReceiver
address
Address of the receiver of the vote
roundContract
address
The address of the round contract
roundNum
uint32
The round’s number
keys
uint[]
Keys of the round’s relayers
signature
bytes
relayer's signature of the Everscale event data
voteReceiver
address
Address of the receiver of the vote (event contract address)
voteReceiver
address
Address of the receiver of the vote (event contract address)