NERA Token
Verified contract
Active on
Ethereum with 647 txns
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 |
---|---|---|---|---|---|
NERA | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20066788 | 6 months ago | | | 0 | 0.00027156712 | |
| 17491511 | a year ago | | | 0 | 0.00071436895 | |
| 16909586 | 2 years ago | | | 0 | 0.00076119275 | |
| 15422170 | 2 years ago | | | 0 | 0.00025267785 | |
| 15160145 | 2 years ago | | | 0 | 0.00042642301 | |
| 15108618 | 2 years ago | | | 0 | 0.00023619000 | |
| 15035199 | 2 years ago | | | 0 | 0.0056778470 | |
| 13853156 | 3 years ago | | | 0 | 0.0025845435 | |
| 13847797 | 3 years ago | | | 0 | 0.0017434985 | |
| 13620712 | 3 years ago | | | 0 | 0.0052652340 |
ABI
ABI objects
Getter at block 21395920
decimals() view returns (uint8)
18
getMinterLength() view returns (uint256)
0
name() view returns (string)
NERA Token
owner() view returns (address)
0xc34ee3c9bcf13b1dcdcf2bef3d95fc9be93cbd1d
symbol() view returns (string)
NERA
totalSupply() view returns (uint256)
120025722558078703703703703
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMinter(uint256 idx) view returns (address)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address miner) returns (bool)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delMinter(address _delMinter) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
renounceOwnership()
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.