WWF Token
Verified contract
Active on
Ethereum with 326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WWF | ERC-20 | 860K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20497173 | 3 months ago | | | 0 | 0.000055987657 | |
| 20494549 | 3 months ago | | | 0 | 0.000042642802 | |
| 20494479 | 3 months ago | | | 0 | 0.00024502912 | |
| 20494473 | 3 months ago | | | 0 | 0.00024538666 | |
| 20494462 | 3 months ago | | | 0 | 0.00024286313 | |
| 20494446 | 3 months ago | | | 0 | 0.00023797470 | |
| 20494435 | 3 months ago | | | 0 | 0.00023379269 | |
| 20494428 | 3 months ago | | | 0 | 0.00028194165 | |
| 20494375 | 3 months ago | | | 0 | 0.00014790649 | |
| 20494352 | 3 months ago | | | 0 | 0.00014472692 |
ABI
ABI objects
Getter at block 21224652
_launchTokensClaimed() view returns (bool)
false
decimals() view returns (uint8)
18
getBaseBuyFees() view returns (uint8, uint8, uint8)
(0, 0, 1)
getBaseSellFees() view returns (uint8, uint8, uint8)
(0, 0, 4)
initialSupply() view returns (uint256)
316000000000000000000000000
isTradingEnabled() view returns (bool)
false
launchTokens() view returns (uint256)
0
liquidity1Wallet() view returns (address)
0x61f74cd55ba283269eb86a2aa7a882b2e1a9225f
liquidity2Wallet() view returns (address)
0x61f74cd55ba283269eb86a2aa7a882b2e1a9225f
maxTxAmount() view returns (uint256)
316000000000000000000000000
maxWalletAmount() view returns (uint256)
25280000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
3160000000000000000000
name() view returns (string)
WWF Token
operationsWallet() view returns (address)
0x61f74cd55ba283269eb86a2aa7a882b2e1a9225f
owner() view returns (address)
0x162d79e8c3d95f6161537bb09d0c30037954efe7
symbol() view returns (string)
WWF
totalSupply() view returns (uint256)
316000000000000000000000000
uniswapV2Pair() view returns (address)
0xd01330749b1bf0e88cee415fffb0a93af0f83e17
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
claimETHOverflow(uint256 amount)
claimLaunchTokens()
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidity1FeeOnBuy, uint8 _liquidity2FeeOnBuy, uint8 _operationsFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidity1FeeOnSell, uint8 _liquidity2FeeOnSell, uint8 _operationsFeeOnSell)
setFeeOnSelectedWalletTransfers(address account, bool value)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setUniswapRouter(address newAddress)
setWallets(address newLiquidity1Wallet, address newLiquidity2Wallet, address newOperationsWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
BlockedAccountChange(address indexed holder, bool indexed status)
ClaimOverflow(address token, uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
ExcludeFromMaxWalletChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidity1Fee, uint8 liquidity2Fee, uint8 operationsFee)
FeeOnSelectedWalletTransfersChange(address indexed account, bool newValue)
FeesApplied(uint8 liquidity1Fee, uint8 liquidity2Fee, uint8 operationsFee, uint8 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
TradingStatusChange(bool indexed newValue, bool indexed oldValue)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
WalletChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.