Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Overdose"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16037909 | 2 years ago | | | 0 | 0.00055979691 | |
| 15520428 | 2 years ago | | | 0 | 0.00015335286 | |
| 15510831 | 2 years ago | | | 0 | 0.00054244889 | |
| 15508432 | 2 years ago | | | 0 | 0.00028301583 | |
| 15505797 | 2 years ago | | | 0 | 0.00058597321 | |
| 15503182 | 2 years ago | | | 0 | 0.00080029810 | |
| 15498352 | 2 years ago | | | 0 | 0.0015943855 | |
| 15497710 | 2 years ago | | | 0 | 0.0016314245 | |
| 15485651 | 2 years ago | | | 0 | 0.00099144673 | |
| 15485547 | 2 years ago | | | 0 | 0.0015002787 |
ABI
ABI objects
Getter at block 21311090
_devFee() view returns (uint256)
0
_devWalletAddress() view returns (address)
0xdca842c0f870e68ca33124ecb341c03cb148f853
_liquidityFee() view returns (uint256)
5
_lockTime() view returns (uint256)
1664996336
_maxTxAmount() view returns (uint256)
5000000000000000000000000000000000000000000
_owner() view returns (address)
0x0000000000000000000000000000000000000000
_taxFee() view returns (uint256)
0
decimals() view returns (uint256)
18
name() view returns (string)
Overdose
numTokensSellToAddToLiquidity() view returns (uint256)
500000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
OD
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x9eedac14c4d6db158e69defb6148adcbcb794546
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setDevFeePercent(uint256 devFee)
setDevWalletAddress(address _addr)
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxPercent(uint256 maxTxPercent)
setNumTokensSellToAddToLiquidity(uint256 amountToUpdate)
setRouterAddress(address newRouter)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _NAME, string _SYMBOL, uint256 _DECIMALS, uint256 _supply, uint256 _txFee, uint256 _lpFee, uint256 _DexFee, address routerAddress, address feeaddress, address tokenOwner, address service)
receive()
This contract contains no error objects.