Nodoka ETH
Verified contract
Active on
Ethereum with 640 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Nodoka ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050455 | a month ago | | | 0 | 0.00036506696 | |
| 20918537 | 2 months ago | | | 0 | 0.00053002724 | |
| 20775889 | 3 months ago | | | 0 | 0.00027754253 | |
| 20725806 | 3 months ago | | | 0 | 0.00016963951 | |
| 20716405 | 3 months ago | | | 0 | 0.00023266083 | |
| 20641153 | 3 months ago | | | 0 | 0.00015621853 | |
| 20604111 | 3 months ago | | | 0 | 0.000051735631 | |
| 20569448 | 3 months ago | | | 0 | 0.000055231901 | |
| 20569445 | 3 months ago | | | 0 | 0.000099261458 | |
| 20547265 | 4 months ago | | | 0 | 0.000089089385 |
ABI
ABI objects
Getter at block 21327220
decimals() view returns (uint256)
18
name() view returns (string)
Nodoka ETH
symbol() view returns (string)
NETH
totalSupply() view returns (uint256)
4800000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isMinter(address _addr) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _value) returns (bool)
setMinter(address _addr)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) 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.