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 |
---|---|---|---|---|---|
SMUG | ERC-20 | 3.659253M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20457025 | a month ago | | | 0 | 5.2054058e-7 | |
| 20456989 | a month ago | | | 0 | 0.0000019048003 | |
| 20159454 | a month ago | | | 0 | 0.000000300249659874 | |
| 20159434 | a month ago | | | 0 | 5.2536338e-7 | |
| 19956846 | 2 months ago | | | 0 | 2.8375869e-7 | |
| 19956594 | 2 months ago | | | 0 | 4.3112025e-7 | |
| 19951476 | 2 months ago | | | 0 | 4.8631446e-7 | |
| 19950614 | 2 months ago | | | 0 | 4.8631446e-7 | |
| 19950403 | 2 months ago | | | 0 | 0.0000018126622 | |
| 19950302 | 2 months ago | | | 0 | 0.0000018126622 |
ABI
ABI objects
Getter at block 22102629
decimals() view returns (uint8)
18
dex() view returns (address)
0x850fb91d4d0ee01af37717f4b5c7d33ebbec79c6
name() view returns (string)
PEPE
owner() view returns (address)
0xe04063602b8b6b5d3526e6af873d2a4777e12d92
symbol() view returns (string)
SMUG
totalSupply() view returns (uint256)
2402040240000000000000000000
treasury() view returns (address)
0xe04063602b8b6b5d3526e6af873d2a4777e12d92
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyTax(address) view returns (uint256)
getTaxes(address _dex) view returns (uint256 buy, uint256 sell)
sellTax(address) view returns (uint256)
taxed(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeDex(address _dexAddress)
renounceOwnership()
setPoolFee(uint24 fee)
setTaxes(address _dex, uint256 _buyTax, uint256 _sellTax)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferTreasury(address _newTreasury)
withdrawTaxes(uint256 _amount)
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 _initialSupply, address _weth)
This contract contains no fallback and receive objects.
CannotTaxSelf()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 value)
ERC20InsufficientBalance(address owner, uint256 balance, uint256 value)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OnlyOwnerOrTreasury()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TaxTooHigh()