Nord Token
Verified contract
Active on
Ethereum with 22,875 txns
Balances ($11.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NORD | ERC-20 | 195.9 | $0.030488 |
$5.97 | |
UDO | ERC-20 | 1.678222K | $0.003389 |
$5.69 | |
NORD Swap | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158682 | 8 hours ago | | | 0 | 0.0012608181 | |
| 21157354 | 12 hours ago | | | 0 | 0.00054945472 | |
| 21153464 | a day ago | | | 0 | 0.00067417053 | |
| 21151254 | a day ago | | | 0 | 0.00060936172 | |
| 21149601 | 2 days ago | | | 0 | 0.00047805827 | |
| 21149398 | 2 days ago | | | 0 | 0.00050742661 | |
| 21148988 | 2 days ago | | | 0 | 0.00056196489 | |
| 21148341 | 2 days ago | | | 0 | 0.00045181490 | |
| 21148340 | 2 days ago | | | 0 | 0.00030446219 | |
| 21148319 | 2 days ago | | | 0 | 0.00046450261 |
ABI
ABI objects
Getter at block 21160959
DOMAIN_SEPARATOR() view returns (bytes32)
0x648e77fc0975e9aa3b0c8e77b09c5530f35ada4f3abda105e18b5a1abc7c00b0
MAX_CAP() view returns (uint256)
10000000000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
governance() view returns (address)
0x72252a31fd67d2facbe6d189f5861c5553474447
name() view returns (string)
Nord Token
owner() view returns (address)
0x72252a31fd67d2facbe6d189f5861c5553474447
symbol() view returns (string)
NORD
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) 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)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverToken(address token, address destination, uint256 amount)
renounceOwnership()
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecoverToken(address indexed token, address indexed destination, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.