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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000734 |
$0 | |
OHNO | ERC-20 | 10.10101 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22759276 | 5 hours ago | | | 0 | 3.6352973e-7 | |
| 22758722 | 6 hours ago | | | 0 | 5.2076946e-7 | |
| 22661538 | 2 days ago | | | 0 | 0.0000016054895 | |
| 22623841 | 3 days ago | | | 0 | 0.0000030921591 | |
| 22623732 | 3 days ago | | | 0 | 0.0000016925800 | |
| 22618021 | 3 days ago | | | 0 | 7.9989425e-7 | |
| 22617582 | 4 days ago | | | 0 | 0.0000016614441 | |
| 22531980 | 5 days ago | | | 0 | 0.0000012969340 | |
| 22457980 | 7 days ago | | | 0 | 0.0000044851664 | |
| 22349120 | 10 days ago | | | 0 | 5.9969757e-7 |
ABI
ABI objects
Getter at block 22769101
decimals() view returns (uint8)
6
name() view returns (string)
AiAkita
owner() view returns (address)
0xb0267cfa5ed01d048edec4ca520a7406773c5de2
symbol() view returns (string)
AiA
totalSupply() view returns (uint256)
314159265358979323000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipent, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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.