TRADERJOE_AVALANCE_C

These tables are built and maintained by Space and Time.

BOOSTEDMASTERCHEFJOE_EVT_ADD

Boostedmasterchefjoe Add model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe pool ID.string
allocpointThe allocation points for the pool.string
vejoesharebpThe percentage of VEJOE tokens earned per LP token.string
lptokenThe address of the LP token contract.string
rewarderThe address of the rewarder contract.string
contract_addressThe address of the smart contract.string

BOOSTEDMASTERCHEFJOE_EVT_DEPOSIT

Boostedmasterchefjoe Deposit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who made the deposit.string
pidThe pool ID of the deposit.string
amountThe amount of tokens deposited in the pool.string
contract_addressThe address of the smart contract.string

BOOSTEDMASTERCHEFJOE_EVT_EMERGENCYWITHDRAW

Boostedmasterchefjoe Emergencywithdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who made the withdrawal.string
pidThe Pool ID of the pool from which the user withdrew.string
amountThe amount of tokens withdrawn by the user.string
contract_addressThe address of the smart contract.string

BOOSTEDMASTERCHEFJOE_EVT_HARVEST

Boostedmasterchefjoe Harvest model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who performed the harvest.string
pidThe ID of the pool from which the user harvested.string
amountThe amount of the underlying asset that the user harvested.string
contract_addressThe address of the smart contract.string

BOOSTEDMASTERCHEFJOE_EVT_INIT

Boostedmasterchefjoe Init model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
amountThe amount of currency involved in the event.string
contract_addressThe address of the smart contract.string

BOOSTEDMASTERCHEFJOE_EVT_SET

Boostedmasterchefjoe Set model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe ID of the pool.string
allocpointThe allocation point of the pool.string
vejoesharebpThe number of basis points of JOE rewards allocated to the pool.string
rewarderThe address of the rewarder contract.string
overwriteA boolean indicating whether to overwrite existing data.boolean
contract_addressThe address of the smart contract.string

BOOSTEDMASTERCHEFJOE_EVT_UPDATEPOOL

Boostedmasterchefjoe Updatepool model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe ID of the pool being updated.string
lastrewardtimestampThe timestamp of the last reward given to the pool.string
lpsupplyThe total supply of LP tokens in the pool.string
accjoepershareThe accumulated amount of JOE tokens per LP token.string
accjoeperfactorpershareThe accumulated amount of JOE_FACTOR tokens per LP token.string
contract_addressThe address of the smart contract.string

BOOSTEDMASTERCHEFJOE_EVT_WITHDRAW

Boostedmasterchefjoe Withdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who performed the withdraw.string
pidThe pool ID for the pool where the user withdrew from.string
amountThe amount of liquidity tokens withdrawn.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_ADDEDOWNER

Gnosissafel2 Addedowner model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
ownerThe address of the owner that was added to the Gnosis Safe.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_APPROVEHASH

Gnosissafel2 Approvehash model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
approvedhashThe hash that was approved by the event.string
ownerThe address of the account that owns the Gnosis Safe.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_CHANGEDFALLBACKHANDLER

Gnosissafel2 Changedfallbackhandler model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
handler_The address of the fallback handler.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_CHANGEDGUARD

Gnosissafel2 Changedguard model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
guardThe address of the new guard set by the transaction.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_CHANGEDTHRESHOLD

Gnosissafel2 Changedthreshold model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
thresholdThe new threshold value for the GnosisSafeL2 contract.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_DISABLEDMODULE

Gnosissafel2 Disabledmodule model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
module_The name of the disabled module.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_ENABLEDMODULE

Gnosissafel2 Enabledmodule model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
module_The name of the enabled module.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_EXECUTIONFAILURE

Gnosissafel2 Executionfailure model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
txhashThe hash of the transaction that caused the failure.string
paymentThe amount of cryptocurrency involved in the failure.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_EXECUTIONFROMMODULEFAILURE

Gnosissafel2 Executionfrommodulefailure model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
module_The module that attempted the execution and failed.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_EXECUTIONFROMMODULESUCCESS

Gnosissafel2 Executionfrommodulesuccess model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
module_The name of the module that triggered the event.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_EXECUTIONSUCCESS

Gnosissafel2 Executionsuccess model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
txhashThe hash of the transaction that executed the Gnosis Safe event.string
paymentThe amount of cryptocurrency paid during the Gnosis Safe event.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_REMOVEDOWNER

Gnosissafel2 Removedowner model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
ownerThe address of the owner that was removed from the Gnosis Safe.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_SAFEMODULETRANSACTION

Gnosissafel2 Safemoduletransaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
module_The module that executed the transaction.string
to_The destination address of the transaction.string
value_The value transferred in the transaction.string
data_The input data of the transaction.string
operation_The operation type of the transaction (0 for call, 1 for delegate).smallint
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_SAFEMULTISIGTRANSACTION

