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 "Do Buy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20872716 | 2 months ago | | | 0 | 0.0010170830 | |
| 20202217 | 6 months ago | | | 0 | 0.000070612893 | |
| 19951177 | 7 months ago | | | 0 | 0.00013131300 | |
| 19838915 | 7 months ago | | | 0 | 0.00026487879 | |
| 18206661 | a year ago | | | 0 | 0.00038722858 | |
| 18164736 | a year ago | | | 0 | 0.0014523362 | |
| 17890957 | a year ago | | | 0 | 0.00039234044 | |
| 17790276 | a year ago | | | 0 | 0.0018361669 | |
| 17351344 | 2 years ago | | | 0 | 0.0012889518 | |
| 17346384 | 2 years ago | | | 0 | 0.0011098419 |
ABI
ABI objects
Getter at block 21414876
decimals() view returns (uint8)
18
limited() view returns (bool)
true
maxHoldingAmount() view returns (uint256)
20000000
name() view returns (string)
Do Buy
owner() view returns (address)
0x0f7188db7f31350d17d0d8645cd20fd8be03c689
symbol() view returns (string)
BUY
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x51c249c8c758ae86401aae4102b26ac8a292bd71
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(string _name, string _symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.