type FeeData @entity {
# user + '#' + token address
id: ID!
user: Bytes!
token: Bytes!
flaFee: Int!
routeFee: Int!
}