Notification Events
Last updated
Event: {
string UserEmail,
double BalanceIncrease,
string TxHash
}{
event: 'InGameCurrencyDeposit',
requestId: '00077f08-26b4-4f95-a1ac-9ba914982273',
email: 'test@catheongaming.com',
balanceIncrease: 555,
txHash: '0xc13d7905be5c989378a945487cd2a1193627ae606009e28e296d48ddaec66162'
}Event: {
string user_email,
string wallet_address,
string token_address,
int status,
string metadata
}{
user_email: 'w54661c@gmail.com',
wallet_address: '0xB05D9f248cCf546fE9d52A9ADA340cc361c8c163',
token_address: '0x086cce368ee810f77257479b90bed1bb164420b5_176',
status: 0,
metadata: '{"metadata":{"name":"Runt the Wolf #4664","image":"https://storage.googleapis.com/fractal-launchpad-public-assets/angrymals/assets/4372.png","attributes":[{"value":"Runt","trait_type":"Angrymal"},{"value":"Wolves","trait_type":"Race"},{"value":"Common","trait_type":"Rarity"},{"value":"Brain dome","trait_type":"Hat"},{"value":"None","trait_type":"Eyes"},{"value":"None","trait_type":"Mouth"},{"value":"None","trait_type":"Makeup"},{"value":"None","trait_type":"Ears"},{"value":"Chinese dress","trait_type":"Dress"}],"description":"Show off your support with wacky in-game player banners that enables the core play-to-earn functionality, unlocks exclusive features, events and additional bonuses"},"collection":{"name":"Genesis Player Banner","symbol":"Angrymals"}}'
}Event: {
string RequestId,
string UserEmail,
double BalanceDecrease
}{
event: 'InGameCurrencyWithdrawal',
requestId: '9ad3e825-ba65-4b0a-b03b-8f4e39cf1fd3',
email: 'test@catheongaming.com',
balanceDecrease: 555
}Event: {
string RequestId,
string UserEmail,
double BalanceIncrease,
string TxHash
}{
event: 'RollbackWithdrawal',
requestId: 'e95a9342-3c06-4223-83b3-0428bb89f524',
email: 'test@catheongaming.com',
balanceIncrease: 555,
txHash: '0xc13d7905be5c989378a945487cd2a1193627ae606009e28e296d48ddaec66162'
}