Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BleYd | ERC-20 | 328.458392M | -- | -- | |
DividendTracker | ERC-20 | 328.458392M | -- | -- | |
KYOKAI | ERC-20 | 7.753785K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19694070 | 7 months ago | | | 0 | 0.00014315518 | |
| 19522472 | 7 months ago | | | 0 | 0.00066203048 | |
| 19522469 | 7 months ago | | | 0 | 0.00061839703 | |
| 19522428 | 7 months ago | | | 0 | 0.00062356906 | |
| 18935188 | 10 months ago | | | 0 | 0.0015096774 | |
| 18902830 | 10 months ago | | | 0 | 0.0010970771 | |
| 18826864 | a year ago | | | 0 | 0.0012612072 | |
| 18826827 | a year ago | | | 0 | 0.0012703714 | |
| 18786689 | a year ago | | | 0 | 0.0031333912 | |
| 18786685 | a year ago | | | 0 | 0.0038705809 |
ABI
ABI objects
Getter at block 21158324
decimals() pure returns (uint8)
9
getAddresses() view returns (address owner, address primaryLP, address marketing, address LPowner)
(owner=0xe46d00c3de194fe50dfcce3cec5449636f5f8da7, primaryLP=0x5d569c5eb3bf9309330fc130a246be447df798ad, marketing=0xe46d00c3de194fe50dfcce3cec5449636f5f8da7, LPowner=0xe46d00c3de194fe50dfcce3cec5449636f5f8da7)
getLimitsInfo() view returns (uint256 maxTX, uint256 maxWallet, uint256 taxSwapMin, uint256 taxSwapMax)
(maxTX=3500000000000000, maxWallet=3500000000000000, taxSwapMin=10000000000000, taxSwapMax=100000000000000)
getTaxInfo() view returns (uint8 buyTax, uint8 sellTax, uint16 sharesMarketing, uint16 sharesLP, uint8 taxRoundtripHardcap)
(buyTax=3, sellTax=3, sharesMarketing=100, sharesLP=0, taxRoundtripHardcap=25)
name() pure returns (string)
Kyokai
symbol() pure returns (string)
KYOKAI
totalSupply() pure returns (uint256)
100000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getExemptions(address wallet) view returns (bool noFees, bool noLimits)
State-modifying
Events addInitialLiquidity()
airdrop(address[] addresses, uint256[] tokenAmounts)
approve(address spender, uint256 amount) returns (bool)
burnTokens(uint256 amount)
decreaseTaxRTHardcap(uint8 newRoundtripHardcap)
increaseLimits(uint16 maxTxAmtPermile, uint16 maxWalletAmtPermile)
manualTaxSwapAndSend(uint8 swapTokenPercent, bool sendEth)
openTrading()
setExemptions(address wallet, bool noFees, bool noLimits)
setTaxDistribution(uint16 sharesAutoLP, uint16 sharesMarketing)
setTaxRates(uint8 newBuyTax, uint8 newSellTax)
setTaxSwapLimits(uint32 minValue, uint32 minDivider, uint32 maxValue, uint32 maxDivider)
setTaxWallets(address newMarketing, address newLpOwner)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed spender, uint256 value)
OwnershipTransferred(address _owner)
TokensAirdropped(uint256 totalWallets, uint256 totalTokens)
TokensBurned(address indexed burnedByWallet, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.