Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NII | ERC-20 | 3.643435M | $0.000011 |
$41.79 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244523 | 9 hours ago | | | 0 | 0.00079276224 | |
| 21244477 | 9 hours ago | | | 0 | 0.0021289159 | |
| 21243220 | 13 hours ago | | | 0 | 0.00053290974 | |
| 21241993 | 18 hours ago | | | 0 | 0.0011132801 | |
| 21241505 | 19 hours ago | | | 0 | 0.00040230288 | |
| 21241052 | 21 hours ago | | | 0 | 0.0013910609 | |
| 21232644 | 2 days ago | | | 0 | 0.0015539671 | |
| 21227983 | 3 days ago | | | 0 | 0.0015338216 | |
| 21223815 | 3 days ago | | | 0 | 0.00092860537 | |
| 21223753 | 3 days ago | | | 0 | 0.00055472081 |
ABI
ABI objects
Getter at block 21247219
decimals() view returns (uint8)
15
mintingDisabled() view returns (bool)
true
name() view returns (string)
Nahmii
symbol() view returns (string)
NII
totalSupply() view returns (uint256)
120000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceRecords(address, uint256) view returns (uint256 blockNumber, uint256 balance)
balanceRecordsCount(address account) view returns (uint256)
isMinter(address account) view returns (bool)
recordBalance(address account, uint256 index) view returns (uint256)
recordBlockNumber(address account, uint256 index) view returns (uint256)
recordIndexByBlockNumber(address account, uint256 blockNumber) view returns (int256)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
setName(string _name)
setSymbol(string _symbol)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
upgrade(address tokenUpgradeAgent, uint256 value) returns (bool)
upgradeBalanceRecords(address account, struct RevenueTokenBalanceRecord[] _balanceRecords)
upgradeFrom(address tokenUpgradeAgent, address from, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DisableMinting()
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
SetName(string name)
SetSymbol(string symbol)
Transfer(address indexed from, address indexed to, uint256 value)
Upgrade(address tokenUpgradeAgent, address from, uint256 value)
UpgradeBalanceRecords(address account, uint256 startIndex, uint256 endIndex)
UpgradeFrom(address tokenUpgradeAgent, address upgrader, address from, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.