Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($494.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TWEET | ERC-20 | 3.682489K | $0.134355 |
$494.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21432211 | an hour ago | | | 0 | 0.0014332454 | |
| 21431872 | 2 hours ago | | | 0 | 0.0033529826 | |
| 21431496 | 4 hours ago | | | 0 | 0.0016137373 | |
| 21431333 | 4 hours ago | | | 0 | 0.0013116717 | |
| 21431199 | 5 hours ago | | | 0 | 0.0016787318 | |
| 21431095 | 5 hours ago | | | 0 | 0.00083026977 | |
| 21431049 | 5 hours ago | | | 0 | 0.00099468280 | |
| 21430986 | 5 hours ago | | | 0 | 0.0015171118 | |
| 21430984 | 5 hours ago | | | 0 | 0.0012245815 | |
| 21430841 | 6 hours ago | | | 0 | 0.0013802985 |
ABI
ABI objects
Getter at block 21432568
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x1cac2a71e16d3a6bec2dfcf4fe89f338058b439d
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributeAndLiquifyStatus() view returns (bool)
true
feeReceiver() view returns (address)
0x9808f392528dc9fa537d8fad6dfb0508bad15de6
feesStatus() view returns (bool)
true
launchedAt() view returns (uint256)
1734377231
maxTxnAmount() view returns (uint256)
10000000000000000000000000
maxWalletAmount() view returns (uint256)
10000000000000000000000000
minSwapAmount() view returns (uint256)
5000000000000000000000
name() view returns (string)
TWEET
owner() view returns (address)
0xb3fa4378318dff382dfc49622bbd45fa2e87671b
percentDivider() view returns (uint256)
100
symbol() view returns (string)
TWEET
taxFeeOnBuy() view returns (uint256)
5
taxFeeOnSell() view returns (uint256)
5
totalSupply() view returns (uint256)
10000000000000000000000000
trading() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateBuyTax(uint256 amount) view returns (uint256)
calculateSellTax(uint256 amount) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isLimitExmpt(address) view returns (bool)
isWalletExmpt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeSwapAmount(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
removeETH(uint256 _amount)
removeMaxWalletMaxTrxAmount()
renounceOwnership()
setDistributionStatus(bool _value)
setMaxTxnAmount(uint256 amount)
setMaxWalletAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyTax(uint256 _taxFee)
updateFeeWallet(address newfeeReceiver)
updateSellTax(uint256 _taxFee)
Approval(address indexed owner, address indexed spender, uint256 value)
DistributionStatus(bool Status)
ExcludeFromFee(address indexed account, bool isExcluded)
FeeStatus(bool Status)
FeeUpdated(uint256 amount)
NewSwapAmount(uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
feeReceiverUpdated(address indexed newWallet, address indexed oldWallet)
constructor(string __name, string __symbol, uint256 __supply, uint256 __maxTxnAmount, uint256 __maxWalletAmount, address __feeReceiver, address __router)
receive()
ReentrancyGuardReentrantCall()