NXM Token
The token price can be fetched onchain by calling
calculateTokenPrice(0x455448)
in the following contract:
0x2ec5d566bd104e01790b13de33fd51876d57c495
mintEvents(orderBy: timestamp, orderDirection: desc, first: 1000, where: { timestamp_gte: $range_timestamp }){
transaction
amount
}
burnEvents(orderBy: timestamp, orderDirection: desc, first: 1000, where: { timestamp_gte: $range_timestamp }){
transaction
amount
}
We have 2 contracts holding fundS in both ETH and DAI. To get the TVL, sum up the ETH and DAI balances of the following 2 contracts:
pool1 = '0xfd61352232157815cf7b71045557192bf0ce1884';
pool2 = '0x7cbe5682be6b648cc1100c76d4f6c96997f753d6';
The Nexus Wrapper was created by Nexus Mutants who wanted the option to wrap NXM into a token that could be traded on decentralised exchanges and centralised exchanges.
Both the Nexus Wrapper and the wNXM token are community managed. The mutual provides links to provide information regarding the Nexus Wrapper and wNXM but the mutual does not manage the Wrapper or the wNXM token.
Last modified 1yr ago