Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
1 additional
variable
Balances ($186.60)
Native
Value
$184.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0589 | $3,137.91 |
$184.82 | |
RNDR | ERC-20 | 0.260585 | $6.80 |
$1.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20332747 | 4 months ago | | | 0 | 0.00055963089 | |
| 19953098 | 6 months ago | | | 0 | 0.00017951990 | |
| 19822001 | 6 months ago | | | 0 | 0.00095302533 | |
| 19821686 | 6 months ago | | | 0 | 0.00078639978 | |
| 19240928 | 9 months ago | | | 0 | 0.0022643419 | |
| 19223327 | 9 months ago | | | 0 | 0.00082313291 | |
| 19199470 | 9 months ago | | | 0 | 0.0013777331 | |
| 19189328 | 9 months ago | | | 0 | 0.0022069976 | |
| 19101341 | 10 months ago | | | 0 | 0.00045178252 | |
| 19094794 | 10 months ago | | | 0 | 0.00051684236 |
ABI
ABI objects
Getter at block 21201387 circulatingSupply() view returns (uint256) remainingRewards() view returns (uint256) rewardBalance() view returns (uint256)
buyFee() view returns (uint24)
500
deadBlocks() view returns (uint8)
1
decimals() view returns (uint8)
18
emittedRewards() view returns (uint256)
0
emittedRewardsCache() view returns (uint256)
0
feeDenominator() view returns (uint24)
10000
lastEmittingBlock() view returns (uint256)
18998095
marketingFee() view returns (uint24)
6000
maxMarketingFee() view returns (uint24)
10000
maxSwapFee() view returns (uint24)
3000
maxWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Kanpai
operator() view returns (address)
0xfd7210d529d4f6c9fa143422c1b9dcf04cd66714
owner() view returns (address)
0x067f9ee05ac0d65d4d1ee476f4f0479dcebd6c17
pair() view returns (address)
0x9a633671df5f36506fc513064eda0cdf83cb0c13
poolFee() view returns (uint24)
10000
rewardToken() view returns (address)
0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24
rewardTokenPerBlock() view returns (uint256)
0
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint24)
500
startBlock() view returns (uint256)
18993468
swapRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
symbol() view returns (string)
KPAI
totalRewardClaimed() view returns (uint256)
57103328051025772847417
totalRewardDistributed() view returns (uint256)
56834743275623186795534
totalShares() view returns (uint256)
1202326541621852148655
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address addr) view returns (bool)
isOptin(address) view returns (bool)
lockedBalanceOf(address account) view returns (uint256)
pendingRewards(address addr) view returns (uint256)
State-modifying
Events allocate(address to, uint256 amount)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
claim(address to)
distribute(uint256 amountOutMinimum)
initialize() payable
removeFromBlacklist(address addr)
removeMaxWallet()
renounceOwnership()
resetEmittedRewardsUnsafe()
rewardOptin()
rewardOptout()
setFee(uint24 _buyFee, uint24 _sellFee, uint24 _marketingFee)
setOperator(address _operator)
setPoolFee(uint24 _poolFee)
setRewardTokenPerBlock(uint256 _rewardTokenPerBlock)
setRewardTokenPerBlockUnsafe(uint256 _rewardTokenPerBlock)
swapCollectedTax(uint256 amountOutMin)
sweep(address otherToken)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AddToBlacklist(address addr)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed addr, address indexed to, uint256 amount)
Distribute(address indexed addr, uint256 amount)
OptIn(address addr)
OptOut(address addr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveFromBlacklist(address addr)
Sweep(address indexed addr, address indexed token, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)