TRADERJOE_AVALANCE_C
These tables are built and maintained by Space and Time.
BOOSTEDMASTERCHEFJOE_EVT_ADD
Boostedmasterchefjoe Add model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The pool ID. | string |
allocpoint | The allocation points for the pool. | string |
vejoesharebp | The percentage of VEJOE tokens earned per LP token. | string |
lptoken | The address of the LP token contract. | string |
rewarder | The address of the rewarder contract. | string |
contract_address | The address of the smart contract. | string |
BOOSTEDMASTERCHEFJOE_EVT_DEPOSIT
Boostedmasterchefjoe Deposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who made the deposit. | string |
pid | The pool ID of the deposit. | string |
amount | The amount of tokens deposited in the pool. | string |
contract_address | The address of the smart contract. | string |
BOOSTEDMASTERCHEFJOE_EVT_EMERGENCYWITHDRAW
Boostedmasterchefjoe Emergencywithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who made the withdrawal. | string |
pid | The Pool ID of the pool from which the user withdrew. | string |
amount | The amount of tokens withdrawn by the user. | string |
contract_address | The address of the smart contract. | string |
BOOSTEDMASTERCHEFJOE_EVT_HARVEST
Boostedmasterchefjoe Harvest model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who performed the harvest. | string |
pid | The ID of the pool from which the user harvested. | string |
amount | The amount of the underlying asset that the user harvested. | string |
contract_address | The address of the smart contract. | string |
BOOSTEDMASTERCHEFJOE_EVT_INIT
Boostedmasterchefjoe Init model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
amount | The amount of currency involved in the event. | string |
contract_address | The address of the smart contract. | string |
BOOSTEDMASTERCHEFJOE_EVT_SET
Boostedmasterchefjoe Set model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The ID of the pool. | string |
allocpoint | The allocation point of the pool. | string |
vejoesharebp | The number of basis points of JOE rewards allocated to the pool. | string |
rewarder | The address of the rewarder contract. | string |
overwrite | A boolean indicating whether to overwrite existing data. | boolean |
contract_address | The address of the smart contract. | string |
BOOSTEDMASTERCHEFJOE_EVT_UPDATEPOOL
Boostedmasterchefjoe Updatepool model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The ID of the pool being updated. | string |
lastrewardtimestamp | The timestamp of the last reward given to the pool. | string |
lpsupply | The total supply of LP tokens in the pool. | string |
accjoepershare | The accumulated amount of JOE tokens per LP token. | string |
accjoeperfactorpershare | The accumulated amount of JOE_FACTOR tokens per LP token. | string |
contract_address | The address of the smart contract. | string |
BOOSTEDMASTERCHEFJOE_EVT_WITHDRAW
Boostedmasterchefjoe Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who performed the withdraw. | string |
pid | The pool ID for the pool where the user withdrew from. | string |
amount | The amount of liquidity tokens withdrawn. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_ADDEDOWNER
Gnosissafel2 Addedowner model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
owner | The address of the owner that was added to the Gnosis Safe. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_APPROVEHASH
Gnosissafel2 Approvehash model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
approvedhash | The hash that was approved by the event. | string |
owner | The address of the account that owns the Gnosis Safe. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_CHANGEDFALLBACKHANDLER
Gnosissafel2 Changedfallbackhandler model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
handler_ | The address of the fallback handler. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_CHANGEDGUARD
Gnosissafel2 Changedguard model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
guard | The address of the new guard set by the transaction. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_CHANGEDTHRESHOLD
Gnosissafel2 Changedthreshold model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
threshold | The new threshold value for the GnosisSafeL2 contract. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_DISABLEDMODULE
Gnosissafel2 Disabledmodule model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
module_ | The name of the disabled module. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_ENABLEDMODULE
Gnosissafel2 Enabledmodule model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
module_ | The name of the enabled module. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_EXECUTIONFAILURE
Gnosissafel2 Executionfailure model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
txhash | The hash of the transaction that caused the failure. | string |
payment | The amount of cryptocurrency involved in the failure. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_EXECUTIONFROMMODULEFAILURE
Gnosissafel2 Executionfrommodulefailure model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
module_ | The module that attempted the execution and failed. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_EXECUTIONFROMMODULESUCCESS
Gnosissafel2 Executionfrommodulesuccess model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
module_ | The name of the module that triggered the event. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_EXECUTIONSUCCESS
Gnosissafel2 Executionsuccess model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
txhash | The hash of the transaction that executed the Gnosis Safe event. | string |
payment | The amount of cryptocurrency paid during the Gnosis Safe event. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_REMOVEDOWNER
Gnosissafel2 Removedowner model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
owner | The address of the owner that was removed from the Gnosis Safe. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_SAFEMODULETRANSACTION
Gnosissafel2 Safemoduletransaction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The 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_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_SAFEMULTISIGTRANSACTION
Gnosissafel2 Safemultisigtransaction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The 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 |
safetxgas | The amount of gas used by the Gnosis Safe. | string |
basegas | The base gas used in the transaction. | string |
gasprice | The gas price used for the transaction. | string |
gastoken | The gas token used for the transaction. | string |
refundreceiver | The address to receive refunds from the transaction. | string |
signatures | The signatures of the transaction. | string |
additionalinfo | Any additional information about the transaction. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_SAFERECEIVED
Gnosissafel2 Safereceived model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
sender | The address that sent the tokens to the Safe. | string |
value_ | The amount of tokens sent to the Safe | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_SAFESETUP
Gnosissafel2 Safesetup model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
initiator | The address that initiated the transaction. | string |
owners | The addresses of the Gnosis Safe owners. | string |
threshold | The number of required confirmations for transactions. | string |
initializer | The address that initialized the Gnosis Safe. | string |
fallbackhandler | The address of the fallback handler contract. | string |
contract_address | The address of the smart contract. | string |
GNOSISSAFEL2_EVT_SIGNMSG
Gnosissafel2 Signmsg model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
msghash | The hash of the message that was signed. | string |
contract_address | The address of the smart contract. | string |
TIMELOCK_EVT_CANCELTRANSACTION
Timelock Canceltransaction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
txhash | The hash of the transaction that triggered the cancel transaction event. | string |
target | The address of the target contract that the canceled transaction was sent to. | string |
value_ | The value of the canceled transaction in wei. | string |
signature | The signature of the canceled transaction. | string |
data_ | The data of the canceled transaction. | string |
eta | The estimated execution timestamp for the canceled transaction. | string |
contract_address | The address of the smart contract. | string |
TIMELOCK_EVT_EXECUTETRANSACTION
Timelock Executetransaction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
txhash | The hash of the transaction that triggered the event. | string |
target | The address of the contract called by the transaction. | string |
value_ | The value of AVAX transferred in the transaction. | string |
signature | The signature of the transaction. | string |
data_ | The input data of the transaction. | string |
eta | The estimated timestamp when the transaction will execute. | string |
contract_address | The address of the smart contract. | string |
TIMELOCK_EVT_NEWADMIN
Timelock Newadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
newadmin | The address of the new administrator set by the event. | string |
contract_address | The address of the smart contract. | string |
TIMELOCK_EVT_NEWDELAY
Timelock Newdelay model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
newdelay | The new delay value set in the timelock contract. | string |
contract_address | The address of the smart contract. | string |
TIMELOCK_EVT_NEWPENDINGADMIN
Timelock Newpendingadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
newpendingadmin | The new pending admin address. | string |
contract_address | The address of the smart contract. | string |
TIMELOCK_EVT_QUEUETRANSACTION
Timelock Queuetransaction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
txhash | The hash of the transaction. | string |
target | The address of the contract receiving the transaction. | string |
value_ | The value being sent in the transaction. | string |
signature | The signature of the transaction. | string |
data_ | The data being sent in the transaction. | string |
eta | The estimated time of arrival for the timelock transaction. | string |
contract_address | The address of the smart contract. | string |
JOEFACTORY_EVT_PAIRCREATED
Joefactory Paircreated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
token0 | The address of the first token in the pair. | string |
token1 | The address of the second token in the pair. | string |
pair | The address of the pair contract. | string |
fu_3 | The index of the newly created pair contract. | string |
contract_address | The address of the smart contract. | string |
STABLEJOESTAKING_EVT_CLAIMREWARD
Stablejoestaking Claimreward model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who claimed the reward. | string |
rewardtoken | The token that was rewarded to the user. | string |
amount | The amount of the reward received by the user. | string |
contract_address | The address of the smart contract. | string |
STABLEJOESTAKING_EVT_DEPOSIT
Stablejoestaking Deposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who made the deposit. | string |
amount | The amount of stablecoins deposited in the transaction. | string |
fee | The fee paid for the transaction. | string |
contract_address | The address of the smart contract. | string |
STABLEJOESTAKING_EVT_DEPOSITFEECHANGED
Stablejoestaking Depositfeechanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
newfee | The new deposit fee (in the token's smallest unit). | string |
oldfee | The old deposit fee (in the token's smallest unit). | string |
contract_address | The address of the smart contract. | string |
STABLEJOESTAKING_EVT_EMERGENCYWITHDRAW
Stablejoestaking Emergencywithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who initiated the emergency withdraw. | string |
amount | The amount of tokens withdrawn in the event. | string |
contract_address | The address of the smart contract. | string |
STABLEJOESTAKING_EVT_REWARDTOKENADDED
Stablejoestaking Rewardtokenadded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
token | The reward token address. | string |
contract_address | The address of the smart contract. | string |
STABLEJOESTAKING_EVT_REWARDTOKENREMOVED
Stablejoestaking Rewardtokenremoved model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
token | The token that was removed as a reward. | string |
contract_address | The address of the smart contract. | string |
STABLEJOESTAKING_EVT_WITHDRAW
Stablejoestaking Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who initiated the withdrawal. | string |
amount | The amount of tokens withdrawn. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_ACCRUEINTEREST
Jwrappednativedelegate Accrueinterest model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
cashprior | The cash balance prior to the interest accrual event. | string |
interestaccumulated | The amount of interest accumulated in the event. | string |
borrowindex | The current borrow index of the lending pool. | string |
totalborrows | The total amount of outstanding borrows at the end of the event. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_BORROW
Jwrappednativedelegate Borrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
borrower | The address of the borrower. | string |
borrowamount | The amount borrowed in the transaction. | string |
accountborrows | The current borrow balance of the borrower's account. | string |
totalborrows | The total borrow balance of the market. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_FAILURE
Jwrappednativedelegate Failure model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
error | The error message if the event failed. | string |
info | Additional information about the event. | string |
detail | Detailed information about the event. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_FLASHLOAN
Jwrappednativedelegate Flashloan model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
receiver | The address of the receiver. | string |
amount | The amount of the flashloan. | string |
totalfee | The total fee charged for the flashloan. | string |
reservesfee | The reserve fee for the flashloan. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_LIQUIDATEBORROW
Jwrappednativedelegate Liquidateborrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
liquidator | The address of the account that liquidated the borrower's collateral. | string |
borrower | The address of the borrower whose collateral was liquidated. | string |
repayamount | The amount of the underlying asset repaid by the borrower to the protocol in the transaction. | string |
jtokencollateral | The amount of JToken collateral that was liquidated from the borrower's account. | string |
seizetokens | The amount of the underlying asset seized from the borrower's collateral. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_MINT
Jwrappednativedelegate Mint model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
minter | The address of the account that triggered the mint event. | string |
mintamount | The amount of native token minted in the event. | string |
minttokens | The amount of wrapped token minted in the event. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_NEWADMIN
Jwrappednativedelegate Newadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldadmin | The address of the old admin before the change. | string |
newadmin | The address of the new admin after the change. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_NEWJOETROLLER
Jwrappednativedelegate Newjoetroller model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldjoetroller | The previous joetroller address. | string |
newjoetroller | The new joetroller address. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_NEWMARKETINTERESTRATEMODEL
Jwrappednativedelegate Newmarketinterestratemodel model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldinterestratemodel | The address of the old interest rate model. | string |
newinterestratemodel | The address of the new interest rate model. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_NEWPENDINGADMIN
Jwrappednativedelegate Newpendingadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldpendingadmin | The previous pending admin address. | string |
newpendingadmin | The new pending admin address. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_NEWPROTOCOLSEIZESHARE
Jwrappednativedelegate Newprotocolseizeshare model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldprotocolseizesharemantissa | The mantissa of the old protocol seize share value before the change. | string |
newprotocolseizesharemantissa | The mantissa of the new protocol seize share value after the change. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_NEWRESERVEFACTOR
Jwrappednativedelegate Newreservefactor model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldreservefactormantissa | The old reserve factor mantissa before the update. | string |
newreservefactormantissa | The new reserve factor mantissa after the update. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_REDEEM
Jwrappednativedelegate Redeem model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
redeemer | The address of the user who redeemed tokens. | string |
redeemamount | The amount of native tokens redeemed. | string |
redeemtokens | The amount of wrapped tokens received in exchange. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_REPAYBORROW
Jwrappednativedelegate Repayborrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
payer | The address of the account that made the payment. | string |
borrower | The address of the borrower whose debt was repaid. | string |
repayamount | The amount of the debt that was repaid. | string |
accountborrows | The total amount of borrows that the account currently has. | string |
totalborrows | The total amount of borrows in the market. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_RESERVESADDED
Jwrappednativedelegate Reservesadded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
benefactor | The address of the account that added the reserves. | string |
addamount | The amount added to the reserves in wei. | string |
newtotalreserves | The new total reserves after the addition in wei. | string |
contract_address | The address of the smart contract. | string |
JWRAPPEDNATIVEDELEGATE_EVT_RESERVESREDUCED
Jwrappednativedelegate Reservesreduced model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
admin_ | The address of the admin making the reduction. | string |
reduceamount | The amount by which the reserves were reduced. | string |
newtotalreserves | The new total reserves after the reduction. | string |
contract_address | The address of the smart contract. | string |
VEJOETOKEN_EVT_BURN
Vejoetoken Burn model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
account | The address of the account that initiated the Burn event. | string |
value_ | The amount of tokens burned in the Burn event. | string |
contract_address | The address of the smart contract. | string |
VEJOETOKEN_EVT_MINT
Vejoetoken Mint model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
beneficiary | The address of the beneficiary who received the tokens. | string |
value_ | The amount of tokens minted in this event. | string |
contract_address | The address of the smart contract. | string |
VEJOETOKEN_EVT_UPDATEBOOSTEDMASTERCHEFJOE
Vejoetoken Updateboostedmasterchefjoe model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user. | string |
boostedmasterchef | The address of the boosted master chef contract. | string |
contract_address | The address of the smart contract. | string |
CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_CANCELTRANSACTION
Custommasterchefjoev2Timelock Canceltransaction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
txhash | The hash of the transaction that called the timelock. | string |
target | The address of the contract that should receive the call. | string |
value_ | The value to be sent with the transaction. | string |
signature | The signature of the function to be called. | string |
data_ | The data of the function to be called. | string |
eta | The estimated execution timestamp for the call. | string |
contract_address | The address of the smart contract. | string |
CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_EXECUTETRANSACTION
Custommasterchefjoev2Timelock Executetransaction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
txhash | The hash of the transaction that called the contract function. | string |
target | The address of the contract that was called. | string |
value_ | The value that was sent to the contract in the transaction. | string |
signature | The signature of the function that was called. | string |
data_ | The input data that was sent to the contract function. | string |
eta | The estimated time when the transaction will be executed. | string |
contract_address | The address of the smart contract. | string |
CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_NEWADMIN
Custommasterchefjoev2Timelock Newadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
newadmin | The address of the new administrator. | string |
contract_address | The address of the smart contract. | string |
CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_NEWDELAY
Custommasterchefjoev2Timelock Newdelay model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
newdelay | The new delay value set in the event. | string |
contract_address | The address of the smart contract. | string |
CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_NEWPENDINGADMIN
Custommasterchefjoev2Timelock Newpendingadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
newpendingadmin | The new pending admin address. | string |
contract_address | The address of the smart contract. | string |
CUSTOMMASTERCHEFJOEV2TIMELOCK_EVT_QUEUETRANSACTION
Custommasterchefjoev2Timelock Queuetransaction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
txhash | The hash of the transaction that triggered the event. | string |
target | The target address that the transaction was sent to. | string |
value_ | The value of the transaction in wei. | string |
signature | The function signature of the transaction. | string |
data_ | The data payload of the transaction. | string |
eta | The timestamp (in Unix time) at which the transaction can be executed | string |
contract_address | The address of the smart contract. | string |
VEJOESTAKING_EVT_CLAIM
Vejoestaking Claim model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who claimed the event. | string |
amount | The amount claimed by the user. | string |
contract_address | The address of the smart contract. | string |
VEJOESTAKING_EVT_DEPOSIT
Vejoestaking Deposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who deposited the tokens. | string |
amount | The amount of tokens deposited. | string |
contract_address | The address of the smart contract. | string |
VEJOESTAKING_EVT_UPDATEMAXCAPPCT
Vejoestaking Updatemaxcappct model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The user's address. | string |
maxcappct | The maximum capital percentage allowed for the user. | string |
contract_address | The address of the smart contract. | string |
VEJOESTAKING_EVT_UPDATEREWARDVARS
Vejoestaking Updaterewardvars model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
lastrewardtimestamp | The timestamp of the last reward update. | string |
accvejoepershare | The accumulated Vejoe per share. | string |
contract_address | The address of the smart contract. | string |
VEJOESTAKING_EVT_UPDATESPEEDUPTHRESHOLD
Vejoestaking Updatespeedupthreshold model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The user who updated the speedup threshold | string |
speedupthreshold | The updated speedup threshold. | string |
contract_address | The address of the smart contract. | string |
VEJOESTAKING_EVT_UPDATEVEJOEPERSHAREPERSEC
Vejoestaking Updatevejoepersharepersec model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who updated their Vejoepersharepersec value. | string |
vejoepersharepersec | The updated Vejoepersharepersec value for the user. | string |
contract_address | The address of the smart contract. | string |
VEJOESTAKING_EVT_WITHDRAW
Vejoestaking Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who made the withdrawal. | string |
withdrawamount | The amount withdrawn by the user in this event. | string |
burnamount | The amount of tokens burned in the withdrawal process. | string |
contract_address | The address of the smart contract. | string |
JOETOKEN_EVT_DELEGATECHANGED
Joetoken Delegatechanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
delegator | The address of the delegator. | string |
fromdelegate | The address of the delegate before the change. | string |
todelegate | The address of the delegate after the change. | string |
contract_address | The address of the smart contract. | string |
JOETOKEN_EVT_DELEGATEVOTESCHANGED
Joetoken Delegatevoteschanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
delegate | The address of the delegate whose votes changed. | string |
previousbalance | The previous vote balance of the delegate. | string |
newbalance | The new vote balance of the delegate. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_ACCRUEINTEREST
Jcollateralcaperc20Delegate Accrueinterest model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
cashprior | Amount of cash in the reserve prior to accruing interest for the transaction. | string |
interestaccumulated | Amount of interest accumulated for the transaction. | string |
borrowindex | The updated borrow index for the transaction. | string |
totalborrows | The total amount of outstanding borrows after applying accrued interest for the transaction. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_BORROW
Jcollateralcaperc20Delegate Borrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
borrower | Address of the account that borrowed. | string |
borrowamount | Amount borrowed. | string |
accountborrows | Borrow balance of the account. | string |
totalborrows | Total amount of outstanding borrows. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_FAILURE
Jcollateralcaperc20Delegate Failure model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
error | A description of the error that occurred. | string |
info | Additional information about the event. | string |
detail | Detailed information about the event. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_FLASHLOAN
Jcollateralcaperc20Delegate Flashloan model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
receiver | The address that received the flash loan. | string |
amount | The amount borrowed in the flash loan. | string |
totalfee | The total fee charged by the flash loan contract. | string |
reservesfee | The reserves fee charged by the flash loan contract. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_LIQUIDATEBORROW
Jcollateralcaperc20Delegate Liquidateborrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
liquidator | The address of the account that performed the liquidation. | string |
borrower | The address of the borrower whose debt was liquidated. | string |
repayamount | The amount of debt repaid by the borrower (in jTokens). | string |
jtokencollateral | The amount of collateral seized (in jTokens). | string |
seizetokens | The amount of tokens seized as a penalty. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_MINT
Jcollateralcaperc20Delegate Mint model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
minter | Address of the account that triggered the mint event. | string |
mintamount | Amount of collateral minted. | string |
minttokens | Amount of ERC20 tokens minted. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_NEWADMIN
Jcollateralcaperc20Delegate Newadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldadmin | The previous administrator of the contract. | string |
newadmin | The new administrator of the contract. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_NEWCOLLATERALCAP
Jcollateralcaperc20Delegate Newcollateralcap model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
token | The address of the collateral token. | string |
newcap | The new collateral capacity for the token. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_NEWJOETROLLER
Jcollateralcaperc20Delegate Newjoetroller model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldjoetroller | The address of the previous Joetroller contract. | string |
newjoetroller | The address of the new Joetroller contract. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_NEWMARKETINTERESTRATEMODEL
Jcollateralcaperc20Delegate Newmarketinterestratemodel model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldinterestratemodel | The address of the old interest rate model contract. | string |
newinterestratemodel | The address of the new interest rate model contract. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_NEWPENDINGADMIN
Jcollateralcaperc20Delegate Newpendingadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldpendingadmin | The previous address set as the pending admin. | string |
newpendingadmin | The new address set as the pending admin. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_NEWPROTOCOLSEIZESHARE
Jcollateralcaperc20Delegate Newprotocolseizeshare model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldprotocolseizesharemantissa | The previous protocol seize share mantissa value. | string |
newprotocolseizesharemantissa | The new protocol seize share mantissa value. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_NEWRESERVEFACTOR
Jcollateralcaperc20Delegate Newreservefactor model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldreservefactormantissa | The old reserve factor mantissa value before the update. | string |
newreservefactormantissa | The new reserve factor mantissa value after the update. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_REDEEM
Jcollateralcaperc20Delegate Redeem model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
redeemer | The address of the user who redeemed collateral tokens. | string |
redeemamount | The amount of collateral tokens redeemed. | string |
redeemtokens | The amount of wrapped tokens received in exchange for the collateral. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_REPAYBORROW
Jcollateralcaperc20Delegate Repayborrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
payer | The address of the payer (if any). | string |
borrower | The address of the borrower. | string |
repayamount | The amount repaid by the borrower. | string |
accountborrows | The account's borrow balance after the repayment. | string |
totalborrows | The total borrow balance of the underlying asset in the smart contract. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_RESERVESADDED
Jcollateralcaperc20Delegate Reservesadded model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
benefactor | The address of the account that added the reserves. | string |
addamount | The amount added to the reserves. | string |
newtotalreserves | The new total reserves after the addition. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_RESERVESREDUCED
Jcollateralcaperc20Delegate Reservesreduced model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
admin_ | The address of the admin who triggered the event. | string |
reduceamount | The amount by which the reserves were reduced. | string |
newtotalreserves | The new total amount of reserves after the reduction. | string |
contract_address | The address of the smart contract. | string |
JCOLLATERALCAPERC20DELEGATE_EVT_USERCOLLATERALCHANGED
Jcollateralcaperc20Delegate Usercollateralchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
account | The address of the account whose collateral was changed. | string |
newcollateraltokens | The new amount of collateral tokens held by the account after the change. | string |
contract_address | The address of the smart contract. | string |
TOKENVESTING_EVT_TOKENVESTINGREVOKED
Tokenvesting Tokenvestingrevoked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
token | The token associated with the event. | string |
contract_address | The address of the smart contract. | string |
TOKENVESTING_EVT_TOKENSRELEASED
Tokenvesting Tokensreleased model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
token | The address of the token being released. | string |
amount | The amount of tokens released. | string |
contract_address | The address of the smart contract. | string |
REWARDDISTRIBUTOR_EVT_DISTRIBUTEDBORROWERREWARD
Rewarddistributor Distributedborrowerreward model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
rewardtype | The type of reward being distributed. | smallint |
jtoken | The address of the JToken contract associated with the reward. | string |
borrower | The address of the borrower who is receiving the reward. | string |
rewarddelta | The amount of reward being distributed to the borrower. | string |
rewardborrowindex | The value of the borrow index at the time the reward was distributed. | string |
contract_address | The address of the smart contract. | string |
REWARDDISTRIBUTOR_EVT_DISTRIBUTEDSUPPLIERREWARD
Rewarddistributor Distributedsupplierreward model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
rewardtype | The type of reward. | smallint |
jtoken | The JToken associated with the reward. | string |
supplier | The address of the supplier. | string |
rewarddelta | The delta amount of reward distributed to the supplier. | string |
rewardsupplyindex | The reward supply index for the supplier. | string |
contract_address | The address of the smart contract. | string |
REWARDDISTRIBUTOR_EVT_REWARDBORROWSPEEDUPDATED
Rewarddistributor Rewardborrowspeedupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
rewardtype | The type of the reward. | smallint |
jtoken | The JToken address associated with the reward. | string |
newspeed | The updated borrowing speed for the JToken. | string |
contract_address | The address of the smart contract. | string |
REWARDDISTRIBUTOR_EVT_REWARDGRANTED
Rewarddistributor Rewardgranted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
rewardtype | The type of the reward granted (if applicable). | smallint |
recipient | The address of the recipient of the reward. | string |
amount | The amount of the reward granted. | string |
contract_address | The address of the smart contract. | string |
REWARDDISTRIBUTOR_EVT_REWARDSUPPLYSPEEDUPDATED
Rewarddistributor Rewardsupplyspeedupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
rewardtype | The type of reward (represented as a small integer). | smallint |
jtoken | The JToken associated with the reward. | string |
newspeed | The new reward supply speed. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV3_EVT_ADD
Masterchefjoev3 Add model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The pool ID of the added pool. | string |
allocpoint | The allocation point of the added pool. | string |
lptoken | The LP token of the added pool. | string |
rewarder | The address of the rewarder contract for the added pool (if applicable). | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV3_EVT_DEPOSIT
Masterchefjoev3 Deposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who deposited tokens into the MasterChefJoeV3 contract. | string |
pid | The pool ID of the MasterChefJoeV3 pool where the user deposited their tokens. | string |
amount | The amount of tokens deposited by the user into the MasterChefJoeV3 pool. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV3_EVT_EMERGENCYWITHDRAW
Masterchefjoev3 Emergencywithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who made the emergency withdrawal. | string |
pid | The pool ID of the staking pool where the withdrawal was made. | string |
amount | The amount of tokens withdrawn in the event. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV3_EVT_HARVEST
Masterchefjoev3 Harvest model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who harvested. | string |
pid | The ID of the pool in which the user harvested. | string |
amount | The amount harvested by the user. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV3_EVT_INIT
Masterchefjoev3 Init model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
init | The parameters of the "Init" event in JSON format. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV3_EVT_SET
Masterchefjoev3 Set model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The pool ID associated with the event. | string |
allocpoint | The allocation point associated with the event. | string |
rewarder | The rewarder associated with the event. | string |
overwrite | Indicates whether the event data should overwrite existing data. | boolean |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV3_EVT_UPDATEPOOL
Masterchefjoev3 Updatepool model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The pool ID. | string |
lastrewardtimestamp | The last reward timestamp. | string |
lpsupply | The total LP token supply in the pool. | string |
accjoepershare | Accumulated JOE per share for the pool. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV3_EVT_WITHDRAW
Masterchefjoev3 Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who withdrew tokens. | string |
pid | The pool ID for which tokens were withdrawn. | string |
amount | The amount of tokens withdrawn. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOESTAKING_EVT_DEPOSIT
Rocketjoestaking Deposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | Address of the user who deposited funds. | string |
amount | The amount deposited. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOESTAKING_EVT_EMERGENCYWITHDRAW
Rocketjoestaking Emergencywithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who performed the withdrawal. | string |
amount | The amount of tokens withdrawn. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOESTAKING_EVT_UPDATEEMISSIONRATE
Rocketjoestaking Updateemissionrate model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who updated the emission rate. | string |
_rjoepersec | The new emission rate in RJOE per second. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOESTAKING_EVT_WITHDRAW
Rocketjoestaking Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who withdrew the stake. | string |
amount | The amount of the stake that was withdrawn. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_AVAXEMERGENCYWITHDRAW
Launchevent Avaxemergencywithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who made the emergency withdrawal. | string |
amount | The amount of tokens withdrawn in the emergency withdrawal. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_INCENTIVETOKENWITHDRAW
Launchevent Incentivetokenwithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user withdrawing the tokens. | string |
token | The symbol or name of the token being withdrawn. | string |
amount | The amount of tokens being withdrawn. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_ISSUERLIQUIDITYWITHDRAWN
Launchevent Issuerliquiditywithdrawn model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
issuer | The address of the issuer withdrawing liquidity. | string |
pair | The address of the trading pair. | string |
amount | The amount of liquidity withdrawn. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_LAUNCHEVENTINITIALIZED
Launchevent Launcheventinitialized model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
tokenincentivespercent | The percentage of incentives for the token. | string |
floorprice | The floor price for the token. | string |
maxwithdrawpenalty | The maximum penalty for withdrawing tokens. | string |
fixedwithdrawpenalty | The fixed penalty for withdrawing tokens. | string |
maxallocation | The maximum allocation for the token. | string |
usertimelock | The time lock for the user. | string |
issuertimelock | The time lock for the issuer. | string |
tokenreserve | The amount of tokens reserved for the event. | string |
tokenincentives | The amount of incentives for the token. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_LIQUIDITYPOOLCREATED
Launchevent Liquiditypoolcreated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pair | The identifier of the liquidity pool. | string |
token0 | The identifier of the first token in the pair. | string |
token1 | The identifier of the second token in the pair. | string |
amount0 | The amount of the first token deposited in the liquidity pool. | string |
amount1 | The amount of the second token deposited in the liquidity pool. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_STOPPED
Launchevent Stopped model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
stopped | Whether the event is stopped or not. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_TOKENEMERGENCYWITHDRAW
Launchevent Tokenemergencywithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who initiated the withdrawal. | string |
amount | The amount withdrawn. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_USERLIQUIDITYWITHDRAWN
Launchevent Userliquiditywithdrawn model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who withdrew liquidity. | string |
pair | The trading pair of the liquidity that was withdrawn. | string |
amount | The amount of liquidity that was withdrawn. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_USERPARTICIPATED
Launchevent Userparticipated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who participated in the event. | string |
avaxamount | The amount of AVAX involved in the user's participation. | string |
rjoeamount | The amount of RJOE involved in the user's participation. | string |
contract_address | The address of the smart contract. | string |
LAUNCHEVENT_EVT_USERWITHDRAWN
Launchevent Userwithdrawn model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who withdrew funds from the contract. | string |
avaxamount | The amount of AVAX withdrawn by the user. | string |
penaltyamount | The amount of penalty (in AVAX) charged for withdrawing early. | string |
contract_address | The address of the smart contract. | string |
TRIPLESLOPERATEMODEL_EVT_NEWINTERESTPARAMS
Triplesloperatemodel Newinterestparams model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
baseratepersecond | The base interest rate in bps for the interest-bearing asset. | string |
multiplierpersecond | The multiplier to the base interest rate in bps for the asset. | string |
jumpmultiplierpersecond | The jump multiplier to the base interest rate in bps for the asset. | string |
kink1 | The first kink point for the interest rate curve in the triple-slope model. | string |
kink2 | The second kink point for the interest rate curve in the triple-slope model. | string |
roof | The maximum interest rate in bps for the asset. | string |
contract_address | The address of the smart contract. | string |
PRICEORACLEPROXYUSD_EVT_AGGREGATORUPDATED
Priceoracleproxyusd Aggregatorupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtokenaddress | The address of the jToken contract related to the event. | string |
source | The source of the event. | string |
contract_address | The address of the smart contract. | string |
PRICEORACLEPROXYUSD_EVT_SETADMIN
Priceoracleproxyusd Setadmin model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
admin_ | The new admin address set for the PriceOracleProxyUSD. | string |
contract_address | The address of the smart contract. | string |
PRICEORACLEPROXYUSD_EVT_SETGUARDIAN
Priceoracleproxyusd Setguardian model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
guardian | The address of the new oracle guardian. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_ISSUINGTOKENDEPOSITED
Rocketjoefactory Issuingtokendeposited model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
token | The symbol or identifier of the token being deposited. | string |
amount | The amount of the deposited token. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_NOFEEDURATIONCHANGED
Rocketjoefactory Nofeedurationchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
duration | The new duration value of the event. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_PHASEDURATIONCHANGED
Rocketjoefactory Phasedurationchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
phase | The new phase of the Rocket Pool auction. | string |
duration | The new duration of the Rocket Pool auction. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_RJLAUNCHEVENTCREATED
Rocketjoefactory Rjlauncheventcreated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
launchevent | The type of launch event created. | string |
issuer | The address of the issuer. | string |
token | The token address or ID. | string |
phaseonestarttime | The start time of phase one (in ISO-8601 format). | string |
phasetwostarttime | The start time of phase two (in ISO-8601 format). | string |
phasethreestarttime | The start time of phase three (in ISO-8601 format). | string |
rjoe | The amount of RJOE tokens allocated for the launch. | string |
rjoeperavax | The price of RJOE per AVAX (in AVAX). | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_SETEVENTIMPLEMENTATION
Rocketjoefactory Seteventimplementation model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
implementation | The address of the new contract implementation. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_SETFACTORY
Rocketjoefactory Setfactory model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
factory | The address of the factory contract that was set. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_SETPENALTYCOLLECTOR
Rocketjoefactory Setpenaltycollector model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
collector | The address of the penalty collector contract. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_SETRJOE
Rocketjoefactory Setrjoe model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
token | The token associated with the event. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_SETRJOEPERAVAX
Rocketjoefactory Setrjoeperavax model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
rjoeperavax | The new value of the RocketJoe per AVAX exchange rate. | string |
contract_address | The address of the smart contract. | string |
ROCKETJOEFACTORY_EVT_SETROUTER
Rocketjoefactory Setrouter model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
router | The router address. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_ACTIONPAUSED
Joetroller Actionpaused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The address of the JToken contract. | string |
action_ | The type of action that triggered the pause. | string |
pausestate | The new state of the pause (true if paused, false if resumed). | boolean |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_CREDITLIMITCHANGED
Joetroller Creditlimitchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
protocol | The protocol that emitted the event. | string |
creditlimit | The new credit limit set by the event. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_FAILURE
Joetroller Failure model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
error | The error message (if any) associated with the event. | string |
info | Additional information (if any) associated with the event. | string |
detail | Detailed information (if any) associated with the event. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_MARKETDELISTED
Joetroller Marketdelisted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The symbol of the JToken associated with the market that was delisted. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_MARKETENTERED
Joetroller Marketentered model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The address of the JToken contract. | string |
account | The address of the account that entered the market. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_MARKETEXITED
Joetroller Marketexited model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The address of the JToken that was exited. | string |
account | The address of the user who exited the market. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_MARKETLISTED
Joetroller Marketlisted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The JToken address that was listed. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWBORROWCAP
Joetroller Newborrowcap model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The address of the JToken for which the new borrow cap was set. | string |
newborrowcap | The new borrow cap value. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWBORROWCAPGUARDIAN
Joetroller Newborrowcapguardian model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldborrowcapguardian | The old value of the borrow cap guardian address. | string |
newborrowcapguardian | The new value of the borrow cap guardian address. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWCLOSEFACTOR
Joetroller Newclosefactor model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldclosefactormantissa | The mantissa of the old close factor value. | string |
newclosefactormantissa | The mantissa of the new close factor value. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWCOLLATERALFACTOR
Joetroller Newcollateralfactor model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The address of the JToken contract. | string |
oldcollateralfactormantissa | The old collateral factor, expressed as a mantissa. | string |
newcollateralfactormantissa | The new collateral factor, expressed as a mantissa. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWJTOKENVERSION
Joetroller Newjtokenversion model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The name of the JToken. | string |
oldversion | The old version of the JToken. | smallint |
newversion | The new version of the JToken. | smallint |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWLIQUIDATIONINCENTIVE
Joetroller Newliquidationincentive model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldliquidationincentivemantissa | The old liquidation incentive mantissa value. | string |
newliquidationincentivemantissa | The new liquidation incentive mantissa value. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWPAUSEGUARDIAN
Joetroller Newpauseguardian model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldpauseguardian | The previous pause guardian address. | string |
newpauseguardian | The new pause guardian address. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWPRICEORACLE
Joetroller Newpriceoracle model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldpriceoracle | The old price value for the oracle. | string |
newpriceoracle | The new price value for the oracle. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWSUPPLYCAP
Joetroller Newsupplycap model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
jtoken | The JToken contract address. | string |
newsupplycap | The new supply cap for the JToken. | string |
contract_address | The address of the smart contract. | string |
JOETROLLER_EVT_NEWSUPPLYCAPGUARDIAN
Joetroller Newsupplycapguardian model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldsupplycapguardian | The previous supply cap guardian address. | string |
newsupplycapguardian | The new supply cap guardian address. | string |
contract_address | The address of the smart contract. | string |
JOEPAIR_EVT_BURN
Joepair Burn model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
sender | The address that initiated the burn. | string |
amount0 | The amount of the first token burned (in base units). | string |
amount1 | The amount of the second token burned (in base units). | string |
to_ | The address that received the tokens being burned. | string |
contract_address | The address of the smart contract. | string |
JOEPAIR_EVT_MINT
Joepair Mint model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
sender | The address of the sender who triggered the mint event. | string |
amount0 | The amount of the first token minted in the event. | string |
amount1 | The amount of the second token minted in the event. | string |
contract_address | The address of the smart contract. | string |
JOEPAIR_EVT_SWAP
Joepair Swap model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
sender | The address of the user who initiated the swap. | string |
amount0in | The amount of token 0 (in the pair) sent in the swap. | string |
amount1in | The amount of token 1 (in the pair) sent in the swap. | string |
amount0out | The amount of token 0 (in the pair) received in the swap. | string |
amount1out | The 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_address | The address of the smart contract. | string |
JOEPAIR_EVT_SYNC
Joepair Sync model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
reserve0 | The value of the first reserve of the event. | string |
reserve1 | The value of the second reserve of the event. | string |
contract_address | The address of the smart contract. | string |
CLIFF_EVT_RELEASED
Cliff Released model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
amount | The amount of tokens released by the cliff event. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_ADD
Masterchefjoev2 Add model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The ID of the pool. | string |
allocpoint | The allocation points of the pool. | string |
lptoken | The address of the liquidity pool token. | string |
rewarder | The address of the rewarder contract. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_DEPOSIT
Masterchefjoev2 Deposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who made the deposit. | string |
pid | The pool ID of the MasterChef pool where the deposit was made. | string |
amount | The amount of tokens deposited by the user. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_EMERGENCYWITHDRAW
Masterchefjoev2 Emergencywithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who withdraw. | string |
pid | The pool ID of the liquidity pool. | string |
amount | The amount of tokens withdrawn. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_HARVEST
Masterchefjoev2 Harvest model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who harvested the tokens. | string |
pid | The pool ID for which tokens were harvested. | string |
amount | The amount of tokens harvested. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_SET
Masterchefjoev2 Set model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The pool ID for the staking pool. | string |
allocpoint | The allocation points for the staking pool. | string |
rewarder | The address that receives the pool's rewards. | string |
overwrite | Flag indicating if previous data was overwritten. | boolean |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_SETDEVADDRESS
Masterchefjoev2 Setdevaddress model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
oldaddress | The old developer address before it was updated. | string |
newaddress | The new developer address after the update. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_UPDATEEMISSIONRATE
Masterchefjoev2 Updateemissionrate model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who triggered the event. | string |
_joepersec | The updated emission rate of JOE tokens per second. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_UPDATEPOOL
Masterchefjoev2 Updatepool model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
pid | The pool ID to update. | string |
lastrewardtimestamp | The timestamp of the last reward for the pool. | string |
lpsupply | The total LP token supply for the pool. | string |
accjoepershare | The accumulated Joe per share for the pool. | string |
contract_address | The address of the smart contract. | string |
MASTERCHEFJOEV2_EVT_WITHDRAW
Masterchefjoev2 Withdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction where the event was triggered. | string |
event_index | The index of the event within the transaction. | integer |
user_ | The address of the user who withdrew the funds. | string |
pid | The pool ID for the pool from which funds were withdrawn. | string |
amount | The amount of funds withdrawn. | string |
contract_address | The address of the smart contract. | string |
Updated about 1 month ago