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 "DYOR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18862634 | a year ago | | | 0 | 0.0010268472 | |
| 18860995 | a year ago | | | 0 | 0.00033789671 | |
| 18847656 | a year ago | | | 0 | 0.00086893329 | |
| 18759580 | a year ago | | | 0 | 0.0017896178 | |
| 18667709 | a year ago | | | 0 | 0.0014334530 | |
| 18328622 | a year ago | | | 0 | 0.00038600070 | |
| 18049536 | a year ago | | | 0 | 0.00077961923 | |
| 17994848 | a year ago | | | 0 | 0.00077150190 | |
| 17885515 | a year ago | | | 0 | 0.0013065768 | |
| 17839522 | a year ago | | | 0 | 0.00067625522 |
ABI
ABI objects
Getter at block 21276530
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000000
buyTax() view returns (uint8)
0
decimals() view returns (uint8)
18
limited() view returns (bool)
true
maxBuy() view returns (uint8)
50
name() view returns (string)
DYOR
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint8)
1
symbol() view returns (string)
DYOR
totalSupply() view returns (uint256)
100000000000000000000000000000
uniswapV2Pair() view returns (address)
0x9cbfa55cc44dd9d65e735462e4edc8e8158b6567
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFees(uint8 newBuy, uint8 newSell)
setFeesWallet(address wallet)
setMaxBuy(uint8 newMaxBuy)
setRule(bool _limited, address _uniswapV2Pair, uint8 _buyTax, uint8 _sellTax, uint8 _maxBuy)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.