Poof Token
Verified contract
Active on
Ethereum with 6,245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
32 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POOF | ERC-20 | 99.854548K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168312 | 13 days ago | | | 0 | 0.0028912647 | |
| 21164429 | 13 days ago | | | 0 | 0.0030799830 | |
| 21150614 | 15 days ago | | | 0 | 0.0019922185 | |
| 21144491 | 16 days ago | | | 0 | 0.0027095498 | |
| 21119455 | 20 days ago | | | 0 | 0.000052770701 | |
| 21067001 | a month ago | | | 0 | 0.00039417002 | |
| 20906482 | 2 months ago | | | 0 | 0.0012019904 | |
| 20902226 | 2 months ago | | | 0 | 0.00019457593 | |
| 20897949 | 2 months ago | | | 0 | 0.00031707431 | |
| 20897945 | 2 months ago | | | 0 | 0.00030463218 |
ABI
ABI objects
Getter at block 21259885
FEE_DIVISOR() view returns (uint256)
1000
buyDREAMFee() view returns (uint256)
10
buyLiquidityFee() view returns (uint256)
10
buyMarketingFee() view returns (uint256)
40
cooldownEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
dreamWalletAddress() view returns (address)
0xa8eb3f63f73129db3e0b3163c3ef28ce0cd5f6f3
feesEnabled() view returns (bool)
true
liquidityWalletAddress() view returns (address)
0x828ffc43f245c293ebe6f75a9fb4a8c54c5e5356
marketingWalletAddress() view returns (address)
0x995f2de133e2c8bd2c17a1fddfd3570e624a0d59
maxBuyAmount() view returns (uint256)
100000000000000000000000000
maxSellAmount() view returns (uint256)
200000000000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Poof Token
owner() view returns (address)
0x173fe59da4deaebb2f44a6d52fcccbedf2c43028
sellDREAMFee() view returns (uint256)
0
sellLiquidityFee() view returns (uint256)
10
sellMarketingFee() view returns (uint256)
50
swapEnabled() view returns (bool)
true
symbol() view returns (string)
POOF
totalSupply() view returns (uint256)
100000000000000000000000000
tradingOpen() view returns (bool)
true
tradingOpenBlock() view returns (uint256)
16436547
transferDREAMFee() view returns (uint256)
10
transferFeesEnabled() view returns (bool)
false
transferLiquidityFee() view returns (uint256)
0
transferMarketingFee() view returns (uint256)
50
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
humanVerified(address) view returns (bool)
isBlacklisted(address wallet) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeFees()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading(uint256 blocks)
removeLimits()
renounceOwnership()
setBlacklisted(address[] accounts, bool isBL)
setBuyFee(uint256 _buyMarketingFee, uint256 _buyDREAMFee, uint256 _buyLiquidityFee)
setCooldownBlocks(uint256 blocks)
setCooldownEnabled(bool onoff)
setDREAMWalletAddress(address _dreamWalletAddress)
setExcludeFromMaxTransaction(address[] accounts, bool isEx)
setExcludedFromFees(address[] accounts, bool isEx)
setFeesEnabled(bool onoff)
setHumanVerificationRequired(bool onoff)
setLiquidityWalletAddress(address _liquidityWalletAddress)
setMarketingWalletAddress(address _marketingWalletAddress)
setMaxBuyAmount(uint256 _maxBuyAmount)
setMaxSellAmount(uint256 _maxSellAmount)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSellFee(uint256 _sellMarketingFee, uint256 _sellDREAMFee, uint256 _sellLiquidityFee)
setSignerAddress(address signerAddress)
setSwapEnabled(bool onoff)
setSwapTokensAtAmount(uint256 swapTokensAtAmount)
setTransferFee(uint256 _transferMarketingFee, uint256 _transferDREAMFee, uint256 _transferLiquidityFee)
setTransferFeesEnabled(bool onoff)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unclog()
verifyHuman(uint8 _v, bytes32 _r, bytes32 _s)
withdrawStuckETH()
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
OpenTrading(uint256 tradingOpenBlock, uint256 _blocksToBlacklist)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBuyFee(uint256 buyMarketingFee, uint256 buyDREAMFee, uint256 buyLiquidityFee)
SetMaxBuyAmount(uint256 newMaxBuyAmount)
SetMaxSellAmount(uint256 newMaxSellAmount)
SetMaxWalletAmount(uint256 newMaxWalletAmount)
SetSellFee(uint256 sellMarketingFee, uint256 sellDREAMFee, uint256 sellLiquidityFee)
SetSwapTokensAtAmount(uint256 newSwapTokensAtAmount)
SetTransferFee(uint256 transferMarketingFee, uint256 transferDREAMFee, uint256 transferLiquidityFee)
Transfer(address indexed from, address indexed to, uint256 value)
VerifyHuman(address signer)
constructor(address _marketingWalletAddress, address _dreamWalletAddress, address _liquidityWalletAddress, address signerAddress)
fallback()
receive()
This contract contains no error objects.