Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($4,345.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 400 | $9.29 |
$3,716 | |
USDT | ERC-20 | 630.59226 | $0.998724 |
$629.79 | |
BTCS | ERC-20 | 1.462873K | -- | -- | |
Π | ERC-20 | 52.431456 | -- | -- | |
PIGI | ERC-20 | 3 | -- | -- | |
ACR | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150601 | a day ago | | | 0 | 0.00072257081 | |
| 21111230 | 7 days ago | | | 0 | 0.00011340262 | |
| 21046926 | 16 days ago | | | 0 | 0.00013388755 | |
| 20995598 | 23 days ago | | | 0 | 0.00023897866 | |
| 20983104 | 25 days ago | | | 0 | 0.00019163408 | |
| 20962920 | a month ago | | | 0 | 0.00032586647 | |
| 20947435 | a month ago | | | 0 | 0.00018829687 | |
| 20925398 | a month ago | | | 0 | 0.00031750702 | |
| 20912910 | a month ago | | | 0 | 0.00018257271 | |
| 20849613 | a month ago | | | 0 | 0.00020550680 |
ABI
ABI objects
Getter at block 21161326
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
name() view returns (string)
RMPL
owner() view returns (address)
0xd91cf98fdfc0f38c5b7c87510a414636fd3890b0
symbol() view returns (string)
RMPL
totalSupply() view returns (uint256)
706101000000000
transactionsSize() view returns (uint256)
2
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockOwnership()
rebase(int256 supplyDelta) returns (uint256)
removeTransaction(uint256 index)
setTransactionEnabled(uint256 index, bool enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipLocked(address lockedOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.