Dory

Verified contract

Active on Base with 23 txns
Deployed by via 0xfe000361 at 12297555
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x25149def7b1ee4e009c0951619a0e9997c02857cceae4353789cabbb6ef6645c
0x9116451293150c1ba91e8ec11b54622289778bfed80bcab517d2a10bbdb0e60f
0x3d7d0554feed8e01ac6712fad280a6be95f64a118d54a19dad6d35c324719a92
0xb897c237f1b30f84128bc0ec0306e7de717d28595908a9b6445a909db90fdc80
0x2b53aaf07ae21a4f5f98a7ec09e72095e701fb807beb91bb9e34d20e961dd51c
0xf9fdf4aa8090d18c2b36abb9b3a0eb5974037f295605337ec96886e5c08d4ecf
0x687c0b66908a24e16b47e0d9cfc0dcd32d92821b9c2c827d813fea3de3de7416
0xb832544d502478fcd71a53aa5b23010d443aa3ec792ad553abce57519d80798f
0xe5f3ec1eac38cb342aac830596417f4b0b641bc4672269278ee020a86ba18f9b
0xc0f0d32926ffad4fb073af2eeb3e88b18c0e92e8c76b385c76b4932bb853331e

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
disableHoldingLimit(
disableLimits(
disableSwapLimit(
enableTrading(
removeStuckERC20(address token
removeStuckETH(
renounceOwnership(
swapBack(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateFeeTokenThreshold(uint256 newThreshold
updateSwapFees(uint256 newBuyFeeuint256 newSellFee
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FeeSwap(uint256 indexed value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account