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 |
---|---|---|---|---|---|
BDORY | ERC-20 | 28.695338K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15266245 | 6 months ago | | | 0 | 0.000000084807023119 | |
| 12401468 | 8 months ago | | | 0 | 0.0000027074106 | |
| 12298172 | 8 months ago | | | 0 | 0.0000018686262 | |
| 12298151 | 8 months ago | | | 0 | 0.0000018704863 | |
| 12298138 | 8 months ago | | | 0 | 0.0000018600472 | |
| 12298104 | 8 months ago | | | 0 | 0.0000018776125 | |
| 12298096 | 8 months ago | | | 0 | 0.0000018745644 | |
| 12298073 | 8 months ago | | | 0 | 0.0000018862395 | |
| 12298052 | 8 months ago | | | 0 | 0.0000065700489 | |
| 12297869 | 8 months ago | | | 0 | 0.00019098935 |
ABI
ABI objects
Getter at block 23175992
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
feeRecipientAddr() view returns (address)
0xbd8eb3dcd1c5ffd831543b796d42660d829971d3
feeThreshold() view returns (uint256)
500000000000000000000000
maxSwapTxAmount() view returns (uint256)
500000000000000000000000
maxWallet() view returns (uint256)
500000000000000000000000
name() view returns (string)
Dory
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
49
symbol() view returns (string)
BDORY
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
disableHoldingLimit()
disableLimits()
disableSwapLimit()
enableTrading()
removeStuckERC20(address token)
removeStuckETH()
renounceOwnership()
swapBack()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateFeeTokenThreshold(uint256 newThreshold)
updateSwapFees(uint256 newBuyFee, uint256 newSellFee)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeSwap(uint256 indexed value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)