BitcoinPepe
Verified contract
Active on
Ethereum with 1,928 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($46.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 46 | $1.001 |
$46.05 | |
BTCPEP | ERC-20 | 37.7M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20864451 | 2 months ago | | | 0 | 0.0011334539 | |
| 20847046 | 2 months ago | | | 0 | 0.00018874101 | |
| 20840017 | 2 months ago | | | 0 | 0.00023082179 | |
| 20722420 | 2 months ago | | | 0 | 0.00056302303 | |
| 20670841 | 2 months ago | | | 0 | 0.00058705846 | |
| 20654402 | 3 months ago | | | 0 | 0.000028998113 | |
| 20627577 | 3 months ago | | | 0 | 0.000083119851 | |
| 20540192 | 3 months ago | | | 0 | 0.000085570563 | |
| 20390160 | 4 months ago | | | 0 | 0.00010653974 | |
| 20390135 | 4 months ago | | | 0 | 0.000062868814 |
ABI
ABI objects
Getter at block 21212692
Optimization() view returns (uint256)
10312000993368688135691968699
_owner() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint256)
18
name() view returns (string)
BitcoinPepe
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
BTCPEP
totalSupply() view returns (uint256)
222690000000000000000000000000
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.