Pepe Governance Token
Verified contract
Active on
Base with 28 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 "Pepe Governance Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3259159 | a year ago | | | 0 | 0.000000800549042868 | |
| 3259142 | a year ago | | | 0 | 0.000000803107092000 | |
| 3095803 | a year ago | | | 0 | 0.000000000303473664 | |
| 2151765 | a year ago | | | 0 | 0.000042016502 | |
| 2151670 | a year ago | | | 0 | 0.000069612003 | |
| 2151522 | a year ago | | | 0 | 0.000069424503 | |
| 2151309 | a year ago | | | 0 | 0.000069612006 | |
| 2151267 | a year ago | | | 0 | 0.000069612005 | |
| 2151249 | a year ago | | | 0 | 0.000043792504 | |
| 2151204 | a year ago | | | 0 | 0.000069424508 |
ABI
ABI objects
Getter at block 22990849
TOTAL_SUPPLY() view returns (uint256)
20000000000000000000000000
decimals() view returns (uint8)
18
fee() view returns (uint16)
500
name() view returns (string)
Pepe Governance Token
owner() view returns (address)
0x7f943e801244ddea5dc3536ae15e8adc218e8b1d
symbol() view returns (string)
PEG
totalSupply() view returns (uint256)
1562392747589000861123
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelisted(address user) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _user)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
retrieve(address _token)
setFee(uint16 _fee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelist(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
FeePaid(address indexed from, address indexed to, uint256 indexed feeAmount)
FeeSet(uint256 indexed feeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InsufficientBurnAmount()
InvalidFee()
MaxMinted()
RetrivalFailed()
UnderlyingToken()