Wrapped NXM
Verified contract
Active on
Ethereum with 122,574 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($57,110,003.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NXM | ERC-20 | 773.429088K | $73.84 |
$57,110,003.87 | |
0x9f8f…79a2 | ERC-20 | 0 | $1,834.93 |
$0 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269145 | a minute ago | | | 0 | 0.00046751821 | |
| 21267886 | 4 hours ago | | | 0 | 0.00090849687 | |
| 21267689 | 5 hours ago | | | 0 | 0.00039223348 | |
| 21267531 | 5 hours ago | | | 0 | 0.00042174186 | |
| 21267511 | 5 hours ago | | | 0 | 0.00039295500 | |
| 21267496 | 6 hours ago | | | 0 | 0.00062592300 | |
| 21267325 | 6 hours ago | | | 0 | 0.00077049224 | |
| 21267219 | 6 hours ago | | | 0 | 0.00078049464 | |
| 21267034 | 7 hours ago | | | 0 | 0.00061791133 | |
| 21266879 | 8 hours ago | | | 0 | 0.00096455130 |
ABI
ABI objects
Getter at block 21269148
NXM() view returns (address)
0xd7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b
blockTimestamp() view returns (uint256)
1732590611
chainID() view returns (uint256 _chainID)
1
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped NXM
symbol() view returns (string)
wNXM
totalSupply() view returns (uint256)
773429088132697966357060
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canUnwrap(address _owner, address _recipient, uint256 _amount) view returns (bool success, string reason)
canWrap(address _owner, uint256 _amount) view returns (bool success, string reason)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimTokens(address _token, address _to, uint256 _balance)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unwrap(uint256 _amount)
unwrapTo(address _to, uint256 _amount)
wrap(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _nxm)
This contract contains no fallback and receive objects.
This contract contains no error objects.