DYDX_ETHEREUM
These tables are built and maintained by Space and Time.
VAULT_EVT_EXCESSTOKENSWITHDRAWN
Vault Excesstokenswithdrawn model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
token | The address of the ERC20 token withdrawn from the vault. | string |
to_ | The address where the ERC20 token was sent. | string |
caller | The address of the caller who triggered the excess tokens withdrawal. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
VAULT_EVT_OWNERSHIPRENOUNCED
Vault Ownershiprenounced model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
previousowner | The address of the previous owner of the vault. | string |
contract_address | The address of the smart contract. | string |
VAULT_EVT_ACCESSGRANTED
Vault Accessgranted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
who | The address of the user who was granted access to the vault. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
VAULT_EVT_ACCESSREVOKED
Vault Accessrevoked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
who | The address whose access was revoked. | string |
contract_address | The address of the smart contract. | string |
DUTCHAUCTIONCLOSER_EVT_POSITIONCLOSEDBYDUTCHAUCTION
Dutchauctioncloser Positionclosedbydutchauction model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
positionid | The ID of the position that was closed. | string |
owner | The address of the owner of the position. | string |
bidder | The address of the bidder who won the auction and closed the position. | string |
closeamount | The amount of the collateral token that was used to close the position. | string |
heldtokenforbidder | The amount of the debt token that was transferred to the bidder. | string |
heldtokenforowner | The amount of the debt token that was transferred to the owner of the position. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
EXPIRY_EVT_EXPIRYSET
Expiry Expiryset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
owner | The address of the account that set the expiry. | string |
number | The unique number of the expiry set. | string |
marketid | The unique identifier of the market for which the expiry was set. | string |
time_ | The timestamp of the expiry in Unix time. | bigint |
contract_address | The address of the Uniswap V2 pair contract. | string |
EXPIRY_EVT_LOGEXPIRYRAMPTIMESET
Expiry Logexpiryramptimeset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
expiryramptime | The new expiry ramp time set in the Expiry contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_ALWAYSALLOWCLAIMFORUPDATED
Merkledistributorv1 Alwaysallowclaimforupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
user_ | The address of the user whose claim allowance has been updated. | string |
allow | A boolean value indicating whether the user is allowed to claim tokens or not. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_EPOCHSCHEDULEUPDATED
Merkledistributorv1 Epochscheduleupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
epochparameters | The new epoch parameters that were set for the distributor. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_IPFSUPDATEPERIODUPDATED
Merkledistributorv1 Ipfsupdateperiodupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
ipfsupdateperiod | The updated IPFS update period. | string |
contract_address | The address of the smart contract. | string |
MERKLEDISTRIBUTORV1_EVT_IPNSNAMEUPDATED
Merkledistributorv1 Ipnsnameupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
ipnsname | The new IPNS name for the contract. | string |
contract_address | The address of the smart contract. | string |
MERKLEDISTRIBUTORV1_EVT_REWARDSCLAIMED
Merkledistributorv1 Rewardsclaimed model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The address of the user who claimed the reward. | string |
amount | The amount of tokens claimed by the user. | string |
contract_address | The address of the smart contract. | string |
MERKLEDISTRIBUTORV1_EVT_REWARDSORACLECHANGED
Merkledistributorv1 Rewardsoraclechanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
rewardsoracle | The new address of the rewards oracle contract. | string |
contract_address | The address of the smart contract. | string |
MERKLEDISTRIBUTORV1_EVT_REWARDSPARAMETERSUPDATED
Merkledistributorv1 Rewardsparametersupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
marketmakerrewardsamount | The new amount of rewards allocated to market makers. | string |
traderrewardsamount | The new amount of rewards allocated to traders. | string |
traderscorealpha | The new alpha value used to calculate trader rewards. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_ROLEADMINCHANGED
Merkledistributorv1 Roleadminchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The role that had its admin changed. | string |
previousadminrole | The address of the previous role admin. | string |
newadminrole | The address of the new role admin. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_ROLEGRANTED
Merkledistributorv1 Rolegranted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role being granted. | string |
account | The address of the account that is being granted the role. | string |
sender | The address of the account that is granting the role. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_ROLEREVOKED
Merkledistributorv1 Rolerevoked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role that was revoked from the account. | string |
account | The account from which the role was revoked. | string |
sender | The account that initiated the revocation. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_ROOTPROPOSED
Merkledistributorv1 Rootproposed model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
merkleroot | The Merkle root hash of the rewards for the current epoch. | string |
epoch | The current epoch number. | string |
ipfscid | The IPFS CID of the Merkle tree for the current epoch. | string |
waitingperiodend | The timestamp when the waiting period for the current epoch ends. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_ROOTUPDATED
Merkledistributorv1 Rootupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
merkleroot | The new Merkle root after an update. | string |
epoch | The epoch number of the Merkle distributor. | string |
ipfscid | The IPFS CID of the Merkle tree file containing the distribution data. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_ROOTUPDATESPAUSED
Merkledistributorv1 Rootupdatespaused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
rootupdatespaused | Indicates whether root updates are paused or not. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
MERKLEDISTRIBUTORV1_EVT_ROOTUPDATESUNPAUSED
Merkledistributorv1 Rootupdatesunpaused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
rootupdatesunpaused | A boolean value indicating whether the root updates have been unpaused. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
CURRENCYCONVERTOR_EVT_LOGCONVERTEDDEPOSIT
Currencyconvertor Logconverteddeposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
sender | The address of the account that sent the tokens to the CurrencyConvertor contract. | string |
tokenfrom | The address of the token that was deposited. | string |
tokenfromamount | The amount of the token that was deposited. | string |
usdcamount | The amount of USDC that was received in exchange for the deposited token. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
CURRENCYCONVERTOR_EVT_PAUSED
Currencyconvertor Paused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The account that executed the pause function. | string |
contract_address | The address of the smart contract. | string |
CURRENCYCONVERTOR_EVT_UNPAUSED
Currencyconvertor Unpaused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The account that initiated the unpause. | string |
contract_address | The address of the smart contract. | string |
ERC20SHORTFACTORY_EVT_TOKENCREATED
Erc20Shortfactory Tokencreated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
positionid | The position ID of the new token. | string |
tokenaddress | The address of the newly created ERC20 token. | string |
contract_address | The address of the smart contract. | string |
ERC721MARGINPOSITION_EVT_POSITIONTOKENIZED
Erc721Marginposition Positiontokenized model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
positionid | The ID of the margin position that was tokenized. | string |
owner | The address of the account that owns the margin position token. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ERC721MARGINPOSITION_EVT_POSITIONUNTOKENIZED
Erc721Marginposition Positionuntokenized model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
positionid | The ID of the margin position token. | string |
owner | The address of the current owner of the margin position token. | string |
ownershipsentto | The address the margin position token was sent to. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ERC721MARGINPOSITION_EVT_CLOSERAPPROVAL
Erc721Marginposition Closerapproval model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
owner | The address of the account that owns the margin position. | string |
approved | The address of the account that has been approved to close the margin position. | string |
isapproved | A boolean value indicating whether or not the approval has been granted. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
ERC721MARGINPOSITION_EVT_RECIPIENTAPPROVAL
Erc721Marginposition Recipientapproval model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
owner | The current owner of the position token. | string |
approved | The address that was approved to receive ownership of the position token. | string |
isapproved | The approved address is currently approved to receive ownership of the position token. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
ADMINIMPL_EVT_LOGWITHDRAWEXCESSTOKENS
Adminimpl Logwithdrawexcesstokens model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
token | The address of the token being withdrawn. | string |
amount | The amount of tokens being withdrawn. | string |
contract_address | The address of the smart contract. | string |
ADMINIMPL_EVT_LOGADDMARKET
Adminimpl Logaddmarket model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
marketid | The ID of the newly added market. | string |
token | The address of the ERC20 token for the new market. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ADMINIMPL_EVT_LOGSETISCLOSING
Adminimpl Logsetisclosing model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
marketid | The ID of the market for which the closing status is being set. | string |
isclosing | The new closing status for the market. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
ADMINIMPL_EVT_LOGSETPRICEORACLE
Adminimpl Logsetpriceoracle model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
marketid | The ID of the market for which the price oracle was set. | string |
priceoracle | The Pricing Oracle. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ADMINIMPL_EVT_LOGSETINTERESTSETTER
Adminimpl Logsetinterestsetter model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
marketid | The ID of the market for which the price oracle was set. | string |
interestsetter | The address of the interest model rate contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ADMINIMPL_EVT_LOGSETMARGINPREMIUM
Adminimpl Logsetmarginpremium model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
marketid | string | |
marginpremium | string | |
contract_address | The address of the smart contract. | string |
ADMINIMPL_EVT_LOGSETSPREADPREMIUM
Adminimpl Logsetspreadpremium model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
marketid | The ID of the market for which the margin premium was set. | string |
spreadpremium | The margin premium value that was set. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ADMINIMPL_EVT_LOGSETMARGINRATIO
Adminimpl Logsetmarginratio model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
marginratio | The new margin ratio set by the administrator. | string |
contract_address | The address of the smart contract. | string |
ADMINIMPL_EVT_LOGSETLIQUIDATIONSPREAD
Adminimpl Logsetliquidationspread model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
liquidationspread | The new liquidation spread set by the administrator. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ADMINIMPL_EVT_LOGSETEARNINGSRATE
Adminimpl Logsetearningsrate model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
earningsrate | The earnings rate for the market. | string |
contract_address | The address of the smart contract. | string |
ADMINIMPL_EVT_LOGSETMINBORROWEDVALUE
Adminimpl Logsetminborrowedvalue model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
minborrowedvalue | The minimum borrowed value for the market. | string |
contract_address | The address of the smart contract. | string |
ADMINIMPL_EVT_LOGSETGLOBALOPERATOR
Adminimpl Logsetglobaloperator model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
operator | The address of the global operator. | string |
approved | Whether the global operator is approved or revoked. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
BUCKETLENDERFACTORY_EVT_BUCKETLENDERCREATED
Bucketlenderfactory Bucketlendercreated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
creator | The address of the account that created the new bucket lender contract. | string |
owner | The address of the account that owns the new bucket lender contract. | string |
positionid | The ID of the position associated with the new bucket lender contract. | string |
at_ | A timestamp indicating when the event was emitted. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
OPERATIONIMPL_EVT_LOGINDEXUPDATE
Operationimpl Logindexupdate model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
market | The market identifier. | string |
index | The new market index. | string |
contract_address | The address of the smart contract. | string |
OPERATIONIMPL_EVT_LOGOPERATION
Operationimpl Logoperation model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
sender | The address of the account that sent the transaction. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
OPERATIONIMPL_EVT_LOGDEPOSIT
Operationimpl Logdeposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
accountowner | The owner of the account that deposited funds. | string |
accountnumber | The number of the account that deposited funds. | string |
market | The market where the deposit was made. | string |
update_ | The amount of funds deposited, in token units. | string |
from_ | The address that deposited funds. | string |
contract_address | The address of the smart contract. | string |
OPERATIONIMPL_EVT_LOGWITHDRAW
Operationimpl Logwithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
accountowner | The address of the account owner. | string |
accountnumber | The account number. | string |
market | The market for the withdrawal operation. | string |
update_ | The index update for the withdrawal operation. | string |
to_ | The address that received the withdrawal. | string |
contract_address | The address of the smart contract. | string |
OPERATIONIMPL_EVT_LOGTRANSFER
Operationimpl Logtransfer model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
accountoneowner | The owner of the first account in the transfer. | string |
accountonenumber | The number of the first account in the transfer. | string |
accounttwoowner | The owner of the second account in the transfer. | string |
accounttwonumber | The number of the second account in the transfer. | string |
market | The market in which the transfer occurred. | string |
updateone | The amount of funds transferred from the first account. | string |
updatetwo | The amount of funds transferred to the second account. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
OPERATIONIMPL_EVT_LOGBUY
Operationimpl Logbuy model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
accountowner | The owner of the account that made the buy transaction. | string |
accountnumber | The account number of the account that made the buy transaction. | string |
takermarket | The market in which the buy order was executed. | string |
makermarket | The market in which the sell order was executed. | string |
takerupdate | The update value for the taker (buyer). | string |
makerupdate | The update value for the maker (seller). | string |
exchangewrapper | The address of the exchange wrapper contract that was used to execute the trade. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
OPERATIONIMPL_EVT_LOGSELL
Operationimpl Logsell model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
accountowner | The address of the owner of the account that initiated the sell. | string |
accountnumber | The number of the account that initiated the sell. | string |
takermarket | The market address of the taker asset (the asset being sold). | string |
makermarket | The market address of the maker asset (the asset being bought). | string |
takerupdate | The update ID of the taker asset (the update being sold). | string |
makerupdate | The update ID of the maker asset (the update being bought). | string |
exchangewrapper | The address of the exchange wrapper contract used to facilitate the trade. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
OPERATIONIMPL_EVT_LOGTRADE
Operationimpl Logtrade model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
takeraccountowner | The owner of the account that took the trade. | string |
takeraccountnumber | The account number of the taker's account. | string |
makeraccountowner | The owner of the account that made the trade. | string |
makeraccountnumber | The account number of the maker's account. | string |
inputmarket | The address of the input market contract. | string |
outputmarket | The address of the output market contract. | string |
takerinputupdate | The update number of the taker's input market. | string |
takeroutputupdate | The update number of the taker's output market. | string |
makerinputupdate | The update number of the maker's input market. | string |
makeroutputupdate | The update number of the maker's output market. | string |
autotrader | The address of the Uniswap V2 AutoTrader contract used for the trade. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
OPERATIONIMPL_EVT_LOGCALL
Operationimpl Logcall model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
accountowner | The account owner address. | string |
accountnumber | The account number. | string |
callee | The address of the smart contract that was called. | string |
contract_address | The address of the smart contract. | string |
OPERATIONIMPL_EVT_LOGLIQUIDATE
Operationimpl Logliquidate model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
solidaccountowner | The address of the account that was holding the solid asset being liquidated. | string |
solidaccountnumber | The account number of the above account. | string |
liquidaccountowner | The address of the account that received the liquid asset after the liquidation. | string |
liquidaccountnumber | The account number of the above account. | string |
heldmarket | The market of the solid asset being liquidated. | string |
owedmarket | The market of the liquid asset received after the liquidation. | string |
solidheldupdate | The updated balance of the solid asset held by the solid account after the liquidation. | string |
solidowedupdate | The updated balance of the liquid asset owed by the solid account after the liquidation. | string |
liquidheldupdate | The updated balance of the solid asset held by the liquid account after the liquidation. | string |
liquidowedupdate | The updated balance of the liquid asset owed by the liquid account after the liquidation. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
OPERATIONIMPL_EVT_LOGVAPORIZE
Operationimpl Logvaporize model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
solidaccountowner | The owner of the account that was liquidated. | string |
solidaccountnumber | The number of the account that was liquidated. | string |
vaporaccountowner | The owner of the account that received the liquidated funds. | string |
vaporaccountnumber | The number of the account that received the liquidated funds. | string |
heldmarket | The market of the asset that was held in the liquidated account. | string |
owedmarket | The market of the asset that was owed in the liquidated account. | string |
solidheldupdate | Account holdings of the asset that was held in the liquidated account after the liquidation. | string |
solidowedupdate | Account holdings of the asset that was owed in the liquidated account after the liquidation. | string |
vaporowedupdate | Account holdings of the asset that received the liquidated funds after the liquidation. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
SIGNEDOPERATIONPROXY_EVT_CONTRACTSTATUSSET
Signedoperationproxy Contractstatusset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
operational | boolean | |
contract_address | The address of the smart contract. | string |
SIGNEDOPERATIONPROXY_EVT_LOGOPERATIONEXECUTED
Signedoperationproxy Logoperationexecuted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
operationhash | The hash of the executed signed operation. | string |
signer | The address of the signer who signed the operation. | string |
sender | The address of the sender who submitted the operation. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
SIGNEDOPERATIONPROXY_EVT_LOGOPERATIONCANCELED
Signedoperationproxy Logoperationcanceled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
operationhash | The hash of the operation that was canceled. | string |
canceler | The address of the account that canceled the operation. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
ERC20LONGFACTORY_EVT_TOKENCREATED
Erc20Longfactory Tokencreated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
positionid | string | |
tokenaddress | string | |
contract_address | The address of the smart contract. | string |
LIQUIDITYSTAKINGV1_EVT_BLACKOUTWINDOWCHANGED
Liquiditystakingv1 Blackoutwindowchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
blackoutwindow | The new value of the blackout window. | string |
contract_address | The address of the smart contract. | string |
LIQUIDITYSTAKINGV1_EVT_BORROWED
Liquiditystakingv1 Borrowed model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
borrower | The address of the borrower. | string |
amount | The amount of tokens borrowed. | string |
newborrowedbalance | The new borrowed balance after the borrowing transaction. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_BORROWINGRESTRICTIONCHANGED
Liquiditystakingv1 Borrowingrestrictionchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
borrower | The address of the borrower whose restriction status was changed. | string |
isborrowingrestricted | The new borrowing restriction status, true if restricted, false if not. | boolean |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_CLAIMEDREWARDS
Liquiditystakingv1 Claimedrewards model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
user_ | The address of the user who claimed the rewards. | string |
recipient | The address of the recipient of the claimed rewards. | string |
claimedrewards | The amount of rewards claimed by the user. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_CONVERTEDINACTIVEBALANCESTODEBT
Liquiditystakingv1 Convertedinactivebalancestodebt model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
shortfallamount | The amount of the shortfall in inactive balances. | string |
shortfallindex | The index of the shortfall. | string |
newinactivebalance | The new amount of inactive balances after the conversion. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_DEBTMARKED
Liquiditystakingv1 Debtmarked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
borrower | The address of the borrower whose debt was marked. | string |
amount | The amount of debt that was marked. | string |
newborrowedbalance | The new borrowed balance of the borrower. | string |
newdebtbalance | The new debt balance of the borrower. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_EPOCHPARAMETERSCHANGED
Liquiditystakingv1 Epochparameterschanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
epochparameters | The new epoch parameters set by the contract. | string |
contract_address | The address of the smart contract. | string |
LIQUIDITYSTAKINGV1_EVT_GLOBALINDEXUPDATED
Liquiditystakingv1 Globalindexupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
index | The new global index value set by the contract. | string |
contract_address | The address of the smart contract. | string |
LIQUIDITYSTAKINGV1_EVT_OPERATORCLAIMEDREWARDSFOR
Liquiditystakingv1 Operatorclaimedrewardsfor model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the staker whose rewards were claimed. | string |
recipient | The address where the claimed rewards were sent. | string |
claimedrewards | The amount of rewards claimed. | string |
operator | The address of the operator who claimed the rewards. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_OPERATORDECREASEDBORROWERDEBT
Liquiditystakingv1 Operatordecreasedborrowerdebt model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
borrower | The address of the borrower whose debt balance was decreased. | string |
amount | The amount by which the debt balance was decreased. | string |
newdebtbalance | The new debt balance of the borrower after the decrease. | string |
operator | The address of the operator who decreased the borrower's debt balance. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_OPERATORDECREASEDSTAKERDEBT
Liquiditystakingv1 Operatordecreasedstakerdebt model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the staker whose debt balance was decreased. | string |
amount | The amount by which the debt balance was decreased. | string |
newdebtbalance | The new debt balance of the staker after the decrease. | string |
operator | The address of the operator who performed the decrease. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_OPERATORSTAKEDFOR
Liquiditystakingv1 Operatorstakedfor model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the staker on whose behalf the operator is staking. | string |
amount | The amount of liquidity tokens being staked. | string |
operator | The address of the operator who is staking the tokens. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_OPERATORWITHDRAWALREQUESTEDFOR
Liquiditystakingv1 Operatorwithdrawalrequestedfor model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the staker whose tokens are being withdrawn. | string |
amount | The amount of tokens being withdrawn. | string |
operator | The address of the operator making the withdrawal request. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_OPERATORWITHDREWSTAKEFOR
Liquiditystakingv1 Operatorwithdrewstakefor model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the staker whose stake was withdrawn. | string |
recipient | The address that received the withdrawn stake. | string |
amount | The amount of liquidity tokens that were withdrawn. | string |
operator | The address of the operator who withdrew the stake. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_RECEIVEDDEBT
Liquiditystakingv1 Receiveddebt model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the staker who received debt. | string |
amount | The amount of debt received. | string |
newdebtbalance | The new debt balance of the staker after receiving debt. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_REPAIDBORROW
Liquiditystakingv1 Repaidborrow model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
borrower | The address of the borrower who repaid the borrowed funds. | string |
sender | The address of the account that sent the funds to repay the borrowed amount. | string |
amount | The amount of funds repaid. | string |
newborrowedbalance | The new borrowed balance of the borrower after the repayment. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_REPAIDDEBT
Liquiditystakingv1 Repaiddebt model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
borrower | The address of the borrower who repaid the debt. | string |
sender | The address of the sender who repaid the debt. | string |
amount | The amount of debt repaid. | string |
newdebtbalance | The new debt balance of the borrower after the repayment. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_REWARDSPERSECONDUPDATED
Liquiditystakingv1 Rewardspersecondupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
emissionpersecond | The new reward emission rate, in EVT per second | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_ROLEADMINCHANGED
Liquiditystakingv1 Roleadminchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role for which the admin role is being changed. | string |
previousadminrole | The address of the previous admin role. | string |
newadminrole | The address of the new admin role. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_ROLEGRANTED
Liquiditystakingv1 Rolegranted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role that was granted. | string |
account | The account to which the role was granted. | string |
sender | The address of the account that sent the transaction. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_ROLEREVOKED
Liquiditystakingv1 Rolerevoked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role that was revoked. | string |
account | The address of the account from which the role was revoked. | string |
sender | The address of the account that triggered the revocation. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_SCHEDULEDBORROWERALLOCATIONCHANGE
Liquiditystakingv1 Scheduledborrowerallocationchange model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
borrower | The address of the borrower whose allocation is being changed. | string |
oldallocation | The previous allocation percentage for the borrower. | string |
newallocation | The new allocation percentage for the borrower. | string |
epochnumber | The epoch number when the change will take effect. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_STAKED
Liquiditystakingv1 Staked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the user who staked the liquidity tokens. | string |
spender | The address of the smart contract that spent the liquidity tokens. | string |
amount | The amount of liquidity tokens staked. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_USERINDEXUPDATED
Liquiditystakingv1 Userindexupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
user_ | The address of the user whose index was updated. | string |
index | The new index value of the user. | string |
unclaimedrewards | The amount of unclaimed rewards that the user is entitled to receive. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_WITHDRAWALREQUESTED
Liquiditystakingv1 Withdrawalrequested model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the liquidity provider who requested the withdrawal. | string |
amount | The amount of tokens that the liquidity provider requested to withdraw. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_WITHDREWDEBT
Liquiditystakingv1 Withdrewdebt model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the liquidity provider who requested the withdrawal. | string |
recipient | The address where the withdrawn debt tokens were sent. | string |
amount | The amount of tokens that the liquidity provider requested to withdraw. | string |
newdebtbalance | The remaining debt tokens balance of the liquidity provider after the withdrawal. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIQUIDITYSTAKINGV1_EVT_WITHDREWSTAKE
Liquiditystakingv1 Withdrewstake model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
staker | The address of the liquidity provider who withdrew their stake. | string |
recipient | The address that received the withdrawn tokens (usually the same as staker) | string |
amount | The amount of tokens that were withdrawn from the staking contract. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
DAIPRICEORACLE_EVT_PRICESET
Daipriceoracle Priceset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
newpriceinfo | Information about the new price that was set. | string |
contract_address | The address of the smart contract. | string |
HEDGIES_EVT_BASEURISET
Hedgies Baseuriset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
baseuri | The new base URI for Hedgies NFTs. | string |
contract_address | The address of the smart contract. | string |
HEDGIES_EVT_DISTRIBUTIONMINTRATESET
Hedgies Distributionmintrateset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
distributionmintrate | The new distribution mint rate that was set by the transaction. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
HEDGIES_EVT_DISTRIBUTIONOFFSETSET
Hedgies Distributionoffsetset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
distributionoffset | The value of the new distribution offset that was set. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
HEDGIES_EVT_FINALIZEDURI
Hedgies Finalizeduri model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
finalizeduri | The URI for the finalized NFT. | string |
contract_address | The address of the smart contract. | string |
HEDGIES_EVT_MERKLEROOTSET
Hedgies Merklerootset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
merkleroot | The new Merkle root value. | string |
contract_address | The address of the smart contract. | string |
HEDGIES_EVT_PAUSED
Hedgies Paused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The account that initiated the pause. | string |
contract_address | The address of the smart contract. | string |
HEDGIES_EVT_ROLEADMINCHANGED
Hedgies Roleadminchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role whose admin has been changed. | string |
previousadminrole | The previous admin role for the specified role. | string |
newadminrole | The new admin role for the specified role. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
HEDGIES_EVT_ROLEGRANTED
Hedgies Rolegranted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role that was granted. | string |
account | The account that was granted the role. | string |
sender | The address that called the function. | string |
contract_address | The address of the smart contract. | string |
HEDGIES_EVT_ROLEREVOKED
Hedgies Rolerevoked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role that was revoked. | string |
account | The address of the account that had the role. | string |
sender | The address of the sender of the transaction. | string |
contract_address | The address of the smart contract. | string |
HEDGIES_EVT_STARTINGINDEXBLOCKSET
Hedgies Startingindexblockset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
startingindexblock | The starting index block for the Hedgies. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
HEDGIES_EVT_STARTINGINDEXVALUESET
Hedgies Startingindexvalueset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
startingindexvalue | The starting index block for the Hedgies. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
HEDGIES_EVT_UNPAUSED
Hedgies Unpaused model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The account that triggered the unpause. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGACCOUNTSETTLED
Perpetualv1 Logaccountsettled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The account for which the settlement was made. | string |
ispositive | Whether the settlement amount is positive or negative. | boolean |
amount | The absolute value of the settlement amount. | string |
balance | The new balance of the account after the settlement. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGDEPOSIT
Perpetualv1 Logdeposit model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The Ethereum address of the user who deposited funds. | string |
amount | The amount of funds that were deposited (a fixed-point number with 18 decimal places). | string |
balance | The user's account balance after the deposit (a fixed-point number with 18 decimal places). | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGFINALSETTLEMENTENABLED
Perpetualv1 Logfinalsettlementenabled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
settlementprice | The price used for final settlement. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGINDEX
Perpetualv1 Logindex model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
index | The updated oracle index value. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGSETFUNDER
Perpetualv1 Logsetfunder model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
funder | The address of the new funder. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGSETGLOBALOPERATOR
Perpetualv1 Logsetglobaloperator model follows the following structure:
| Name | Description | Type |
| :--------------- | :---------------------------------------------------------------------------------------------- | :------ |
| transaction_hash | The hash of the transaction. | string |
| event_index | The index of the event in the transaction logs. | integer |
| operator | The address of the operator to be approved or revoked as a global operator for the contract. | string |
| approved | The operator has been approved (true) or revoked (false) as a global operator for the contract. | boolean |
| contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGSETLOCALOPERATOR
Perpetualv1 Logsetlocaloperator model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
sender | The account that called the setLocalOperator function. | string |
operator | The address of the operator being added or removed. | string |
approved | A boolean indicating whether the operator is approved (added) or disapproved (removed). | boolean |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGSETMINCOLLATERAL
Perpetualv1 Logsetmincollateral model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
mincollateral | The new minimum collateralization ratio. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGSETORACLE
Perpetualv1 Logsetoracle model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
oracle | The address of the oracle contract being set. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGTRADE
Perpetualv1 Logtrade model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
maker | The address of the maker who initiated the trade. | string |
taker | The address of the taker who accepted the trade. | string |
trader | The address of the trader who executed the trade. | string |
marginamount | The amount of margin currency used for the trade. | string |
positionamount | The amount of position currency traded. | string |
isbuy | A boolean indicating whether the trade was a buy or sell. | boolean |
makerbalance | The balance of the maker's position currency after the trade. | string |
takerbalance | The balance of the taker's position currency after the trade. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGWITHDRAW
Perpetualv1 Logwithdraw model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The Ethereum address of the user who withdrew funds. | string |
destination | The Ethereum address of the destination account where the funds were withdrawn to. | string |
amount | The amount of funds that were withdrawn, denominated in wei. | string |
balance | The new balance of the user's account after the withdrawal, denominated in wei. | string |
contract_address | The address of the smart contract. | string |
PERPETUALV1_EVT_LOGWITHDRAWFINALSETTLEMENT
Perpetualv1 Logwithdrawfinalsettlement model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The address of the account that withdrew the remaining collateral. | string |
amount | The amount of collateral that was withdrawn. | string |
balance | The remaining balance of the trader's margin account after the withdrawal. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_EXECUTORAUTHORIZED
Dydxgovernor Executorauthorized model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
executor | The address of the executor that was authorized. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_EXECUTORUNAUTHORIZED
Dydxgovernor Executorunauthorized model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
executor | The address of the executor that was unauthorized to execute transactions. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_GOVERNANCESTRATEGYCHANGED
Dydxgovernor Governancestrategychanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
newstrategy | The address of the new governance strategy contract. | string |
initiatorchange | The address that initiated the governance strategy change. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_PROPOSALCANCELED
Dydxgovernor Proposalcanceled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
id | The ID of the proposal that was canceled. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_PROPOSALCREATED
Dydxgovernor Proposalcreated model follows the following structure:
| Name | Description | Type |
| :---------------- | :--------------------------------------------------------------------------------------- | :------ |
| transactionhash | The hash of the transaction. | string |
| event_index | The index of the event in the transaction logs. | integer |
| id | The ID of the newly created proposal. | string |
| creator | The address of the account that created the proposal. | string |
| executor | The address of the executor contract that will execute the proposal's transactions. | string |
| targets | An array of the contract addresses that will be affected by the proposal's transactions. | string |
| values | An array of the values (in wei) that will be sent to each target contract . | string |
| signatures | An array of the function signatures of the methods to be called on each target contract. | string |
| calldatas | An array of the encoded data to be sent with each corresponding transaction. | string |
| withdelegatecalls | A boolean indicating whether delegatecall will be used instead of call | boolean |
| startblock | The block number at which the proposal can be executed. | string |
| endblock | The block number at which the proposal's voting period will end. | string |
| strategy | The address of the contract that implements the governance strategy. | string |
| ipfshash | An IPFS hash that can be used to retrieve additional proposal details off-chain. | string |
| contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_PROPOSALEXECUTED
Dydxgovernor Proposalexecuted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
id | The ID of the proposal that was executed. | string |
initiatorexecution | The address of the account that initiated the execution of the proposal. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_PROPOSALQUEUED
Dydxgovernor Proposalqueued model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
id | The ID of the proposal that was queued. | string |
executiontime | The timestamp when the proposal will be executed. | string |
initiatorqueueing | The address that queued the proposal. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_ROLEADMINCHANGED
Dydxgovernor Roleadminchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role that had its admin changed. | string |
previousadminrole | The address of the previous admin for the role. | string |
newadminrole | The address of the new admin for the role. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_ROLEGRANTED
Dydxgovernor Rolegranted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role that was granted. | string |
account | The address of the account that was granted the role. | string |
sender | The address of the account that granted the role. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_ROLEREVOKED
Dydxgovernor Rolerevoked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
role_ | The name of the role that was revoked. | string |
account | The address of the account that had the role revoked. | string |
sender | The address of the account that initiated the revocation. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_VOTEEMITTED
Dydxgovernor Voteemitted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
id | The ID of the proposal that the user voted on. | string |
voter | The address of the user who emitted the vote. | string |
support | Whether the user supports the proposal. | boolean |
votingpower | The voting power of the user. | string |
contract_address | The address of the smart contract. | string |
DYDXGOVERNOR_EVT_VOTINGDELAYCHANGED
Dydxgovernor Votingdelaychanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
newvotingdelay | The new voting delay period for proposals. | string |
initiatorchange | The address of the account that initiated the change. | string |
contract_address | The address of the smart contract. | string |
EXPIRYV2_EVT_EXPIRYSET
Expiryv2 Expiryset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
owner | The address of the account that set the expiry. | string |
number | The number of the expiry set. | string |
marketid | The ID of the market to which the expiry belongs. | string |
time_ | The new timestamp for the expiry. | bigint |
contract_address | The address of the smart contract. | string |
EXPIRYV2_EVT_LOGEXPIRYRAMPTIMESET
Expiryv2 Logexpiryramptimeset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
expiryramptime | The new ramp-up time for option expiry. | string |
contract_address | The address of the smart contract. | string |
EXPIRYV2_EVT_LOGSENDERAPPROVED
Expiryv2 Logsenderapproved model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
approver | The address of the account that approved the sender to create positions. | string |
sender | The address of the approved sender account. | string |
mintimedelta | The minimum time between expiry and creation that the approved sender is allowed to create positions. | bigint |
contract_address | The address of the smart contract. | string |
DYDXTOKEN_EVT_DELEGATECHANGED
Dydxtoken Delegatechanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
delegator | The account whose delegate has been changed. | string |
delegatee | The new delegate of the account. | string |
delegationtype | The type of delegation. 0 = standard delegation; 1 = a voting delegation. | smallint |
contract_address | The address of the Uniswap V2 pair contract. | string |
DYDXTOKEN_EVT_DELEGATEDPOWERCHANGED
Dydxtoken Delegatedpowerchanged model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
user_ | The address of the user whose delegated voting power has changed. | string |
amount | The amount of voting power that has been delegated by the user. | string |
delegationtype | The type of delegation (1 = Proposal, 2 = Voting). | smallint |
contract_address | The address of the Uniswap V2 pair contract. | string |
DYDXTOKEN_EVT_TRANSFERALLOWLISTUPDATED
Dydxtoken Transferallowlistupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
account | The account for which the transfer allowlist was updated. | string |
isallowed | A boolean indicating whether the account is now allowed to receive transfers or not. | boolean |
contract_address | The address of the smart contract. | string |
DYDXTOKEN_EVT_TRANSFERSRESTRICTEDBEFOREUPDATED
Dydxtoken Transfersrestrictedbeforeupdated model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
transfersrestrictedbefore | The new timestamp before which transfers are restricted, represented as a string. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
LIMITORDERS_EVT_CONTRACTSTATUSSET
Limitorders Contractstatusset model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
operational | Indicates whether the contract is operational or not. | boolean |
contract_address | The address of the smart contract. | string |
LIMITORDERS_EVT_LOGLIMITORDERCANCELED
Limitorders Loglimitordercanceled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
orderhash | The hash of the canceled order. | string |
canceler | The Ethereum address of the account that canceled the order. | string |
makermarket | The address of the market where the canceled order was placed by the maker. | string |
takermarket | The address of the market where the canceled order was supposed to be executed against a taker's order. | string |
contract_address | The address of the smart contract. | string |
LIMITORDERS_EVT_LOGLIMITORDERAPPROVED
Limitorders Loglimitorderapproved model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
orderhash | The hash of the order. | string |
approver | The address of the approver. | string |
makermarket | The address of the maker market. | string |
takermarket | The address of the taker market. | string |
contract_address | The address of the smart contract. | string |
LIMITORDERS_EVT_LOGLIMITORDERFILLED
Limitorders Loglimitorderfilled model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
orderhash | The unique identifier of the order that was filled. | string |
ordermaker | The address of the maker of the limit order. | string |
makerfillamount | The amount of the maker asset that was filled in this transaction. | string |
totalmakerfilledamount | The total amount of the maker asset that has been filled for this limit order. | string |
contract_address | The address of the Uniswap V2 pair contract. | string |
TOKENPROXY_EVT_OWNERSHIPRENOUNCED
Tokenproxy Ownershiprenounced model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
previousowner | The address of the previous owner of the token proxy contract. | string |
contract_address | The address of the smart contract. | string |
TOKENPROXY_EVT_ACCESSGRANTED
Tokenproxy Accessgranted model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
who | The address of the user that was granted access. | string |
contract_address | The address of the smart contract. | string |
TOKENPROXY_EVT_ACCESSREVOKED
Tokenproxy Accessrevoked model follows the following structure:
Name | Description | Type |
---|---|---|
transaction_hash | The hash of the transaction. | string |
event_index | The index of the event in the transaction logs. | integer |
who | The address of the user that was granted access. | string |
contract_address | The address of the smart contract. | string |
Updated about 1 month ago