Space Akita Inu
Verified contract
Active on
Ethereum with 267 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 "Space Akita Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16642522 | 2 years ago | | | 0 | 0.0012485378 | |
| 15710145 | 2 years ago | | | 0 | 0.00045342693 | |
| 14605466 | 3 years ago | | | 0 | 0.00068337769 | |
| 14605463 | 3 years ago | | | 0 | 0.00064198603 | |
| 13308977 | 3 years ago | | | 0 | 0.0028299842 | |
| 13239096 | 3 years ago | | | 0 | 0.0036209958 | |
| 12453082 | 4 years ago | | | 0 | 0.0034879500 | |
| 12443832 | 4 years ago | | | 0 | 0.0025578300 | |
| 12440698 | 4 years ago | | | 0 | 0.0046273470 | |
| 12440180 | 4 years ago | | | 0 | 0.0069759000 |
ABI
ABI objects
Getter at block 21219732
decimals() view returns (uint8)
18
name() view returns (string)
Space Akita Inu
owner() view returns (address)
0x78cc7e25c1b7e7b9a2b6b4d5fe0c6d879a580f88
symbol() view returns (string)
SAKITA
totalSupply() view returns (uint256)
100000000000000000000000000000000
Read-only
allowance(address funder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLockInfo(address account) view returns (uint256, uint256)
isAdmin(address account) view returns (bool)
isBlackList(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistTarget(address targetaddress) returns (bool)
burnTarget(address targetaddress, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
demoteAdmin(address oldAdmin)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockTarget(address targetaddress, uint256 amount, uint256 lockUntil) returns (bool)
promoteAdmin(address newAdmin)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndLock(address recipient, uint256 amount, uint256 lockUntil) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklistTarget(address targetaddress) returns (bool)
unlockTarget(address targetaddress) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LockUntil(address indexed target, uint256 indexed totalAmount, uint256 indexed dateLockUntil)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PutToBlacklist(address indexed target, bool indexed status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.