Nabox Token
Verified contract
Active on
Ethereum with 626 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($221.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 221.770883 | $1.001 |
$221.99 | |
NABOX | ERC-20 | 15M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21378844 | 9 hours ago | | | 0 | 0.00060256214 | |
| 21364722 | 2 days ago | | | 0 | 0.00048968942 | |
| 21350618 | 4 days ago | | | 0 | 0.00053063505 | |
| 21311201 | 10 days ago | | | 0 | 0.00063964375 | |
| 21305920 | 11 days ago | | | 0 | 0.00037177303 | |
| 21289442 | 13 days ago | | | 0 | 0.00041239136 | |
| 21247844 | 19 days ago | | | 0 | 0.00055580361 | |
| 21242203 | 19 days ago | | | 0 | 0.00026855962 | |
| 21239330 | 20 days ago | | | 0 | 0.00067250130 | |
| 21199024 | 25 days ago | | | 0 | 0.00061358283 |
ABI
ABI objects
Getter at block 21381477
current_minter() view returns (address)
0xc707e0854da2d72c90a7453f8dc224dd937d7e82
decimals() view returns (uint8)
18
name() view returns (string)
Nabox Token
symbol() view returns (string)
NABOX
totalSupply() view returns (uint256)
16651776977999495255391843451
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
replaceMinter(address newMinter)
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(string name, string symbol, uint8 decimals, address minter)
This contract contains no fallback and receive objects.
This contract contains no error objects.