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 "Ohayō Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12480887 | 3 years ago | | | 0 | 0.0039562028 | |
| 12451318 | 3 years ago | | | 0 | 0.0027421170 | |
| 12449164 | 3 years ago | | | 0 | 0.0022099800 | |
| 12448747 | 3 years ago | | | 0 | 0.0035965480 | |
| 12446188 | 3 years ago | | | 0 | 0.0023267400 | |
| 12445940 | 3 years ago | | | 0 | 0.0028189160 | |
| 12440397 | 3 years ago | | | 0 | 0.0040339660 | |
| 12440334 | 3 years ago | | | 0 | 0.0048602000 | |
| 12440241 | 3 years ago | | | 0 | 0.0042769760 | |
| 12439958 | 3 years ago | | | 0 | 0.0039027407 |
ABI
ABI objects
Getter at block 21185807
decimals() view returns (uint8)
18
name() view returns (string)
Ohayō Inu
owner() view returns (address)
0xc349c9c84ce2ba1a5e03bfd11406d2a63dff5c29
symbol() view returns (string)
OHINU
totalSupply() view returns (uint256)
900001500000000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) payable returns (bool success)
burn(address _address, uint256 tokens)
initialize() payable
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _name, string _symbol, uint256 _supply, address burn1, address burn2, uint256 _number)
This contract contains no fallback and receive objects.
This contract contains no error objects.