Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NTH | ERC-20 | 132K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264645 | 3 hours ago | | | 0 | 0.00088891578 | |
| 21257410 | a day ago | | | 0 | 0.00035019704 | |
| 21256754 | a day ago | | | 0 | 0.00035948135 | |
| 21256745 | a day ago | | | 0 | 0.00064242101 | |
| 21255894 | a day ago | | | 0 | 0.00030247562 | |
| 21255885 | a day ago | | | 0 | 0.00052364782 | |
| 21254809 | 2 days ago | | | 0 | 0.00039897256 | |
| 21254801 | 2 days ago | | | 0 | 0.00064626258 | |
| 21250003 | 2 days ago | | | 0 | 0.00044495170 | |
| 21249478 | 2 days ago | | | 0 | 0.00036744697 |
ABI
ABI objects
Getter at block 21265611
DOMAIN_SEPARATOR() view returns (bytes32)
0xdef55e7cc65dd570e9e3447dcb13ca548bcd7e03a9f761575e71daa408014519
decimals() view returns (uint8)
18
name() view returns (string)
NTH
owner() view returns (address)
0xae737b1fc097f8f4ea5b728ebbbded2b7c094acb
paused() view returns (bool)
false
symbol() view returns (string)
NTH
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
nonces(address owner) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.