Rocket Pool Protocol
Verified contract
Active on
Ethereum with 126,895 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb4ef…bd93
Balances ($29,938,263.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RPL | ERC-20 | 2.211098M | $13.54 |
$29,938,263.53 | |
TWeR1 | ERC-20 | 19.399999M | -- | -- | |
RPL | ERC-20 | 15.805688M | -- | -- | |
HQG | ERC-20 | 1.000335K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272710 | a few seconds ago | | | 0 | 0.00054515429 | |
| 21272699 | 3 minutes ago | | | 0 | 0.0010813254 | |
| 21272654 | 12 minutes ago | | | 0 | 0.00082086949 | |
| 21272575 | 28 minutes ago | | | 0 | 0.00099681949 | |
| 21272566 | 30 minutes ago | | | 0 | 0.00062397473 | |
| 21272553 | 32 minutes ago | | | 0 | 0.00059565753 | |
| 21272553 | 32 minutes ago | | | 0 | 0.00059541708 | |
| 21272543 | 34 minutes ago | | | 0 | 0.00070511943 | |
| 21272529 | 37 minutes ago | | | 0 | 0.00083540570 | |
| 21272528 | 37 minutes ago | | | 0 | 0.00043875016 |
ABI
ABI objects
Getter at block 21272711 inflationCalculate() view returns (uint256)
decimals() view returns (uint8)
18
getInflationCalcTime() view returns (uint256)
1732167714
getInflationIntervalRate() view returns (uint256)
1000133680617113500
getInflationIntervalStartTime() view returns (uint256)
1633066914
getInflationIntervalTime() pure returns (uint256)
86400
getInflationIntervalsPassed() view returns (uint256)
5
getInflationRewardsContractAddress() view returns (address)
0xee4d2a71cf479e0d3d0c3c2c923dbfeb57e73111
name() view returns (string)
Rocket Pool Protocol
symbol() view returns (string)
RPL
totalSupply() view returns (uint256)
20909795097913631571621103
totalSwappedRPL() view returns (uint256)
15805522128769804652823291
version() view returns (uint8)
1
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)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
inflationMintTokens() returns (uint256)
swapTokens(uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RPLFixedSupplyBurn(address indexed from, uint256 amount, uint256 time)
RPLInflationLog(address sender, uint256 value, uint256 inflationCalcTime)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _rocketStorageAddress, address _rocketTokenRPLFixedSupplyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.