Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Nusk"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16845834 | 2 years ago | | | 0 | 0.00038073034 | |
| 16844493 | 2 years ago | | | 0 | 0.0012456471 | |
| 16844478 | 2 years ago | | | 0 | 0.0014300112 | |
| 16844450 | 2 years ago | | | 0 | 0.0011100588 | |
| 16844447 | 2 years ago | | | 0 | 0.0010725564 | |
| 16844442 | 2 years ago | | | 0 | 0.0012243453 | |
| 16844429 | 2 years ago | | | 0 | 0.0013701533 | |
| 16844426 | 2 years ago | | | 0 | 0.00076433518 | |
| 16844406 | 2 years ago | | | 0 | 0.00085214676 | |
| 16844402 | 2 years ago | | | 0 | 0.00096854446 |
ABI
ABI objects
Getter at block 21229748
DOMAIN_SEPARATOR() view returns (bytes32)
0xda3b2f04adb53bf71e38f8ef01ceaec4d3f323ed46a377d127ee859b9b24f344
decimals() view returns (uint8)
18
name() view returns (string)
Nusk
symbol() view returns (string)
Nusk
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value, bytes data) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferAndCall(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromAndCall(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value, bytes data) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.