KarateShibu
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KarateShibu | ERC-20 | 49M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15978087 | 2 years ago | | | 0 | 0.00045142911 | |
| 15978076 | 2 years ago | | | 0 | 0.00089766858 | |
| 15978074 | 2 years ago | | | 0 | 0.00076133176 | |
| 15978074 | 2 years ago | | | 0 | 0.00085459176 | |
| 15978074 | 2 years ago | | | 0 | 0.00090122176 | |
| 15978074 | 2 years ago | | | 0 | 0.00090122176 | |
| 15978074 | 2 years ago | | | 0 | 0.00094785176 | |
| 15978073 | 2 years ago | | | 0 | 0.00068830197 | |
| 15978073 | 2 years ago | | | 0 | 0.00080048335 | |
| 15978033 | 2 years ago | | | 0 | 0.052724197 |
ABI
ABI objects
Getter at block 21263605
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
feesDisabled() view returns (bool)
false
maxTransactionAmountOnPurchase() view returns (uint256)
1000000000000000000000000000
maxTransactionAmountOnSale() view returns (uint256)
1
maxWallet() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
KarateShibu
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensThreshold() view returns (uint256)
1999999998000000000000000
symbol() view returns (string)
KarateShibu
totalFees() view returns (uint256)
5
totalSupply() view returns (uint256)
999999999000000000000000000
tradingLive() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events addLP()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
forceSwap()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFeeState(bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 fundingFee, uint256 liquidityFee, uint256 burnFee)
updateLimits(uint256 buyLimit, uint256 sellLimit, uint256 _maxWallet)
updateTeamWallet(address newWallet)
withdrawContractFunds(address to, uint256 amountToTransfer)
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()
receive()
This contract contains no error objects.