Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($229,388.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AK1111 | ERC-20 | 631.091366K | $0.362954 |
$229,057.14 | |
USDC | ERC-20 | 331.784796 | $0.997851 |
$331.07 | |
SPOT | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727615 | 38 minutes ago | | | 0 | 5.4678527e-7 | |
| 22727575 | 40 minutes ago | | | 0 | 0.000000044224925190 | |
| 22727511 | 42 minutes ago | | | 0 | 0.0000046667733 | |
| 22724757 | 2 hours ago | | | 0 | 0.000000062377738236 | |
| 22724574 | 2 hours ago | | | 0 | 0.000000065727999022 | |
| 22723707 | 3 hours ago | | | 0 | 0.000000062455097892 | |
| 22723183 | 3 hours ago | | | 0 | 0.0000029428939 | |
| 22722884 | 3 hours ago | | | 0 | 0.0000046655635 | |
| 22722120 | 4 hours ago | | | 0 | 0.0000046667733 | |
| 22721482 | 4 hours ago | | | 0 | 0.0000052004702 |
ABI
ABI objects
Getter at block 22728762
decimals() view returns (uint8)
18
name() view returns (string)
Akashalife
owner() view returns (address)
0xb79c0bbeb77fce9e6662b3416f01392ab66c3b14
symbol() view returns (string)
AK1111
totalSupply() view returns (uint256)
999999991236213000000000000000000
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)
burn(address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, 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.