Yakuza Inu
Verified contract
Active on
Ethereum with 371 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 "Yakuza Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12962966 | 3 years ago | | | 0 | 0.0016728120 | |
| 12887959 | 3 years ago | | | 0 | 0.00055760400 | |
| 12813262 | 3 years ago | | | 0 | 0.0023233500 | |
| 12725039 | 3 years ago | | | 0 | 0.00051113700 | |
| 12621038 | 3 years ago | | | 0 | 0.00078993900 | |
| 12618829 | 3 years ago | | | 0 | 0.00051113700 | |
| 12552824 | 3 years ago | | | 0 | 0.00086893290 | |
| 12537725 | 3 years ago | | | 0 | 0.0013010760 | |
| 12527143 | 3 years ago | | | 0 | 0.0010222740 | |
| 12526719 | 3 years ago | | | 0 | 0.0010222740 |
ABI
ABI objects
Getter at block 21167667
_burnStopAmount() view returns (uint256)
0
_lastTokenSupply() view returns (uint256)
200000000000000000000000
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
18
maxTxAmount() view returns (uint256)
1000000000000000000000000000000
name() view returns (string)
Yakuza Inu
symbol() view returns (string)
YakuzaInu
token_owner() view returns (address)
0x85b1a1b1b94c3153474b347aa84a7509238acd5b
totalSupply() view returns (uint256)
919062265696729223165948449
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
isBlackListed(address account) view returns (bool)
State-modifying
Events addToBlackList(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
removeFromBlackList(address account)
setMaxTxAmount(uint256 theAmount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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.