Staked Pepe
Verified contract
Active on
Ethereum with 488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($292,391.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 13.850427B | $0.000021 |
$292,382.51 | |
GUA | ERC-20 | 28.888K | $0.000145 |
$4.19 | |
CAGA | ERC-20 | 15K | $0.000141 |
$2.11 | |
UNCLE | ERC-20 | 500K | $0.000002 |
$1.13 | |
PLANET | ERC-20 | 250K | $0.000004 |
$1.05 | |
VALU | ERC-20 | 5 | $0.003119 |
$0.02 | |
EVIL | ERC-20 | 69.42 | $0.000053 |
$0 | |
SUBF | ERC-20 | 420.69K | $0.00 |
$0 | |
Aguri | ERC-20 | 96.100729M | -- | -- | |
GNCAT | ERC-20 | 100M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196279 | 2 days ago | | | 0 | 0.0017214964 | |
| 21188269 | 3 days ago | | | 0 | 0.0026389822 | |
| 21181124 | 4 days ago | | | 0 | 0.0061652809 | |
| 21179357 | 4 days ago | | | 0 | 0.0083983067 | |
| 21159348 | 7 days ago | | | 0 | 0.0027326715 | |
| 21153924 | 8 days ago | | | 0 | 0.0018757431 | |
| 21147916 | 9 days ago | | | 0 | 0.00041288967 | |
| 21147909 | 9 days ago | | | 0 | 0.00047276992 | |
| 21131896 | 11 days ago | | | 0 | 0.0016222659 | |
| 21110570 | 14 days ago | | | 0 | 0.00034020220 |
ABI
ABI objects
Getter at block 21209990
calculatePrice() view returns (uint256)
1501616236582583091
decimals() pure returns (uint8)
18
getInfo() view returns (uint256 users, uint256 txs, uint256 underlyingSupply, uint256 supply, uint256 price)
(users=191, txs=474, underlyingSupply=13850426644985661391255763035, supply=9223679331349545804196470546, price=1501616236582583091)
isPaused() view returns (bool)
false
mintFee() view returns (uint256)
95000
name() pure returns (string)
Staked Pepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
95000
symbol() pure returns (string)
stPEPE
totalSupply() view returns (uint256)
9223679331349545804196470546
underlying() view returns (address)
0x6982508145454ce325ddbe47a25d4ec3d2311933
underlyingBalance() view returns (uint256)
13850426644985661391255763035
Read-only
allowance(address holder, address spender) view returns (uint256)
amountOut(uint256 numTokens) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateMinted(uint256 numTokens) view returns (uint256)
estimateRedeemed(uint256 numTokens) view returns (uint256)
getValueOfHoldings(address holder) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
housekeeping(address token, bool burnDust)
mint(uint256 numTokens) returns (uint256)
mintTo(uint256 numTokens, address recipient) returns (uint256)
redeem(uint256 tokenAmount) returns (uint256)
reedemTo(uint256 tokenAmount, address recipient) returns (uint256)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateRunStatus(bool paused)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address from, uint256 amount)
DustCollected(address token, address recipient, uint256 amount)
GarbageCollected(uint256 amount)
Minted(address recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChange(uint256 previousPrice, uint256 currentPrice, uint256 totalSupply)
Redeemed(address seller, uint256 amount, uint256 amountUnderlying)
RunStatusUpdated(bool indexed paused)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.