PEPE ALL STARS
Verified contract
Active on
Ethereum with 350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3bf0…22e8
Balances ($0.00)
No balances found for "PEPE ALL STARS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21350921 | 7 days ago | | | 0 | 0.00056380484 | |
| 21350804 | 7 days ago | | | 0 | 0.00061489696 | |
| 21207279 | a month ago | | | 0 | 0.00038267260 | |
| 20927433 | 2 months ago | | | 0 | 0.00040200150 | |
| 20912961 | 2 months ago | | | 0 | 0.00035301717 | |
| 20902428 | 2 months ago | | | 0 | 0.00015207851 | |
| 20902428 | 2 months ago | | | 0 | 0.00026545514 | |
| 20902426 | 2 months ago | | | 0 | 0.00027297503 | |
| 20885679 | 2 months ago | | | 0 | 0.00055187739 | |
| 20866457 | 2 months ago | | | 0 | 0.00043466630 |
ABI
ABI objects
Getter at block 21403989
VERSION() view returns (uint256)
2
decimals() view returns (uint8)
18
name() view returns (string)
PEPE ALL STARS
owner() view returns (address)
0x0000000000000000000000000000000000000000
reflectionTax() view returns (uint16)
0
swapEnabled() view returns (bool)
true
symbol() view returns (string)
STARS
totalSupply() view returns (uint256)
420690000000000000000000000000000
treasuryAddress() view returns (address)
0x3bf0da6aa7114cd99781fa292583bc552b8b22e8
treasuryTax() view returns (uint16)
0
uniswapV2Pair() view returns (address)
0xf256a4a0031970fd2e65fea80482bd61a0ca6197
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
manualSwap()
renounceOwnership()
setFee(uint16 reflectionTax_, uint16 treasuryTax_)
setTreasuryAddress(address account)
toggleSwap(bool enable)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
withdrawTokens(address token, address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangedFees(uint16 reflectionTax, uint16 treasuryTax)
ChangedSwapEnable(bool enable)
ExcludedAccountsFromFees(address[] accounts, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Reflected(address sender, uint256 amount)
SwapTokensForEthFailed(uint256 amount)
TokenCreated(address indexed owner, address indexed token, string tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTreasuryWallet(address indexed account)
WithdrawedTokens(address indexed token, address indexed to, uint256 amount)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address router_, address treasuryAddress_, uint16 reflectionTax_, uint16 treasuryTax_, address feeReceiver)
receive()
This contract contains no error objects.