The Nexus Mutual Index
Verified contract
Proxy
Active on
Ethereum with 246 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
0x46de…5bc2
0xcae0…6306
Balances ($26,464.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wNXM | ERC-20 | 363.924523 | $72.37 |
$26,337.22 | |
WETH | ERC-20 | 0.020055 | $3,342.99 |
$67.04 | |
BOND | ERC-20 | 22.598066 | $1.69 |
$38.19 | |
CVX | ERC-20 | 5.686079 | $3.07 |
$17.46 | |
IDLE | ERC-20 | 4.855063 | $0.448026 |
$2.18 | |
SPELL | ERC-20 | 1.570528K | $0.000873 |
$1.37 | |
RGT | ERC-20 | 3.382814 | $0.257062 |
$0.87 | |
VISR | ERC-20 | 130.672242 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904958 | 2 months ago | | | 0 | 0.0018060360 | |
| 17828420 | a year ago | | | 0 | 0.025409825 | |
| 16943216 | 2 years ago | | | 0 | 0.0030374932 | |
| 16874126 | 2 years ago | | | 0 | 0.0011810231 | |
| 16869579 | 2 years ago | | | 0 | 0.0026676145 | |
| 16868860 | 2 years ago | | | 0 | 0.0082555820 | |
| 16868849 | 2 years ago | | | 0 | 0.0080741479 | |
| 16868787 | 2 years ago | | | 0 | 0.0084838675 | |
| 16606550 | 2 years ago | | | 0 | 0.012313474 | |
| 16606526 | 2 years ago | | | 0 | 0.0084864068 |
ABI
ABI objects
Getter at block 21260007 calculateRewards() view returns (address[] rewardTokens, uint256[] rewards) getAccountStakes() view returns (uint256 stakingTotal, uint256 unStakingTotal, uint256[] unStakingAmounts, uint256[] unStakingStarts) getAccountUnstakedTotal() view returns (uint256) getAllAcountUnstakes() view returns (address[] accounts, uint256[] startTimes, uint256[] values) getCurrentRoundData() view returns (uint256 roundNumber, uint256 startBlock, uint256 endBlock) getUnstakedwNXMTotal() view returns (uint256)
decimals() view returns (uint8)
18
getAdminFee() view returns (uint256)
0
isAdmin() view returns (bool)
false
name() view returns (string)
The Nexus Mutual Index
symbol() view returns (string)
$iNXM
totalSupply() view returns (uint256)
7336445865558211094796
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateRewardsForAccount(address account) view returns (address[] rewardTokens, uint256[] rewards)
getRoundData(uint256 roundNumberIn) view returns (uint256 roundNumber, uint256 startBlock, uint256 endBlock)
getRoundRewards(uint256 roundNumber) view returns (address[] rewardTokens, uint256[] rewardAmounts, uint256[] commissionAmounts, uint256[] tokenPerDay, uint256[] totalSupply)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
SetAdminFee(uint256 newFee)
approve(address spender, uint256 amount) returns (bool)
authoriseUnstakes(address[] account, uint256[] timestamp, uint256[] amounts)
burnTokensForAccount(address account, uint256 tokensToBurn) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositNXM(uint256 value)
depositWNXM(uint256 value)
endRound(address[] tokens, uint256[] tokenAmounts, bool[] ignoreUnstakes)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address nxmAddress, address wnxmAddress, address vaultWalletAddress, address stakingDataAddress, address burnDataAddress, string tokenName, string tokenSymbol, uint256 adminFee, uint256 commission, address treasuryAddress)
setCommission(uint256 newCommission)
setTreasury(address newTreasury)
startUnstake(uint256 value) payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawRewards(address[] tokens, uint256[] rewards, string nonce, bytes sig) returns (bool)
withdrawUnstakedwNXM(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Stake(address indexed account, address indexed tokenAddress, uint256 amount, uint256 balance, uint256 totalStaked)
Transfer(address indexed from, address indexed to, uint256 value)
TransferITV(address indexed fromAccount, address indexed toAccount, uint256 amount, uint256 fromBalance, uint256 fromTotalStaked, uint256 toBalance, uint256 toTotalStaked)
UnstakedApproved(address indexed account, uint256 amount, uint256 balance, uint256 totalStaked)
UnstakedRequest(address indexed account, uint256 amount, uint256 balance, uint256 totalStaked)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.