KryptoPetsTreasury
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($443.63)
Native
Value
$443.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.119608 | $3,709.00 |
$443.63 | |
KPETS | ERC-20 | 43.126379T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16202867 | 2 years ago | | | 0 | 0.0047679595 | |
| 16157573 | 2 years ago | | | 0 | 0.0041274609 | |
| 15791846 | 2 years ago | | | 0 | 0.0083663428 | |
| 15765357 | 2 years ago | | | 0 | 0.0036860599 | |
| 15708108 | 2 years ago | | | 0 | 0.0088473259 | |
| 15506422 | 2 years ago | | | 0 | 0.0024461385 | |
| 15086554 | 2 years ago | | | 0 | 0.0049978910 | |
| 15057759 | 2 years ago | | | 0 | 0.0054921802 | |
| 15009867 | 2 years ago | | | 0 | 0.0080265664 | |
| 14971258 | 2 years ago | | | 0 | 0.013239258 |
ABI
ABI objects
Getter at block 21299073
addLiquidityRate() view returns (uint256)
9400
buybackRate() view returns (uint256)
9500
dividendToken() view returns (address)
0x72295e7904e5dc591f83ef11559db7a89d1e3ced
feeWallet() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
liquidityWithdrawalLimit() view returns (uint256)
2000
owner() view returns (address)
0x4553ae291172efb828705fff361b4c40ae243e79
pair() view returns (address)
0x919c3d39536db1bb35dd09ffabe8a436924831c4
performanceFee() view returns (uint256)
100
performanceLpFee() view returns (uint256)
200
period() view returns (uint256)
30
slippageFactor() view returns (uint256)
830
slippageFactorUL() view returns (uint256)
995
token() view returns (address)
0x72295e7904e5dc591f83ef11559db7a89d1e3ced
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
withdrawalLimit() view returns (uint256)
500
Read-only
bnbToTokenPath(uint256) view returns (address)
State-modifying
Events addLiquidity()
buyBack()
emergencyWithdraw()
harvest()
initialize(address _token, address _dividendToken, address _uniRouter, address[] _bnbToTokenPath)
recoverWrongTokens(address _token)
renounceOwnership()
setAddLiquidityRate(uint256 _percent)
setBuybackRate(uint256 _percent)
setFarmServiceInfo(address _farm, address _addr)
setLiquidityWithdrawalLimit(uint256 _percent)
setServiceInfo(address _wallet, uint256 _fee)
setStakingServiceInfo(address _staking, address _addr)
setSwapSettings(address _uniRouter, uint256 _slipPage, address[] _path)
setWithdrawalLimit(uint256 _percent)
setWithdrawalLimitPeriod(uint256 _period)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawLiquidity(uint256 _amount)
AddLiquidityRateUpdated(uint256 percent)
BuybackRateUpdated(uint256 percent)
LiquidityAdded(uint256 amountETH, uint256 amountToken, uint256 liquidity)
LiquidityWithdrawLimitUpdated(uint256 percent)
LiquidityWithdrawn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodUpdated(uint256 duration)
ServiceInfoUpdated(address wallet, uint256 performanceFee, uint256 liquidityFee)
SetSwapConfig(address router, uint256 slipPage, address[] path)
TokenBuyBack(uint256 amountETH, uint256 amountToken)
TransferBuyBackWallet(address staking, address wallet)
WithdrawLimitUpdated(uint256 percent)
Withdrawn(uint256 amount)
constructor()
receive()
This contract contains no error objects.