Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,429.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4K | $1.001 |
$4,004 | |
NYM | ERC-20 | 4.306916K | $0.098727 |
$425.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244214 | 2 hours ago | | | 0 | 0.00090965490 | |
| 21244173 | 2 hours ago | | | 0 | 0.00069556162 | |
| 21244114 | 2 hours ago | | | 0 | 0.00085023584 | |
| 21243668 | 3 hours ago | | | 0 | 0.00096673942 | |
| 21243372 | 4 hours ago | | | 0 | 0.00053410042 | |
| 21242790 | 6 hours ago | | | 0 | 0.00035187021 | |
| 21242605 | 7 hours ago | | | 0 | 0.00031973740 | |
| 21242529 | 7 hours ago | | | 0 | 0.00062360848 | |
| 21242522 | 7 hours ago | | | 0 | 0.00056461683 | |
| 21242158 | 8 hours ago | | | 0 | 0.00025914747 |
ABI
ABI objects
Getter at block 21244658
decimals() view returns (uint8)
6
name() view returns (string)
NYM
symbol() view returns (string)
NYM
totalSupply() view returns (uint256)
118934610011972
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _gravityAddress, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.