Gnosissafel2 Safemultisigtransaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
to_The destination address of the transaction.string
value_The value of the transaction in wei.string
data_The data payload of the transaction.string
operation_The type of operation performed in the transaction.smallint
safetxgasThe amount of gas used by the Gnosis Safe.string
basegasThe base gas used in the transaction.string
gaspriceThe gas price used for the transaction.string
gastokenThe gas token used for the transaction.string
refundreceiverThe address to receive refunds from the transaction.string
signaturesThe signatures of the transaction.string
additionalinfoAny additional information about the transaction.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_SAFERECEIVED

Gnosissafel2 Safereceived model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
senderThe address that sent the tokens to the Safe.string
value_The amount of tokens sent to the Safestring
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_SAFESETUP

Gnosissafel2 Safesetup model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
initiatorThe address that initiated the transaction.string
ownersThe addresses of the Gnosis Safe owners.string
thresholdThe number of required confirmations for transactions.string
initializerThe address that initialized the Gnosis Safe.string
fallbackhandlerThe address of the fallback handler contract.string
contract_addressThe address of the smart contract.string

GNOSISSAFEL2_EVT_SIGNMSG

Gnosissafel2 Signmsg model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
msghashThe hash of the message that was signed.string
contract_addressThe address of the smart contract.string

TIMELOCK_EVT_CANCELTRANSACTION

Timelock Canceltransaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
txhashThe hash of the transaction that triggered the cancel transaction event.string
targetThe address of the target contract that the canceled transaction was sent to.string
value_The value of the canceled transaction in wei.string
signatureThe signature of the canceled transaction.string
data_The data of the canceled transaction.string
etaThe estimated execution timestamp for the canceled transaction.string
contract_addressThe address of the smart contract.string

TIMELOCK_EVT_EXECUTETRANSACTION

Timelock Executetransaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
txhashThe hash of the transaction that triggered the event.string
targetThe address of the contract called by the transaction.string
value_The value of AVAX transferred in the transaction.string
signatureThe signature of the transaction.string
data_The input data of the transaction.string
etaThe estimated timestamp when the transaction will execute.string
contract_addressThe address of the smart contract.string

TIMELOCK_EVT_NEWADMIN

Timelock Newadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
newadminThe address of the new administrator set by the event.string
contract_addressThe address of the smart contract.string

TIMELOCK_EVT_NEWDELAY

Timelock Newdelay model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
newdelayThe new delay value set in the timelock contract.string
contract_addressThe address of the smart contract.string

TIMELOCK_EVT_NEWPENDINGADMIN

Timelock Newpendingadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
newpendingadminThe new pending admin address.string
contract_addressThe address of the smart contract.string

TIMELOCK_EVT_QUEUETRANSACTION

Timelock Queuetransaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
txhashThe hash of the transaction.string
targetThe address of the contract receiving the transaction.string
value_The value being sent in the transaction.string
signatureThe signature of the transaction.string
data_The data being sent in the transaction.string
etaThe estimated time of arrival for the timelock transaction.string
contract_addressThe address of the smart contract.string

JOEFACTORY_EVT_PAIRCREATED

Joefactory Paircreated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
token0The address of the first token in the pair.string
token1The address of the second token in the pair.string
pairThe address of the pair contract.string
fu_3The index of the newly created pair contract.string
contract_addressThe address of the smart contract.string

STABLEJOESTAKING_EVT_CLAIMREWARD

Stablejoestaking Claimreward model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who claimed the reward.string
rewardtokenThe token that was rewarded to the user.string
amountThe amount of the reward received by the user.string
contract_addressThe address of the smart contract.string

STABLEJOESTAKING_EVT_DEPOSIT

Stablejoestaking Deposit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who made the deposit.string
amountThe amount of stablecoins deposited in the transaction.string
feeThe fee paid for the transaction.string
contract_addressThe address of the smart contract.string

STABLEJOESTAKING_EVT_DEPOSITFEECHANGED

