Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRPS | ERC-20 | 1.784139K | -- | -- | |
PRPS | ERC-20 | 60.639677 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20755386 | 2 months ago | | | 0 | 0.000058840845 | |
| 20661544 | 2 months ago | | | 0 | 0.00011448720 | |
| 20661535 | 2 months ago | | | 0 | 0.00031172021 | |
| 18758725 | a year ago | | | 0 | 0.0016351982 | |
| 16041740 | 2 years ago | | | 0 | 0.00062747124 | |
| 15746724 | 2 years ago | | | 0 | 0.00069968022 | |
| 15610206 | 2 years ago | | | 0 | 0.00040124468 | |
| 15470744 | 2 years ago | | | 0 | 0.00025403171 | |
| 15470697 | 2 years ago | | | 0 | 0.00028593025 | |
| 15336691 | 2 years ago | | | 0 | 0.00035474866 |
ABI
ABI objects
Getter at block 21189667
decimals() pure returns (uint8)
18
hodl() view returns (address)
0xac0122e9258a85ba5479db764dc8ef91cab08db0
name() view returns (string)
Purpose
owner() view returns (address)
0x767c9e2dc7f7c6cd43fa7a594f4472bf696067b2
symbol() view returns (string)
PRPS
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
decodeAndHashBoosterMessage(address targetBooster, bytes boosterMessage) view returns (bytes32, uint64)
getNonce(address account) view returns (uint64)
getOpCounter(address user) view returns (struct OpCounter)
getOpMetadata(address user, uint64 opId) view returns (struct OpMetadata)
hodlBalanceOf(address tokenHolder) view returns (uint256)
safeGetOpMetadata(address user, struct OpHandle opHandle) view returns (struct OpMetadata)
unpackedDataOf(address tokenHolder) view returns (struct ERC20UnpackedData)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
assertFinalizeFIFOShared(address user, uint64 opId) returns (bool)
assertRevertLIFOShared(address user, uint64 opId) returns (bool)
boostedBurn(struct BoostableERC20BoostedBurn message, struct Signature signature)
boostedBurnBatch(struct BoostableERC20BoostedBurn[] burns, struct Signature[] signatures)
boostedSend(struct BoostableERC20BoostedSend send, struct Signature signature)
boostedSendBatch(struct BoostableERC20BoostedSend[] sends, struct Signature[] signatures)
boostedTransferFrom(address sender, address recipient, uint256 amount, bytes data) returns (bool)
burn(uint256 amount, bytes data)
burnFuel(address from, struct TokenFuel fuel)
createNewOpHandleShared(struct IOptInOptInStatus optInStatus, address user, uint8 opType) returns (struct OpHandle)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseHodlBalance(address from, uint96 hodlAmount, uint96 refundAmount)
deleteOpHandleShared(address user, struct OpHandle opHandle) returns (bool)
finalizePendingOp(address user, struct OpHandle opHandle)
hodlTransfer(address from, uint96 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseHodlBalance(address from, address to, uint96 amount)
migrateHodlBalance(address account, uint96 hodlAmount)
mint(address to, uint256 amount)
renounceOwnership()
revertHodlBalance(address from, address to, uint96 amount)
revertPendingOp(address user, struct OpHandle opHandle, bytes boosterMessage, struct Signature signature)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(uint256 amountAndFuel, bytes data)
FinalizedOp(address from, uint64 opId, uint8 opType)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PendingOp(address from, uint64 opId, uint8 opType)
RevertedOp(address from, uint64 opId, uint8 opType)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address optIn, address dubi, address hodl, address externalAddress1, address externalAddress2, address externalAddress3)
This contract contains no fallback and receive objects.
This contract contains no error objects.