Kombai Inu
Verified contract
Active on
Ethereum with 816 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 "Kombai Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300364 | a day ago | | | 0 | 0.00084022219 | |
| 20742118 | 3 months ago | | | 0 | 0.00014144965 | |
| 20566498 | 3 months ago | | | 0 | 0.00015436238 | |
| 20566497 | 3 months ago | | | 0 | 0.00015522616 | |
| 20503969 | 4 months ago | | | 0 | 0.00021330015 | |
| 20464786 | 4 months ago | | | 0 | 0.00029961229 | |
| 20435804 | 4 months ago | | | 0 | 0.00058177964 | |
| 20421860 | 4 months ago | | | 0 | 0.0045110094 | |
| 20382253 | 4 months ago | | | 0 | 0.00024273308 | |
| 20264360 | 5 months ago | | | 0 | 0.0010518275 |
ABI
ABI objects
Getter at block 21310627
FeeAddress() view returns (address)
0x4ab9a1b283f79710fab59b8fe9014c12153a38fd
_BURN_FEE() view returns (uint256)
10000
_CHARITY_FEE() view returns (uint256)
0
_TAX_FEE() view returns (uint256)
0
_owner() view returns (address)
0x4ab9a1b283f79710fab59b8fe9014c12153a38fd
decimals() view returns (uint256)
9
name() view returns (string)
Kombai Inu
owner() view returns (address)
0x4ab9a1b283f79710fab59b8fe9014c12153a38fd
symbol() view returns (string)
KOMBAI
totalBurn() view returns (uint256)
83261156245828749150388
totalCharity() view returns (uint256)
80547563266470973611448
totalFees() view returns (uint256)
80547563266470973611448
totalSupply() view returns (uint256)
916738843754171250849612
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isCharity(address account) view returns (bool)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.