Duplicate
Verified contract
Active on
Ethereum with 2,417 txns
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 |
---|---|---|---|---|---|
DUPE | ERC-20 | 802.691652K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19022631 | 10 months ago | | | 0 | 0.00073612341 | |
| 18896332 | 10 months ago | | | 0 | 0.00065300567 | |
| 18873663 | 10 months ago | | | 0 | 0.00057318886 | |
| 18676265 | a year ago | | | 0 | 0.00078168067 | |
| 18641694 | a year ago | | | 0 | 0.00067937733 | |
| 18438223 | a year ago | | | 0 | 0.00042357578 | |
| 18068345 | a year ago | | | 0 | 0.00024030636 | |
| 18051161 | a year ago | | | 0 | 0.00025710677 | |
| 18051147 | a year ago | | | 0 | 0.00027228907 | |
| 18051132 | a year ago | | | 0 | 0.00053316105 |
ABI
ABI objects
Getter at block 21161490
_owner() view returns (address)
0x0000000000000000000000000000000000000000
buyTax() view returns (uint256)
5
decimals() view returns (uint8)
18
marketingFeeReceiver() view returns (address)
0xcb9270ba0760ebb28b5474cc4021704b063ff6c5
maxTxAmount() view returns (uint256)
3000000000000000000000000
maxWalletBalance() view returns (uint256)
3000000000000000000000000
name() view returns (string)
Duplicate
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
5
swapThreshold() view returns (uint256)
3000000000000000000000000
symbol() view returns (string)
DUPE
totalSupply() view returns (uint256)
100000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x397217ae1de4a6e543858b0191c9213aadbcc4ed
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)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setExemptFromFee(address addr, bool value)
setExemptFromMaxTx(address addr, bool value)
setMarketingWallet(address _marketingFeeReceiver)
setMaxWalletAndTxPercent(uint256 _maxWalletPercent, uint256 _maxTxPercent)
setSwapBackSettings(uint256 _amount)
setTaxes(uint256 _buyTax, uint256 _sellTax)
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(string _name, string _symbol, uint256 _tokenSupply, uint8 _maxWalletPercent, uint8 _maxTxPercent, uint8 _buyTax, uint8 _sellTax)
fallback()
receive()
MathOverflowedMulDiv()
MaxBalanceExceeded()
NotExternalToken()
PercentOutOfRange()
ReentrancyGuardReentrantCall()
TradingClosed()
TransactionTooLarge()
TransferFailed()
UnknownCaller()