Action
columns and relationships of "Action"
type Action {
addressA: String
addressB: String
amountA: numeric
amountB: numeric
block: numeric!
category: actioncategory!
chainId: numeric!
contract: Contract
contract_id: String!
db_write_timestamp: timestamp
fee: numeric
from: String!
hash: String!
id: String!
stream: Stream
stream_id: String
subgraphId: numeric!
timestamp: numeric!
}
Fields
Action.addressA
● String
scalar
Action.addressB
● String
scalar
Action.amountA
● numeric
scalar
Action.amountB
● numeric
scalar
Action.block
● numeric!
non-null scalar
Action.category
● actioncategory!
non-null scalar
Action.chainId
● numeric!
non-null scalar
Action.contract
● Contract
object
An object relationship
Action.contract_id
● String!
non-null scalar
Action.db_write_timestamp
● timestamp
scalar
Action.fee
● numeric
scalar
Action.from
● String!
non-null scalar
Action.hash
● String!
non-null scalar
Action.id
● String!
non-null scalar
Action.stream
● Stream
object
An object relationship