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 |
---|---|---|---|---|---|
WENDEEZ | ERC-20 | 12.224527M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18468151 | a year ago | | | 0 | 0.00052485600 | |
| 17931930 | a year ago | | | 0 | 0.0017561736 | |
| 17931924 | a year ago | | | 0 | 0.0012846891 | |
| 17928539 | a year ago | | | 0 | 0.0015756131 | |
| 17796969 | a year ago | | | 0 | 0.00073896149 | |
| 17795231 | a year ago | | | 0 | 0.00087889624 | |
| 17784674 | a year ago | | | 0 | 0.0015636435 | |
| 17771069 | a year ago | | | 0 | 0.0011394191 | |
| 17756999 | a year ago | | | 0 | 0.0019182496 | |
| 17753261 | a year ago | | | 0 | 0.00067117001 |
ABI
ABI objects
Getter at block 21313011 getLockerFee() view returns (uint256)
buyTax() view returns (uint16)
200
decimals() view returns (uint8)
18
limitsEnabled() view returns (bool)
false
liquidityAllocation() view returns (uint256)
40000000000000000000000000
liquidityUnlockTime() view returns (uint256)
1695780456
maxWalletBal() view returns (uint256)
350000000000000000000000
name() view returns (string)
WENDEEZ
owner() view returns (address)
0x0000000000000000000000000000000000000000
presaleActive() view returns (bool)
false
presaleAllocation() view returns (uint256)
33000000000000000000000000
presaleHardCap() view returns (uint256)
15000000000000000000
presaleMaxBuy() view returns (uint256)
444000000000000000
sellTax() view returns (uint16)
200
symbol() view returns (string)
WENDEEZ
taxesEnabled() view returns (bool)
true
teamFinanceLockID() view returns (uint256)
19528
totalSupply() view returns (uint256)
100000000000000000000000000
transfersActivated() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xba273019c63374d5424b0b72095b11b5972e98ba
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
capExclusions(address) view returns (bool)
presaleData(uint256) view returns (address payer, uint256 payment)
presaleIndex(address) view returns (uint256)
taxExclusions(address) view returns (bool)
State-modifying
Events activateTransfers()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
changeBuyTax(uint16 _buyTax)
changeMaxWalletBal(uint256 _maxWalletBal)
changePresaleHardCap(uint256 _presaleHardCap)
changePresaleMaxBuy(uint256 _presaleMaxBuy)
changeSellTax(uint16 _sellTax)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
presaleOpen(uint256 _liquidityUnlockTime)
presalePayment() payable
presaleProcess() payable
renounceOwnership()
setCapExclusions(address[] _excluded, bool _status)
setTaxExclusions(address[] _excluded, bool _status)
toggleLimits()
toggleTaxes()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
withdrawTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxChanged(uint16 indexed _buyTax)
CapExcluded(address indexed _excluded, bool indexed _status)
LimitsToggled(bool indexed _status)
LiquidityCreated()
LiquidityLocked()
MaxWalletBalance(uint256 indexed _maxWalletBal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleAidropped()
PresaleClosed()
PresaleHardCapSet(uint256 indexed _hardCap)
PresaleMaxBuySet(uint256 indexed _maxBuy)
PresaleOpened()
PresalePayment(address indexed _sender, uint256 indexed _amount)
SellTaxChanged(uint16 indexed _sellTax)
TaxExcluded(address indexed _excluded, bool indexed _status)
TaxesToggled(bool indexed _status)
Transfer(address indexed from, address indexed to, uint256 value)
TransfersActivated()
UniswapV2Pair(address indexed _uniswapV2Pair)
constructor(string _name, string _symbol, uint256 _totalAllocation, uint256 _maxWalletBal, uint256 _liquidityAllocation, uint256 _presaleAllocation, uint256 _presaleMaxBuy, uint256 _presaleHardCap, uint16 _buyTax, uint16 _sellTax)
fallback()
receive()
AllocationOverflow()
CapExceeded()
InsufficientPayment()
PresaleActive()
PresaleFailed()
PresaleHardCap()
PresaleInactive()
PresaleInvalidUnlockTime()
PresaleMaxExceeded()
PresaleOverflow()
ProtectedAddress(address _address)
TaxOverflow()
TransferFailed()
TransfersLocked()