Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($902.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 901.32 | $1.001 |
$902.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20869532 | 2 months ago | | | 0 | 0.00040478857 | |
| 18173724 | a year ago | | | 0 | 0.00044197460 | |
| 18076519 | a year ago | | | 0 | 0.00031329066 | |
| 18076513 | a year ago | | | 0 | 0.00026706002 | |
| 18076507 | a year ago | | | 0 | 0.00054091273 | |
| 18076502 | a year ago | | | 0 | 0.00062418299 | |
| 18076493 | a year ago | | | 0 | 0.00051392235 | |
| 18076470 | a year ago | | | 0 | 0.00050220148 | |
| 18076467 | a year ago | | | 0 | 0.00068774496 | |
| 18031811 | a year ago | | | 0 | 0.00076421383 |
ABI
ABI objects
Getter at block 21220975
botLimited() view returns (bool)
true
buyFeeRate() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
dev() view returns (address)
0xa125b97dcf3f5468a9dbd0f79fe70aeb577c3bc4
maxHoldingAmount() view returns (uint256)
10000000000000000000000000000
maxLimited() view returns (bool)
false
name() view returns (string)
DexBot
owner() view returns (address)
0x6303b25fb7fd59e3e55415d2aaf341e0ea1d3604
sellFeeRate() view returns (uint256)
1000000000000000000
symbol() view returns (string)
DEXBOT
totalSupply() view returns (uint256)
1000000000000000000000000000
transferable() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceFromPool(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
dutyFree(address) view returns (bool)
lastTradingBlock(address) view returns (uint256)
uniswapPool(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklist(address[] accounts)
renounceOwnership()
setBlacklist(address[] accounts)
setBotLimited()
setDev(address newDev)
setDutyFree(address account)
setFeeRate(uint256 _buyFeeRate, uint256 _sellFeeRate)
setMaxLimit(bool _limited, uint256 _amount)
setPool(address account)
setTransferable()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawEth(address to)
withdrawToken(address token, address to)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistRemoved(address indexed owner, address[] accounts)
BlacklistSet(address indexed owner, address[] accounts)
DevSet(address indexed owner, address indexed account)
DutyFreeSet(address indexed owner, address indexed account, bool indexed value)
FeeRateSet(address indexed owner, uint256 indexed buyFeeRate, uint256 indexed sellFeeRate)
LimitSet(address indexed owner, bool indexed limited, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolSet(address indexed owner, address indexed account, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.