PuppyLove Coin
Verified contract
Active on
Ethereum with 75 txns
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 |
---|---|---|---|---|---|
$PuppyLove | ERC-20 | 952.000592M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19183772 | 10 months ago | | | 0 | 0.0017871193 | |
| 19181389 | 10 months ago | | | 0 | 0.00092782924 | |
| 19178086 | 10 months ago | | | 0 | 0.0010322877 | |
| 19178086 | 10 months ago | | | 0 | 0.0018110023 | |
| 19175496 | 10 months ago | | | 0 | 0.00065516427 | |
| 19173364 | 10 months ago | | | 0 | 0.00090909092 | |
| 19172775 | 10 months ago | | | 0 | 0.00099396423 | |
| 19172154 | 10 months ago | | | 0 | 0.0012586909 | |
| 19169927 | 10 months ago | | | 0 | 0.0022401966 | |
| 19169315 | 10 months ago | | | 0 | 0.0013425296 |
ABI
ABI objects
Getter at block 21324393
buyTaxes() view returns (uint256 tax)
0
decimals() view returns (uint8)
18
name() view returns (string)
PuppyLove Coin
owner() view returns (address)
0x408aaacd1bb5cf55e4bc615f7ec3f5463e56d1c4
pair() view returns (address)
0x803962aaa9ce76d8cb4108fc76dfbaa1241d45a4
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTaxes() view returns (uint256 tax)
5
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
1000000000000000000000000
symbol() view returns (string)
$PuppyLove
taxWallet() view returns (address)
0xb7283c71cbbebf5338bf4c0f801ba7d145d434df
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
clearStuckEthers(uint256 amountPercentage)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyTaxes(uint256 _tax)
setExcludedFromFees(address _address, bool state)
setSellTaxes(uint256 _tax)
setSwapEnabled(bool state)
setSwapThreshold(uint256 new_amount)
settaxWallet(address newWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unclog()
withdrawStuckTokens(address _token, address _to) returns (bool _sent)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxesUpdated()
DevelopmentWalletUpdated()
ExcludedFromFeesUpdated()
MaxTxAmountUpdated()
MaxWalletAmountUpdated()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellTaxesUpdated()
StoicDaoWalletUpdated()
StuckEthersCleared()
SwapEnabled()
SwapThresholdUpdated()
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
taxWalletUpdated()
constructor()
receive()
This contract contains no error objects.