WaittCoin
Verified contract
Active on
Ethereum with 492 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 |
---|---|---|---|---|---|
WAITT | ERC-20 | 203.94543B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20740828 | 2 months ago | | | 0 | 0.00013486438 | |
| 20671107 | 2 months ago | | | 0 | 0.00030876586 | |
| 20516123 | 3 months ago | | | 0 | 0.00013353274 | |
| 20392519 | 4 months ago | | | 0 | 0.00011084380 | |
| 20356292 | 4 months ago | | | 0 | 0.00024243943 | |
| 20356275 | 4 months ago | | | 0 | 0.00024473330 | |
| 20272432 | 4 months ago | | | 0 | 0.00013982638 | |
| 20069270 | 5 months ago | | | 0 | 0.0010828760 | |
| 19866543 | 6 months ago | | | 0 | 0.00039909664 | |
| 19509554 | 8 months ago | | | 0 | 0.00084844045 |
ABI
ABI objects
Getter at block 21216514
decimals() pure returns (uint8)
18
maxWalletAmount() view returns (uint256)
8413800000000000000000000000000
name() view returns (string)
WaittCoin
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xf9e4e6ff6737c2fccd1f6017bebddca24bad6dc4
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
210345000000000000000000000000
symbol() view returns (string)
WAITT
totalSupply() view returns (uint256)
420690000000000000000000000000000
waittmarketingAddress() view returns (address)
0x45a57ea25e40971c71d856b847bf933e64fb4ef3
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
totalFees(uint256) view returns (uint16)
waittmarketingFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
waittmarketingAddressSetup(address _newAddress)
waittmarketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
waittmarketingAddressUpdated(address waittmarketingAddress)
waittmarketingFeeSent(address recipient, uint256 amount)
waittmarketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.