NANASHITOKEN
Verified contract
Active on
Ethereum with 10,615 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15894320 | 2 years ago | | | 0 | 0.00093447300 | |
| 15881204 | 2 years ago | | | 0 | 0.00065962800 | |
| 15873458 | 2 years ago | | | 0 | 0.0014288820 | |
| 15872719 | 2 years ago | | | 0 | 0.00055055000 | |
| 15868099 | 2 years ago | | | 0 | 0.00060452700 | |
| 15867875 | 2 years ago | | | 0 | 0.00060452700 | |
| 15855196 | 2 years ago | | | 0 | 0.0013186800 | |
| 15854816 | 2 years ago | | | 0 | 0.0013186800 | |
| 15848568 | 2 years ago | | | 0 | 0.00087931200 | |
| 15847690 | 2 years ago | | | 0 | 0.00087931200 |
ABI
ABI objects
Getter at block 21157716
decimals() view returns (uint8)
18
name() view returns (string)
NANASHITOKEN
owner() view returns (address)
0x34c6d2bd70862d33c2d6710cf683e9b0860017a3
symbol() view returns (string)
NNSH
totalSupply() view returns (uint256)
50000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _from, uint256 _unitAmount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _unitAmount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool OK)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.