Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,021.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10.001K | $1.002 |
$10,021 | |
KOJl | ERC-20 | 100B | -- | -- | |
BUNNY | ERC-20 | 15.302371B | -- | -- | |
KOJI | ERC-20 | 95.484311K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21225686 | 5 days ago | | | 0 | 0.00024204375 | |
| 20890463 | 2 months ago | | | 0 | 0.0014867281 | |
| 20663189 | 3 months ago | | | 0 | 0.000082153175 | |
| 20524256 | 3 months ago | | | 0 | 0.000071846793 | |
| 20499795 | 3 months ago | | | 0 | 0.000042678326 | |
| 20499788 | 3 months ago | | | 0 | 0.000041263680 | |
| 20499774 | 3 months ago | | | 0 | 0.000064189199 | |
| 20494910 | 3 months ago | | | 0 | 0.00059711101 | |
| 20482270 | 4 months ago | | | 0 | 0.000096599479 | |
| 20192732 | 5 months ago | | | 0 | 0.00013579797 |
ABI
ABI objects
Getter at block 21260824
adminAddress() view returns (address)
0x04e7ca1445041822a2eae8cc46964dbaec5b53a3
adminTaxAlloc() view returns (uint256)
5
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
burnTaxAlloc() view returns (uint256)
5
charityAddress() view returns (address)
0xb629fb3426877640c6fb6734360d81d719062bf6
charityTaxAlloc() view returns (uint256)
10
decimals() pure returns (uint8)
18
holderTaxAlloc() view returns (uint256)
10
name() pure returns (string)
Koji
owner() view returns (address)
0x36c6bad9642c0be9daaeee40c23a4454a60eeb26
symbol() pure returns (string)
KOJI
taxPercentage() view returns (uint256)
3
totalAdminFees() view returns (uint256)
21716686988157551268416472753
totalBurnFees() view returns (uint256)
21716686988157551268416472753
totalCharityFees() view returns (uint256)
43433373976315102536832951445
totalFees() view returns (uint256)
130300121928945307610498848396
totalHolderFees() view returns (uint256)
43433373976315102536832951445
totalSupply() pure returns (uint256)
1000000000000000000000000000000
totalTaxAlloc() view returns (uint256)
30
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
isExcludedFromFees(address _account) view returns (bool)
isExcludedFromRewards(address _account) view returns (bool)
rewardsFromToken(uint256 _actualAmount, bool _deductTransferFee) view returns (uint256)
tokenWithRewards(uint256 _rewardAmount) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
distribute(uint256 _actualAmount)
excludeFromFees(address _account)
excludeFromRewards(address _account)
includeInFees(address _account)
includeInRewards(address _account)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
setAdminAddress(address _adminAddress)
setBurnAddress(address _burnAddress)
setCharityAddress(address _charityAddress)
setTaxAllocations(uint256 _holderTaxAlloc, uint256 _charityTaxAlloc, uint256 _burnTaxAlloc, uint256 _adminTaxAlloc)
setTaxPercentage(uint256 _taxPercentage)
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 indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _charityAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.