ShibaPepe
Verified contract
Active on
Ethereum with 2,261 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 "ShibaPepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207774 | a day ago | | | 0 | 0.00051188500 | |
| 21058412 | 22 days ago | | | 0 | 0.00047694870 | |
| 21032552 | a month ago | | | 0 | 0.00022713517 | |
| 21001807 | a month ago | | | 0 | 0.00083249413 | |
| 20935813 | a month ago | | | 0 | 0.0012171383 | |
| 20917046 | a month ago | | | 0 | 0.00047154136 | |
| 20866576 | 2 months ago | | | 0 | 0.00022545694 | |
| 20839040 | 2 months ago | | | 0 | 0.00034480095 | |
| 20740316 | 2 months ago | | | 0 | 0.00011550356 | |
| 20624142 | 3 months ago | | | 0 | 0.000068560889 |
ABI
ABI objects
Getter at block 21218373
decimals() view returns (uint8)
18
name() view returns (string)
ShibaPepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SHEPE
taxAddress() view returns (address)
0xaf19cef9968f907aa89fe7cf597f59542f6fa04f
taxFeePerMille() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTaxFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusionFromTaxFee(address account, bool status)
setTaxAddress(address taxAddress)
setTaxFeePerMille(uint256 taxFeePerMille)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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_, uint8 decimals_, uint256 initialBalance_, uint256 taxFeePerMille_, address taxAddress_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.