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 "iPEPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20537975 | 3 months ago | | | 0 | 0.00037632282 | |
| 17186216 | 2 years ago | | | 0 | 0.0025706623 | |
| 17186207 | 2 years ago | | | 0 | 0.0016057339 | |
| 17186195 | 2 years ago | | | 0 | 0.0015660091 | |
| 17186191 | 2 years ago | | | 0 | 0.0026959451 | |
| 17186186 | 2 years ago | | | 0 | 0.0016171019 | |
| 17186158 | 2 years ago | | | 0 | 0.0035693918 | |
| 17186155 | 2 years ago | | | 0 | 0.0026972448 | |
| 17186154 | 2 years ago | | | 0 | 0.0027586039 | |
| 17186153 | 2 years ago | | | 0 | 0.0027128957 |
ABI
ABI objects
Getter at block 21222440
decimals() view returns (uint8)
18
name() view returns (string)
iPEPE
owner() view returns (address)
0x4b2990c8befa18fa3f2551a71eb4f89112922aca
startTrader() view returns (uint256)
1683181200
symbol() view returns (string)
iPEPE
totalSupply() view returns (uint256)
10000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setStartTrader(uint256 startTrader_)
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_, uint8 decimals_, uint256 totalSupply_, address owner_, uint256 startTrader_)
This contract contains no fallback and receive objects.
This contract contains no error objects.