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 |
---|---|---|---|---|---|
USDT | ERC-20 | 1.768088M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20220352 | 5 months ago | | | 0 | 0.00037717969 | |
| 18751913 | a year ago | | | 0 | 0.0013320662 | |
| 18333027 | a year ago | | | 0 | 0.00013850101 | |
| 18283085 | a year ago | | | 0 | 0.00028406386 | |
| 18001323 | a year ago | | | 0 | 0.00082253398 | |
| 17952481 | a year ago | | | 0 | 0.00028429998 | |
| 17951947 | a year ago | | | 0 | 0.00067946997 | |
| 17946832 | a year ago | | | 0 | 0.00061776344 | |
| 17946824 | a year ago | | | 0 | 0.00065295335 | |
| 17946632 | a year ago | | | 0 | 0.00066391963 |
ABI
ABI objects
Getter at block 21393077
decimals() view returns (uint8)
18
deployerWallet() view returns (address)
0xa3844133020e1f920fe173ef5773fa2ddd40130e
limited() view returns (bool)
false
marketingWallet() view returns (address)
0x69960d17b763d331bab3b3f79b1f6f793979ec22
maxHoldingAmount() view returns (uint256)
0
maxTransactionAmount() view returns (uint256)
0
name() view returns (string)
USDT
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
100000000000000000000000000
tradingStartTimeStamp() view returns (uint256)
1692404255
uniswapV2Pair() view returns (address)
0x3e97154ac02bc34cc705d6547701bfadd89e9d4d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
commenceTrading(address _uniswapV2Pair)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address _account, bool _excluded)
excludeFromMaxTransaction(address _account, bool _excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLimits(bool _limited, uint256 _maxHoldingAmount, uint256 _maxTransactionAmount)
toggleSwapping(bool _bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawFunds(address _address)
withdrawTokens(address _address, address _tokenContract)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply, address _marketingWallet)
receive()
CanOnlySetPairOnce(address arg0)
ExceedsHoldingAmount(uint256 arg0)
ExceedsMaxTransactionAmount(uint256 arg0)
InvalidPresalePrice(uint256 arg0)
TradingHasNotStarted()
WithdrawFailed()