Stablejoestaking Depositfeechanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
newfeeThe new deposit fee (in the token's smallest unit).string
oldfeeThe old deposit fee (in the token's smallest unit).string
contract_addressThe address of the smart contract.string

STABLEJOESTAKING_EVT_EMERGENCYWITHDRAW

Stablejoestaking Emergencywithdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who initiated the emergency withdraw.string
amountThe amount of tokens withdrawn in the event.string
contract_addressThe address of the smart contract.string

STABLEJOESTAKING_EVT_REWARDTOKENADDED

Stablejoestaking Rewardtokenadded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
tokenThe reward token address.string
contract_addressThe address of the smart contract.string

STABLEJOESTAKING_EVT_REWARDTOKENREMOVED

Stablejoestaking Rewardtokenremoved model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
tokenThe token that was removed as a reward.string
contract_addressThe address of the smart contract.string

STABLEJOESTAKING_EVT_WITHDRAW

Stablejoestaking Withdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who initiated the withdrawal.string
amountThe amount of tokens withdrawn.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_ACCRUEINTEREST

Jwrappednativedelegate Accrueinterest model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
cashpriorThe cash balance prior to the interest accrual event.string
interestaccumulatedThe amount of interest accumulated in the event.string
borrowindexThe current borrow index of the lending pool.string
totalborrowsThe total amount of outstanding borrows at the end of the event.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_BORROW

Jwrappednativedelegate Borrow model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
borrowerThe address of the borrower.string
borrowamountThe amount borrowed in the transaction.string
accountborrowsThe current borrow balance of the borrower's account.string
totalborrowsThe total borrow balance of the market.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_FAILURE

Jwrappednativedelegate Failure model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
errorThe error message if the event failed.string
infoAdditional information about the event.string
detailDetailed information about the event.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_FLASHLOAN

Jwrappednativedelegate Flashloan model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
receiverThe address of the receiver.string
amountThe amount of the flashloan.string
totalfeeThe total fee charged for the flashloan.string
reservesfeeThe reserve fee for the flashloan.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_LIQUIDATEBORROW

Jwrappednativedelegate Liquidateborrow model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
liquidatorThe address of the account that liquidated the borrower's collateral.string
borrowerThe address of the borrower whose collateral was liquidated.string
repayamountThe amount of the underlying asset repaid by the borrower to the protocol in the transaction.string
jtokencollateralThe amount of JToken collateral that was liquidated from the borrower's account.string
seizetokensThe amount of the underlying asset seized from the borrower's collateral.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_MINT

Jwrappednativedelegate Mint model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
minterThe address of the account that triggered the mint event.string
mintamountThe amount of native token minted in the event.string
minttokensThe amount of wrapped token minted in the event.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_NEWADMIN

Jwrappednativedelegate Newadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldadminThe address of the old admin before the change.string
newadminThe address of the new admin after the change.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_NEWJOETROLLER

Jwrappednativedelegate Newjoetroller model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldjoetrollerThe previous joetroller address.string
newjoetrollerThe new joetroller address.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_NEWMARKETINTERESTRATEMODEL

Jwrappednativedelegate Newmarketinterestratemodel model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldinterestratemodelThe address of the old interest rate model.string
newinterestratemodelThe address of the new interest rate model.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_NEWPENDINGADMIN

Jwrappednativedelegate Newpendingadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldpendingadminThe previous pending admin address.string
newpendingadminThe new pending admin address.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_NEWPROTOCOLSEIZESHARE

Jwrappednativedelegate Newprotocolseizeshare model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldprotocolseizesharemantissaThe mantissa of the old protocol seize share value before the change.string
newprotocolseizesharemantissaThe mantissa of the new protocol seize share value after the change.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_NEWRESERVEFACTOR

Jwrappednativedelegate Newreservefactor model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldreservefactormantissaThe old reserve factor mantissa before the update.string
newreservefactormantissaThe new reserve factor mantissa after the update.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_REDEEM

Jwrappednativedelegate Redeem model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
redeemerThe address of the user who redeemed tokens.string
redeemamountThe amount of native tokens redeemed.string
redeemtokensThe amount of wrapped tokens received in exchange.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_REPAYBORROW

Jwrappednativedelegate Repayborrow model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
payerThe address of the account that made the payment.string
borrowerThe address of the borrower whose debt was repaid.string
repayamountThe amount of the debt that was repaid.string
accountborrowsThe total amount of borrows that the account currently has.string
totalborrowsThe total amount of borrows in the market.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_RESERVESADDED

Jwrappednativedelegate Reservesadded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
benefactorThe address of the account that added the reserves.string
addamountThe amount added to the reserves in wei.string
newtotalreservesThe new total reserves after the addition in wei.string
contract_addressThe address of the smart contract.string

JWRAPPEDNATIVEDELEGATE_EVT_RESERVESREDUCED

Jwrappednativedelegate Reservesreduced model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
admin_The address of the admin making the reduction.string
reduceamountThe amount by which the reserves were reduced.string
newtotalreservesThe new total reserves after the reduction.string
contract_addressThe address of the smart contract.string

VEJOETOKEN_EVT_BURN

Vejoetoken Burn model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
accountThe address of the account that initiated the Burn event.string
value_The amount of tokens burned in the Burn event.string
contract_addressThe address of the smart contract.string

VEJOETOKEN_EVT_MINT

Vejoetoken Mint model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
beneficiaryThe address of the beneficiary who received the tokens.string
value_The amount of tokens minted in this event.string
contract_addressThe address of the smart contract.string

VEJOETOKEN_EVT_UPDATEBOOSTEDMASTERCHEFJOE

Vejoetoken Updateboostedmasterchefjoe model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user.string
boostedmasterchefThe address of the boosted master chef contract.string
contract_addressThe address of the smart contract.string

CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_CANCELTRANSACTION

Custommasterchefjoev2Timelock Canceltransaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
txhashThe hash of the transaction that called the timelock.string
targetThe address of the contract that should receive the call.string
value_The value to be sent with the transaction.string
signatureThe signature of the function to be called.string
data_The data of the function to be called.string
etaThe estimated execution timestamp for the call.string
contract_addressThe address of the smart contract.string

CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_EXECUTETRANSACTION

Custommasterchefjoev2Timelock Executetransaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
txhashThe hash of the transaction that called the contract function.string
targetThe address of the contract that was called.string
value_The value that was sent to the contract in the transaction.string
signatureThe signature of the function that was called.string
data_The input data that was sent to the contract function.string
etaThe estimated time when the transaction will be executed.string
contract_addressThe address of the smart contract.string

CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_NEWADMIN

Custommasterchefjoev2Timelock Newadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
newadminThe address of the new administrator.string
contract_addressThe address of the smart contract.string

CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_NEWDELAY

Custommasterchefjoev2Timelock Newdelay model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
newdelayThe new delay value set in the event.string
contract_addressThe address of the smart contract.string

CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_NEWPENDINGADMIN

Custommasterchefjoev2Timelock Newpendingadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
newpendingadminThe new pending admin address.string
contract_addressThe address of the smart contract.string

CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_QUEUETRANSACTION

Custommasterchefjoev2Timelock Queuetransaction model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
txhashThe hash of the transaction that triggered the event.string
targetThe target address that the transaction was sent to.string
value_The value of the transaction in wei.string
signatureThe function signature of the transaction.string
data_The data payload of the transaction.string
etaThe timestamp (in Unix time) at which the transaction can be executedstring
contract_addressThe address of the smart contract.string

VEJOESTAKING_EVT_CLAIM

Vejoestaking Claim model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who claimed the event.string
amountThe amount claimed by the user.string
contract_addressThe address of the smart contract.string

VEJOESTAKING_EVT_DEPOSIT

Vejoestaking Deposit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who deposited the tokens.string
amountThe amount of tokens deposited.string
contract_addressThe address of the smart contract.string

VEJOESTAKING_EVT_UPDATEMAXCAPPCT

Vejoestaking Updatemaxcappct model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The user's address.string
maxcappctThe maximum capital percentage allowed for the user.string
contract_addressThe address of the smart contract.string

VEJOESTAKING_EVT_UPDATEREWARDVARS

Vejoestaking Updaterewardvars model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
lastrewardtimestampThe timestamp of the last reward update.string
accvejoepershareThe accumulated Vejoe per share.string
contract_addressThe address of the smart contract.string

VEJOESTAKING_EVT_UPDATESPEEDUPTHRESHOLD

Vejoestaking Updatespeedupthreshold model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The user who updated the speedup thresholdstring
speedupthresholdThe updated speedup threshold.string
contract_addressThe address of the smart contract.string

VEJOESTAKING_EVT_UPDATEVEJOEPERSHAREPERSEC

Vejoestaking Updatevejoepersharepersec model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who updated their Vejoepersharepersec value.string
vejoepersharepersecThe updated Vejoepersharepersec value for the user.string
contract_addressThe address of the smart contract.string

VEJOESTAKING_EVT_WITHDRAW

Vejoestaking Withdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who made the withdrawal.string
withdrawamountThe amount withdrawn by the user in this event.string
burnamountThe amount of tokens burned in the withdrawal process.string
contract_addressThe address of the smart contract.string

JOETOKEN_EVT_DELEGATECHANGED

Joetoken Delegatechanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
delegatorThe address of the delegator.string
fromdelegateThe address of the delegate before the change.string
todelegateThe address of the delegate after the change.string
contract_addressThe address of the smart contract.string

JOETOKEN_EVT_DELEGATEVOTESCHANGED

Joetoken Delegatevoteschanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
delegateThe address of the delegate whose votes changed.string
previousbalanceThe previous vote balance of the delegate.string
newbalanceThe new vote balance of the delegate.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_ACCRUEINTEREST

Jcollateralcaperc20Delegate Accrueinterest model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
cashpriorAmount of cash in the reserve prior to accruing interest for the transaction.string
interestaccumulatedAmount of interest accumulated for the transaction.string
borrowindexThe updated borrow index for the transaction.string
totalborrowsThe total amount of outstanding borrows after applying accrued interest for the transaction.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_BORROW

Jcollateralcaperc20Delegate Borrow model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
borrowerAddress of the account that borrowed.string
borrowamountAmount borrowed.string
accountborrowsBorrow balance of the account.string
totalborrowsTotal amount of outstanding borrows.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_FAILURE

Jcollateralcaperc20Delegate Failure model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
errorA description of the error that occurred.string
infoAdditional information about the event.string
detailDetailed information about the event.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_FLASHLOAN

Jcollateralcaperc20Delegate Flashloan model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
receiverThe address that received the flash loan.string
amountThe amount borrowed in the flash loan.string
totalfeeThe total fee charged by the flash loan contract.string
reservesfeeThe reserves fee charged by the flash loan contract.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_LIQUIDATEBORROW

Jcollateralcaperc20Delegate Liquidateborrow model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
liquidatorThe address of the account that performed the liquidation.string
borrowerThe address of the borrower whose debt was liquidated.string
repayamountThe amount of debt repaid by the borrower (in jTokens).string
jtokencollateralThe amount of collateral seized (in jTokens).string
seizetokensThe amount of tokens seized as a penalty.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_MINT

Jcollateralcaperc20Delegate Mint model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
minterAddress of the account that triggered the mint event.string
mintamountAmount of collateral minted.string
minttokensAmount of ERC20 tokens minted.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_NEWADMIN

Jcollateralcaperc20Delegate Newadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldadminThe previous administrator of the contract.string
newadminThe new administrator of the contract.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_NEWCOLLATERALCAP

Jcollateralcaperc20Delegate Newcollateralcap model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
tokenThe address of the collateral token.string
newcapThe new collateral capacity for the token.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_NEWJOETROLLER

Jcollateralcaperc20Delegate Newjoetroller model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldjoetrollerThe address of the previous Joetroller contract.string
newjoetrollerThe address of the new Joetroller contract.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_NEWMARKETINTERESTRATEMODEL

Jcollateralcaperc20Delegate Newmarketinterestratemodel model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldinterestratemodelThe address of the old interest rate model contract.string
newinterestratemodelThe address of the new interest rate model contract.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_NEWPENDINGADMIN

Jcollateralcaperc20Delegate Newpendingadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldpendingadminThe previous address set as the pending admin.string
newpendingadminThe new address set as the pending admin.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_NEWPROTOCOLSEIZESHARE

Jcollateralcaperc20Delegate Newprotocolseizeshare model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldprotocolseizesharemantissaThe previous protocol seize share mantissa value.string
newprotocolseizesharemantissaThe new protocol seize share mantissa value.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_NEWRESERVEFACTOR

Jcollateralcaperc20Delegate Newreservefactor model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldreservefactormantissaThe old reserve factor mantissa value before the update.string
newreservefactormantissaThe new reserve factor mantissa value after the update.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_REDEEM

Jcollateralcaperc20Delegate Redeem model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
redeemerThe address of the user who redeemed collateral tokens.string
redeemamountThe amount of collateral tokens redeemed.string
redeemtokensThe amount of wrapped tokens received in exchange for the collateral.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_REPAYBORROW

Jcollateralcaperc20Delegate Repayborrow model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
payerThe address of the payer (if any).string
borrowerThe address of the borrower.string
repayamountThe amount repaid by the borrower.string
accountborrowsThe account's borrow balance after the repayment.string
totalborrowsThe total borrow balance of the underlying asset in the smart contract.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_RESERVESADDED

Jcollateralcaperc20Delegate Reservesadded model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
benefactorThe address of the account that added the reserves.string
addamountThe amount added to the reserves.string
newtotalreservesThe new total reserves after the addition.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_RESERVESREDUCED

Jcollateralcaperc20Delegate Reservesreduced model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
admin_The address of the admin who triggered the event.string
reduceamountThe amount by which the reserves were reduced.string
newtotalreservesThe new total amount of reserves after the reduction.string
contract_addressThe address of the smart contract.string

JCOLLATERALCAPERC20DELEGATE_EVT_USERCOLLATERALCHANGED

Jcollateralcaperc20Delegate Usercollateralchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
accountThe address of the account whose collateral was changed.string
newcollateraltokensThe new amount of collateral tokens held by the account after the change.string
contract_addressThe address of the smart contract.string

TOKENVESTING_EVT_TOKENVESTINGREVOKED

Tokenvesting Tokenvestingrevoked model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
tokenThe token associated with the event.string
contract_addressThe address of the smart contract.string

TOKENVESTING_EVT_TOKENSRELEASED

Tokenvesting Tokensreleased model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
tokenThe address of the token being released.string
amountThe amount of tokens released.string
contract_addressThe address of the smart contract.string

REWARDDISTRIBUTOR_EVT_DISTRIBUTEDBORROWERREWARD

Rewarddistributor Distributedborrowerreward model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
rewardtypeThe type of reward being distributed.smallint
jtokenThe address of the JToken contract associated with the reward.string
borrowerThe address of the borrower who is receiving the reward.string
rewarddeltaThe amount of reward being distributed to the borrower.string
rewardborrowindexThe value of the borrow index at the time the reward was distributed.string
contract_addressThe address of the smart contract.string

REWARDDISTRIBUTOR_EVT_DISTRIBUTEDSUPPLIERREWARD

Rewarddistributor Distributedsupplierreward model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
rewardtypeThe type of reward.smallint
jtokenThe JToken associated with the reward.string
supplierThe address of the supplier.string
rewarddeltaThe delta amount of reward distributed to the supplier.string
rewardsupplyindexThe reward supply index for the supplier.string
contract_addressThe address of the smart contract.string

REWARDDISTRIBUTOR_EVT_REWARDBORROWSPEEDUPDATED

Rewarddistributor Rewardborrowspeedupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
rewardtypeThe type of the reward.smallint
jtokenThe JToken address associated with the reward.string
newspeedThe updated borrowing speed for the JToken.string
contract_addressThe address of the smart contract.string

REWARDDISTRIBUTOR_EVT_REWARDGRANTED

Rewarddistributor Rewardgranted model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
rewardtypeThe type of the reward granted (if applicable).smallint
recipientThe address of the recipient of the reward.string
amountThe amount of the reward granted.string
contract_addressThe address of the smart contract.string

REWARDDISTRIBUTOR_EVT_REWARDSUPPLYSPEEDUPDATED

Rewarddistributor Rewardsupplyspeedupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
rewardtypeThe type of reward (represented as a small integer).smallint
jtokenThe JToken associated with the reward.string
newspeedThe new reward supply speed.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV3_EVT_ADD

Masterchefjoev3 Add model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe pool ID of the added pool.string
allocpointThe allocation point of the added pool.string
lptokenThe LP token of the added pool.string
rewarderThe address of the rewarder contract for the added pool (if applicable).string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV3_EVT_DEPOSIT

Masterchefjoev3 Deposit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who deposited tokens into the MasterChefJoeV3 contract.string
pidThe pool ID of the MasterChefJoeV3 pool where the user deposited their tokens.string
amountThe amount of tokens deposited by the user into the MasterChefJoeV3 pool.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV3_EVT_EMERGENCYWITHDRAW

Masterchefjoev3 Emergencywithdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who made the emergency withdrawal.string
pidThe pool ID of the staking pool where the withdrawal was made.string
amountThe amount of tokens withdrawn in the event.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV3_EVT_HARVEST

Masterchefjoev3 Harvest model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who harvested.string
pidThe ID of the pool in which the user harvested.string
amountThe amount harvested by the user.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV3_EVT_INIT

Masterchefjoev3 Init model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
initThe parameters of the "Init" event in JSON format.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV3_EVT_SET

Masterchefjoev3 Set model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe pool ID associated with the event.string
allocpointThe allocation point associated with the event.string
rewarderThe rewarder associated with the event.string
overwriteIndicates whether the event data should overwrite existing data.boolean
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV3_EVT_UPDATEPOOL

Masterchefjoev3 Updatepool model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe pool ID.string
lastrewardtimestampThe last reward timestamp.string
lpsupplyThe total LP token supply in the pool.string
accjoepershareAccumulated JOE per share for the pool.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV3_EVT_WITHDRAW

Masterchefjoev3 Withdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who withdrew tokens.string
pidThe pool ID for which tokens were withdrawn.string
amountThe amount of tokens withdrawn.string
contract_addressThe address of the smart contract.string

ROCKETJOESTAKING_EVT_DEPOSIT

Rocketjoestaking Deposit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_Address of the user who deposited funds.string
amountThe amount deposited.string
contract_addressThe address of the smart contract.string

ROCKETJOESTAKING_EVT_EMERGENCYWITHDRAW

Rocketjoestaking Emergencywithdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who performed the withdrawal.string
amountThe amount of tokens withdrawn.string
contract_addressThe address of the smart contract.string

ROCKETJOESTAKING_EVT_UPDATEEMISSIONRATE

Rocketjoestaking Updateemissionrate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who updated the emission rate.string
_rjoepersecThe new emission rate in RJOE per second.string
contract_addressThe address of the smart contract.string

ROCKETJOESTAKING_EVT_WITHDRAW

Rocketjoestaking Withdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who withdrew the stake.string
amountThe amount of the stake that was withdrawn.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_AVAXEMERGENCYWITHDRAW

Launchevent Avaxemergencywithdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who made the emergency withdrawal.string
amountThe amount of tokens withdrawn in the emergency withdrawal.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_INCENTIVETOKENWITHDRAW

Launchevent Incentivetokenwithdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user withdrawing the tokens.string
tokenThe symbol or name of the token being withdrawn.string
amountThe amount of tokens being withdrawn.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_ISSUERLIQUIDITYWITHDRAWN

Launchevent Issuerliquiditywithdrawn model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
issuerThe address of the issuer withdrawing liquidity.string
pairThe address of the trading pair.string
amountThe amount of liquidity withdrawn.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_LAUNCHEVENTINITIALIZED

Launchevent Launcheventinitialized model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
tokenincentivespercentThe percentage of incentives for the token.string
floorpriceThe floor price for the token.string
maxwithdrawpenaltyThe maximum penalty for withdrawing tokens.string
fixedwithdrawpenaltyThe fixed penalty for withdrawing tokens.string
maxallocationThe maximum allocation for the token.string
usertimelockThe time lock for the user.string
issuertimelockThe time lock for the issuer.string
tokenreserveThe amount of tokens reserved for the event.string
tokenincentivesThe amount of incentives for the token.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_LIQUIDITYPOOLCREATED

Launchevent Liquiditypoolcreated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pairThe identifier of the liquidity pool.string
token0The identifier of the first token in the pair.string
token1The identifier of the second token in the pair.string
amount0The amount of the first token deposited in the liquidity pool.string
amount1The amount of the second token deposited in the liquidity pool.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_STOPPED

Launchevent Stopped model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
stoppedWhether the event is stopped or not.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_TOKENEMERGENCYWITHDRAW

Launchevent Tokenemergencywithdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who initiated the withdrawal.string
amountThe amount withdrawn.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_USERLIQUIDITYWITHDRAWN

Launchevent Userliquiditywithdrawn model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who withdrew liquidity.string
pairThe trading pair of the liquidity that was withdrawn.string
amountThe amount of liquidity that was withdrawn.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_USERPARTICIPATED

Launchevent Userparticipated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who participated in the event.string
avaxamountThe amount of AVAX involved in the user's participation.string
rjoeamountThe amount of RJOE involved in the user's participation.string
contract_addressThe address of the smart contract.string

LAUNCHEVENT_EVT_USERWITHDRAWN

Launchevent Userwithdrawn model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who withdrew funds from the contract.string
avaxamountThe amount of AVAX withdrawn by the user.string
penaltyamountThe amount of penalty (in AVAX) charged for withdrawing early.string
contract_addressThe address of the smart contract.string

TRIPLESLOPERATEMODEL_EVT_NEWINTERESTPARAMS

Triplesloperatemodel Newinterestparams model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
baseratepersecondThe base interest rate in bps for the interest-bearing asset.string
multiplierpersecondThe multiplier to the base interest rate in bps for the asset.string
jumpmultiplierpersecondThe jump multiplier to the base interest rate in bps for the asset.string
kink1The first kink point for the interest rate curve in the triple-slope model.string
kink2The second kink point for the interest rate curve in the triple-slope model.string
roofThe maximum interest rate in bps for the asset.string
contract_addressThe address of the smart contract.string

PRICEORACLEPROXYUSD_EVT_AGGREGATORUPDATED

Priceoracleproxyusd Aggregatorupdated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenaddressThe address of the jToken contract related to the event.string
sourceThe source of the event.string
contract_addressThe address of the smart contract.string

PRICEORACLEPROXYUSD_EVT_SETADMIN

Priceoracleproxyusd Setadmin model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
admin_The new admin address set for the PriceOracleProxyUSD.string
contract_addressThe address of the smart contract.string

PRICEORACLEPROXYUSD_EVT_SETGUARDIAN

Priceoracleproxyusd Setguardian model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
guardianThe address of the new oracle guardian.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_ISSUINGTOKENDEPOSITED

Rocketjoefactory Issuingtokendeposited model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
tokenThe symbol or identifier of the token being deposited.string
amountThe amount of the deposited token.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_NOFEEDURATIONCHANGED

Rocketjoefactory Nofeedurationchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
durationThe new duration value of the event.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_PHASEDURATIONCHANGED

Rocketjoefactory Phasedurationchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
phaseThe new phase of the Rocket Pool auction.string
durationThe new duration of the Rocket Pool auction.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_RJLAUNCHEVENTCREATED

Rocketjoefactory Rjlauncheventcreated model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
launcheventThe type of launch event created.string
issuerThe address of the issuer.string
tokenThe token address or ID.string
phaseonestarttimeThe start time of phase one (in ISO-8601 format).string
phasetwostarttimeThe start time of phase two (in ISO-8601 format).string
phasethreestarttimeThe start time of phase three (in ISO-8601 format).string
rjoeThe amount of RJOE tokens allocated for the launch.string
rjoeperavaxThe price of RJOE per AVAX (in AVAX).string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_SETEVENTIMPLEMENTATION

Rocketjoefactory Seteventimplementation model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
implementationThe address of the new contract implementation.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_SETFACTORY

Rocketjoefactory Setfactory model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
factoryThe address of the factory contract that was set.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_SETPENALTYCOLLECTOR

Rocketjoefactory Setpenaltycollector model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
collectorThe address of the penalty collector contract.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_SETRJOE

Rocketjoefactory Setrjoe model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
tokenThe token associated with the event.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_SETRJOEPERAVAX

Rocketjoefactory Setrjoeperavax model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
rjoeperavaxThe new value of the RocketJoe per AVAX exchange rate.string
contract_addressThe address of the smart contract.string

ROCKETJOEFACTORY_EVT_SETROUTER

Rocketjoefactory Setrouter model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
routerThe router address.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_ACTIONPAUSED

Joetroller Actionpaused model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe address of the JToken contract.string
action_The type of action that triggered the pause.string
pausestateThe new state of the pause (true if paused, false if resumed).boolean
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_CREDITLIMITCHANGED

Joetroller Creditlimitchanged model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
protocolThe protocol that emitted the event.string
creditlimitThe new credit limit set by the event.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_FAILURE

Joetroller Failure model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
errorThe error message (if any) associated with the event.string
infoAdditional information (if any) associated with the event.string
detailDetailed information (if any) associated with the event.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_MARKETDELISTED

Joetroller Marketdelisted model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe symbol of the JToken associated with the market that was delisted.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_MARKETENTERED

Joetroller Marketentered model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe address of the JToken contract.string
accountThe address of the account that entered the market.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_MARKETEXITED

Joetroller Marketexited model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe address of the JToken that was exited.string
accountThe address of the user who exited the market.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_MARKETLISTED

Joetroller Marketlisted model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe JToken address that was listed.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWBORROWCAP

Joetroller Newborrowcap model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe address of the JToken for which the new borrow cap was set.string
newborrowcapThe new borrow cap value.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWBORROWCAPGUARDIAN

Joetroller Newborrowcapguardian model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldborrowcapguardianThe old value of the borrow cap guardian address.string
newborrowcapguardianThe new value of the borrow cap guardian address.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWCLOSEFACTOR

Joetroller Newclosefactor model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldclosefactormantissaThe mantissa of the old close factor value.string
newclosefactormantissaThe mantissa of the new close factor value.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWCOLLATERALFACTOR

Joetroller Newcollateralfactor model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe address of the JToken contract.string
oldcollateralfactormantissaThe old collateral factor, expressed as a mantissa.string
newcollateralfactormantissaThe new collateral factor, expressed as a mantissa.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWJTOKENVERSION

Joetroller Newjtokenversion model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe name of the JToken.string
oldversionThe old version of the JToken.smallint
newversionThe new version of the JToken.smallint
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWLIQUIDATIONINCENTIVE

Joetroller Newliquidationincentive model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldliquidationincentivemantissaThe old liquidation incentive mantissa value.string
newliquidationincentivemantissaThe new liquidation incentive mantissa value.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWPAUSEGUARDIAN

Joetroller Newpauseguardian model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldpauseguardianThe previous pause guardian address.string
newpauseguardianThe new pause guardian address.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWPRICEORACLE

Joetroller Newpriceoracle model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldpriceoracleThe old price value for the oracle.string
newpriceoracleThe new price value for the oracle.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWSUPPLYCAP

Joetroller Newsupplycap model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
jtokenThe JToken contract address.string
newsupplycapThe new supply cap for the JToken.string
contract_addressThe address of the smart contract.string

JOETROLLER_EVT_NEWSUPPLYCAPGUARDIAN

Joetroller Newsupplycapguardian model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldsupplycapguardianThe previous supply cap guardian address.string
newsupplycapguardianThe new supply cap guardian address.string
contract_addressThe address of the smart contract.string

JOEPAIR_EVT_BURN

Joepair Burn model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
senderThe address that initiated the burn.string
amount0The amount of the first token burned (in base units).string
amount1The amount of the second token burned (in base units).string
to_The address that received the tokens being burned.string
contract_addressThe address of the smart contract.string

JOEPAIR_EVT_MINT

Joepair Mint model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
senderThe address of the sender who triggered the mint event.string
amount0The amount of the first token minted in the event.string
amount1The amount of the second token minted in the event.string
contract_addressThe address of the smart contract.string

JOEPAIR_EVT_SWAP

Joepair Swap model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
senderThe address of the user who initiated the swap.string
amount0inThe amount of token 0 (in the pair) sent in the swap.string
amount1inThe amount of token 1 (in the pair) sent in the swap.string
amount0outThe amount of token 0 (in the pair) received in the swap.string
amount1outThe amount of token 1 (in the pair) received in the swap.string
to_The address that received the output tokens from the swap.string
contract_addressThe address of the smart contract.string

JOEPAIR_EVT_SYNC

Joepair Sync model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
reserve0The value of the first reserve of the event.string
reserve1The value of the second reserve of the event.string
contract_addressThe address of the smart contract.string

CLIFF_EVT_RELEASED

Cliff Released model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
amountThe amount of tokens released by the cliff event.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_ADD

Masterchefjoev2 Add model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe ID of the pool.string
allocpointThe allocation points of the pool.string
lptokenThe address of the liquidity pool token.string
rewarderThe address of the rewarder contract.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_DEPOSIT

Masterchefjoev2 Deposit model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who made the deposit.string
pidThe pool ID of the MasterChef pool where the deposit was made.string
amountThe amount of tokens deposited by the user.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_EMERGENCYWITHDRAW

Masterchefjoev2 Emergencywithdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who withdraw.string
pidThe pool ID of the liquidity pool.string
amountThe amount of tokens withdrawn.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_HARVEST

Masterchefjoev2 Harvest model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who harvested the tokens.string
pidThe pool ID for which tokens were harvested.string
amountThe amount of tokens harvested.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_SET

Masterchefjoev2 Set model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe pool ID for the staking pool.string
allocpointThe allocation points for the staking pool.string
rewarderThe address that receives the pool's rewards.string
overwriteFlag indicating if previous data was overwritten.boolean
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_SETDEVADDRESS

Masterchefjoev2 Setdevaddress model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
oldaddressThe old developer address before it was updated.string
newaddressThe new developer address after the update.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_UPDATEEMISSIONRATE

Masterchefjoev2 Updateemissionrate model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who triggered the event.string
_joepersecThe updated emission rate of JOE tokens per second.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_UPDATEPOOL

Masterchefjoev2 Updatepool model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
pidThe pool ID to update.string
lastrewardtimestampThe timestamp of the last reward for the pool.string
lpsupplyThe total LP token supply for the pool.string
accjoepershareThe accumulated Joe per share for the pool.string
contract_addressThe address of the smart contract.string

MASTERCHEFJOEV2_EVT_WITHDRAW

Masterchefjoev2 Withdraw model follows the following structure:

NameDescriptionType
transaction_hashThe hash of the transaction where the event was triggered.string
event_indexThe index of the event within the transaction.integer
user_The address of the user who withdrew the funds.string
pidThe pool ID for the pool from which funds were withdrawn.string
amountThe amount of funds withdrawn.string
contract_addressThe address of the smart contract.string