Psyduck Inu
Verified contract
Active on
Ethereum with 978 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf786…e37e
12 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Psyduck | ERC-20 | 535.390118K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20392432 | 4 months ago | | | 0 | 0.00011630588 | |
| 20389901 | 4 months ago | | | 0 | 0.00014427956 | |
| 20389878 | 4 months ago | | | 0 | 0.0013751859 | |
| 20165353 | 5 months ago | | | 0 | 0.00013288131 | |
| 20159297 | 5 months ago | | | 0 | 0.00034878632 | |
| 20159294 | 5 months ago | | | 0 | 0.00032935058 | |
| 20159284 | 5 months ago | | | 0 | 0.00034490344 | |
| 20159278 | 5 months ago | | | 0 | 0.00036585309 | |
| 20143820 | 5 months ago | | | 0 | 0.00012247907 | |
| 20136208 | 5 months ago | | | 0 | 0.00057600766 |
ABI
ABI objects
Getter at block 21217727
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_aAaAliquidityBal() view returns (uint256)
0
_aAaAmarketBal() view returns (uint256)
0
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 development, uint16 total)
(liquidity=200, marketing=400, development=400, total=1000)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=1000, sellFee=1000, transferFee=1000)
contractSwapEnabled() view returns (bool)
true
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getOwner() view returns (address)
0x8104b506dc5378aa6192b1f544f6ce7d8f7dbcc5
lpPair() view returns (address)
0x3eb9b098584ef1bea05174450700e5e074af4b1f
maxTxAmountUI() view returns (uint256)
1000000000
maxWalletSizeUI() view returns (uint256)
20000000
name() pure returns (string)
Psyduck Inu
owner() view returns (address)
0x8104b506dc5378aa6192b1f544f6ce7d8f7dbcc5
staticVals() view returns (uint16 maxBuyTaxes, uint16 maxSellTaxes, uint16 maxTransferTaxes, uint16 masterTaxDivisor)
(maxBuyTaxes=2500, maxSellTaxes=2500, maxTransferTaxes=2500, masterTaxDivisor=10000)
symbol() pure returns (string)
Psyduck
totalSupply() view returns (uint256)
1000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeSniper(address account)
renounceOwnership()
setContractSwapEnabled(bool _enabled)
setExcludedFromFees(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock)
setRatios(uint16 liquidity, uint16 marketing, uint16 development)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketingWallet)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.