DO2 Token
Verified contract
Active on
Ethereum with 2,889 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DO2 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839447 | 2 months ago | | | 0 | 0.00038910336 | |
| 20046897 | 6 months ago | | | 0 | 0.0010218420 | |
| 20040636 | 6 months ago | | | 0 | 0.00091683814 | |
| 19538384 | 8 months ago | | | 0 | 0.0018646144 | |
| 19453856 | 8 months ago | | | 0 | 0.0011230601 | |
| 19416351 | 9 months ago | | | 0 | 0.0034455859 | |
| 19367759 | 9 months ago | | | 0 | 0.0028481186 | |
| 19367754 | 9 months ago | | | 0 | 0.0040412802 | |
| 19267318 | 9 months ago | | | 0 | 0.0018383394 | |
| 19058691 | 10 months ago | | | 0 | 0.00060013358 |
ABI
ABI objects
Getter at block 21290338
_startTime() view returns (uint256)
1692273300
decimals() view returns (uint8)
18
dexTaxBuyFee() view returns (uint256)
200
dexTaxFee() view returns (uint256)
200
enableLock() view returns (bool)
true
name() view returns (string)
DO2 Token
owner() view returns (address)
0x000000000000000000000000000000000000dead
pairAddress() view returns (address)
0x31d051b175bc64fd25affaeee39a28aa94a0df34
routerAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
DO2
tax2Address() view returns (address)
0x44e8ba40327d697faf80db045322ab40b89f5bef
taxAddress() view returns (address)
0x693429bf4b02df67910087da175fb7448e1c588f
taxBuyAddress() view returns (address)
0x693429bf4b02df67910087da175fb7448e1c588f
totalSupply() view returns (uint256)
1000000000000000000000000000000
usdtAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
amountForEth(uint256 ethAmount) view returns (uint256 tokenAmount)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createPair()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account, bool _type)
excludeFromFeeList(address[] _addressList, bool _type)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyList(address[] _addressList, bool _type)
setBuyOne(address account, bool _type)
setStartAddTime(uint256 startAddTime)
setStartTime(uint256 startTime)
setTax2Address(address _tax2Address)
setTaxAddress(address _taxAddress)
setTaxBuyAddress(address _taxAddress)
stopLock()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.