Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,254.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 30.155513M | $0.000024 |
$712.27 | |
KNINE | ERC-20 | 64.454707M | $0.000008 |
$484.7 | |
BNB | ERC-20 | 0.093554 | $617.49 |
$57.77 | |
APU | ERC-20 | 1 | $0.000841 |
$0 | |
KNINE | ERC-20 | 7.888151B | -- | -- | |
K9 | ERC-20 | 377.766K | -- | -- | |
HANK | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271970 | 17 minutes ago | | | 0 | 0.00074272612 | |
| 21270611 | 5 hours ago | | | 0 | 0.00068200033 | |
| 21270083 | 7 hours ago | | | 0 | 0.00036126788 | |
| 21269334 | 9 hours ago | | | 0 | 0.00041007207 | |
| 21268558 | 12 hours ago | | | 0 | 0.00030636746 | |
| 21268483 | 12 hours ago | | | 0 | 0.00036724170 | |
| 21267764 | 14 hours ago | | | 0 | 0.00041651309 | |
| 21267759 | 14 hours ago | | | 0 | 0.00043397609 | |
| 21266876 | 17 hours ago | | | 0 | 0.00090500751 | |
| 21266197 | 20 hours ago | | | 0 | 0.0011607540 |
ABI
ABI objects
Getter at block 21272055
DENOMINATOR() view returns (uint16)
10000
FACTORY() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
MAX_TAX() view returns (uint16)
3000
cap() view returns (uint256)
999999999999000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
K9 Finance DAO
owner() view returns (address)
0xda4df6e2121edab7c33ed7fe0f109350939eda84
paused() view returns (bool)
false
symbol() view returns (string)
KNINE
taxes() view returns (uint16 buy, uint16 sell, address feeReceiver)
(buy=0, sell=490, feeReceiver=0xda4df6e2121edab7c33ed7fe0f109350939eda84)
totalSupply() view returns (uint256)
999589999999000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
excludedFromFee(address) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
changeBlackStatus(address[] users)
changeExcludedStatus(address[] users)
changeSettings(struct TokenTaxes settings)
changeWhiteStatus(address[] users)
mint(address user, uint256 amount)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address admin, address firstHolder, address factory, struct TokenTaxes settings)
This contract contains no fallback and receive objects.
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransferForbidden(address user, bool paused, bool blacklisted)
WrongTaxes(uint16 buyTax, uint16 sellTax)