KIUZUNASUSHI
Verified contract
Active on
Ethereum with 220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "KIUZUNASUSHI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20167949 | 5 months ago | | | 0 | 0.00010654090 | |
| 19073673 | 10 months ago | | | 0 | 0.00023298814 | |
| 18780732 | a year ago | | | 0 | 0.0012994549 | |
| 18241636 | a year ago | | | 0 | 0.00080969196 | |
| 18225071 | a year ago | | | 0 | 0.00029995492 | |
| 17777569 | a year ago | | | 0 | 0.0015514655 | |
| 17767519 | a year ago | | | 0 | 0.0011070711 | |
| 17751482 | a year ago | | | 0 | 0.00065297735 | |
| 17696369 | a year ago | | | 0 | 0.00059340736 | |
| 17640346 | a year ago | | | 0 | 0.00062270913 |
ABI
ABI objects
Getter at block 21285867
FeeAddress() view returns (address)
0xfaf8e692ab283ab9442b811546fec8485791e68d
Optimization() view returns (uint256)
33120086922839442811546848579168
_BURN_FEE() view returns (uint256)
0
_CHARITY_FEE() view returns (uint256)
100
_TAX_FEE() view returns (uint256)
200
_owner() view returns (address)
0xfaf8e692ab283ab9442b811546fec8485791e68d
decimals() view returns (uint8)
9
name() view returns (string)
KIUZUNASUSHI
owner() view returns (address)
0xfaf8e692ab283ab9442b811546fec8485791e68d
symbol() view returns (string)
SUSHI
totalBurn() view returns (uint256)
0
totalCharity() view returns (uint256)
4166301987713786951
totalFees() view returns (uint256)
8332603975427574187
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAsCharityAccount(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _txFee, uint256 _burnFee, uint256 _charityFee)
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(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, uint256 _charityFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.