This contract is being backfilled. You may encounter incomplete storage history.

On-Chain Dynamics

Verified contract

Active on Ethereum with 8,259 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $374.77
ERC-20
Value $206.65
0x5cfebcff33dc3b4c7a4bbf28826bcd928957db51b88ed3008bd13fda587bdcfc
0x6a1d10e681b65c1d9303e0e5377f88b97c177e738af2af51338aa26e822789f7
0x9741a60be64a3a3474f5fe9c8f64d31086eab81b00e10687798ae13eea359b2e
0x34699f59f1f68de9c68811c481833ef2db91e68fd1f9e85f402f2235fd647d6e
0xac80959cb58f7987d5e10e51ccd5c79c4e7d4957a584b3da3462acce9fef8b1a
0x2eab8a69fb9807d8ba04df2f8eea15ded2f05fdf52000e511e33df065c32de17
0xd84974eab573d405abf77d9294d9f2acca964f2668015f687c6bcc8d6520e6c3
0xdc7e96301a9859ae070c0c028c352ff49491e29ef30f72f612776678a1f28438
0xe2ccf1e2291160af85c537b7f9d11df46442a13b28f3a7861dc28145b27eec01
0x07ea5b5c2c648b86fa01e0157e369fed570d8c8e59e7161c77b92266d034dc4f

Functions
Getter at block 20800269
decimals(view returns (uint8)
18
dexPair(view returns (address)
0x9e7065ce7e029d6a6d4936091547921a8008c4d3
dexRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributeAndLiquifyStatus(view returns (bool)
true
feesStatus(view returns (bool)
true
marketFeeOnBuy(view returns (uint256)
1
marketFeeOnSell(view returns (uint256)
9
marketWallet(view returns (address)
0xdbba71d308125218b1cd0fa4f93662ebdc28b43d
minSwapAmount(view returns (uint256)
250000000000000000000000
name(view returns (string)
On-Chain Dynamics
owner(view returns (address)
0xecab3064b0fca52fdcc8422280a927ef8f51fe8d
percentDivider(view returns (uint256)
100
symbol(view returns (string)
OCD
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFee(addressview returns (bool)
totalBuyFeePerTx(uint256 amountview returns (uint256)
totalSellFeePerTx(uint256 amountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableOrDisableFees(bool _value
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setDistributionStatus(bool _value
setIncludeOrExcludeFromFee(address accountbool value
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFee(uint256 _marketFee
updateSellFee(uint256 _marketFee
updateSwapAmount(uint256 _amount
updatemarketWallet(address newmarketWallet
withdrawETH(uint256 _amount
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DistributionStatus(bool Status
ExcludeFromFee(address indexed accountbool isExcluded
FeeStatus(bool Status
FeeUpdated(uint256 amount
NewSwapAmount(uint256 newAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
marketWalletUpdated(address indexed newWalletaddress indexed oldWallet
Constructor
constructor(
Fallback and receive
receive(
Errors
ReentrancyGuardReentrantCall(