Entities
Subgraph Entities
Description: Event when a bonder is whitelisted
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
newBonder | String! | New bonder address |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when a bonder is removed from whitelist
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
previousBonder | String! | Removed bonder address |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when a challenge is resolved
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
transferRootId | Bytes! | Transfer root ID |
rootHash | Bytes! | Transfer root hash |
originalAmount | BigInt! | Transfer root original amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when multiple bonded withdrawals are settled
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
bonder | String! | Bonder address |
rootHash | Bytes! | Transfer root hash |
totalBondsSettled | BigInt! | Total bonds settled amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when bonder stakes on bridge
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
account | String! | Bonder account address |
amount | BigInt! | Staked amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when bonded transfer root is challenged
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
transferRootId | Bytes! | Transfer root ID |
rootHash | Bytes! | Transfer root hash |
originalAmount | BigInt! | Transfer root original amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: event when transfer root is bonded
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
root | Bytes! | Transfer root hash |
amount | BigInt! | Transfer root amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: event when transfer root is confirmed on L1
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
originChainId | BigInt! | Origin chain ID |
destinationChainId | BigInt! | Destination chain ID |
rootHash | Bytes! | Transfer root hash |
totalAmount | BigInt! | Transfer root total amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when transfer root is set at the destination chain
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
rootHash | Bytes! | Transfer root hash |
totalAmount | BigInt! | Transfer root total amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when transfer is sent L1->L2
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
destinationChainId | BigInt! | Destination chain ID |
recipient | String! | Recipient address |
amount | BigInt! | Amount |
amountOutMin | BigInt! | Minimum amount out |
deadline | BigInt! | Deadline timestamp |
relayer | String! | Relayer address |
relayerFee | BigInt! | Relayer fee amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
logIndex | BigInt! | Transaction log index |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when bonder unstakes on bridge
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
account | String! | Bonder account address |
amount | BigInt! | Unstaked amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when single bonded withdrawal is settled
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
bonder | String! | Bonder address |
transferId | Bytes! | Transfer ID |
rootHash | Bytes! | Transfer root hash |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when transfer is bonded at the destination
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
transferId | Bytes! | Transfer ID |
amount | BigInt! | Amount |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when transfer is withdrawn at the destination
Field | Type | Description |
---|---|---|
id | ID! | Entity ID |
transferId | Bytes! | Transfer ID |
recipient | String! | Recipient address |
amount | BigInt! | Amount |
transferNonce | Bytes! | Transfer nonce |
block | Block! | Block entity |
transaction | Transaction! | Transaction entity |
tokenEntity | Token! | Bridge token asset entity |
transactionHash | String! | Transaction hash |
transactionIndex | BigInt! | Transaction index |
timestamp | BigInt! | Transaction timestamp |
blockNumber | BigInt! | Transaction block number |
contractAddress | String! | Contract address |
from | String! | From address |
token | String! | Bridge token asset symbol |
Description: Event when transfer is sent L2->L1 or L2->L2
Field | Type | Description |
---|---|---|
id |