ELONWIFTRUMP
Verified contract
Active on
Ethereum with 1,361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($581.72)
Native
Value
$581.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.162119 | $3,588.25 |
$581.72 | |
$EWT | ERC-20 | 13.902092K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227632 | 8 days ago | | | 0 | 0.00047397629 | |
| 21214749 | 10 days ago | | | 0 | 0.00052437375 | |
| 21207112 | 11 days ago | | | 0 | 0.00068304234 | |
| 21195853 | 12 days ago | | | 0 | 0.0014033183 | |
| 21177715 | 15 days ago | | | 0 | 0.00083121280 | |
| 21158795 | 18 days ago | | | 0 | 0.0011199604 | |
| 21149755 | 19 days ago | | | 0 | 0.00046261878 | |
| 21128712 | 22 days ago | | | 0 | 0.00047001496 | |
| 21127940 | 22 days ago | | | 0 | 0.00032490983 | |
| 21127919 | 22 days ago | | | 0 | 0.00069597420 |
ABI
ABI objects
Getter at block 21284839
buyFee() view returns (uint16)
0
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
marketingWallet() view returns (address)
0x6052132a6444e9160c36c90747a3b137d0c920d2
maxWalletBalance() view returns (uint256)
1389440000000000000000000
name() view returns (string)
ELONWIFTRUMP
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint16)
0
swapTokensAtAmount() view returns (uint256)
34736000000000000000000
symbol() view returns (string)
$EWT
totalSupply() view returns (uint256)
69472024000000000000000000
tradingEnabled() view returns (bool)
true
uniV2Pair() view returns (address)
0xad7f7c34895c74d80917443ecf0139e6f2de44ff
uniV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxWalletBalance(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
enableTrading()
removeLimits()
renounceOwnership()
setBuyFee(uint16 newBuyFee)
setExcludedFromFees(address account, bool excluded)
setExcludedFromMaxWalletBalance(address account, bool excluded)
setSellFee(uint16 newSellFee)
setSwapTokensAtAmount(uint256 newSwapTokensAtAmount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeeSet(uint16 newBuyFee)
FeesDistributed(uint256 totalTokensDistributed)
LimitsRemoved()
MarketingWalletUpdated(address newAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeeSet(uint16 newSellFee)
SwapTokensAtAmountSet(uint256 newSwapTokensAtAmount)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)