PepeCola
Verified contract
Active on
Ethereum with 1,225 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PepeCola"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20925298 | 2 months ago | | | 0 | 0.00054989631 | |
| 20925293 | 2 months ago | | | 0 | 0.00055185320 | |
| 20925242 | 2 months ago | | | 0 | 0.00048701975 | |
| 20925235 | 2 months ago | | | 0 | 0.00072505039 | |
| 20847621 | 3 months ago | | | 0 | 0.00019492686 | |
| 20847617 | 3 months ago | | | 0 | 0.00020050761 | |
| 19996785 | 6 months ago | | | 0 | 0.00023817465 | |
| 19879817 | 7 months ago | | | 0 | 0.00023640485 | |
| 19872929 | 7 months ago | | | 0 | 0.000095025383 | |
| 19536892 | 8 months ago | | | 0 | 0.0011803795 |
ABI
ABI objects
Getter at block 21397038
decimals() view returns (uint8)
9
name() view returns (string)
PepeCola
symbol() view returns (string)
PEPECOLA
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingAddress(address _newAddr)
changeMarketingFee(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address who, bool status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rescueAnyBEP20Tokens(address _tokenAddr, address _to, uint256 _amount)
rescueBNB(uint256 weiAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.