Reserve Rights
Verified contract
Active on
Ethereum with 350,028 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6.287604K | $0.99887 |
$6,280.5 | |
RSR | ERC-20 | 254.048028K | $0.007536 |
$1,914.42 | |
LINK | ERC-20 | 58.314534 | $15.26 |
$889.88 | |
AAVE | ERC-20 | 3.897977 | $167.01 |
$651 | |
USDT | ERC-20 | 182.652816 | $0.999388 |
$182.54 | |
UNI | ERC-20 | 12.581382 | $9.38 |
$118.01 | |
AMPL | ERC-20 | 94.524785 | $1.19 |
$112.48 | |
JRT | ERC-20 | 1.648184K | $0.00421 |
$6.94 | |
cUSDC | ERC-20 | 141.476085 | $0.024201 |
$3.42 | |
STA | ERC-20 | 0.99 | $0.002857 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241275 | 8 hours ago | | | 0 | 0.00020690047 | |
| 21239853 | 12 hours ago | | | 0 | 0.00031851592 | |
| 21239795 | 13 hours ago | | | 0 | 0.00043280821 | |
| 21238464 | 17 hours ago | | | 0 | 0.00048178149 | |
| 21238365 | 17 hours ago | | | 0 | 0.00057169652 | |
| 21238231 | 18 hours ago | | | 0 | 0.00064209382 | |
| 21238218 | 18 hours ago | | | 0 | 0.00071672672 | |
| 21238169 | 18 hours ago | | | 0 | 0.00091545930 | |
| 21238162 | 18 hours ago | | | 0 | 0.00093540329 | |
| 21236833 | a day ago | | | 0 | 0.00072199326 |
ABI
ABI objects
Getter at block 21243546
decimals() view returns (uint8)
18
name() view returns (string)
Reserve Rights
paused() view returns (bool)
true
symbol() view returns (string)
RSR
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
reserveTeamMemberOrEarlyInvestor(address) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
lockMyTokensForever(string consent) returns (bool)
pause()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
AccountLocked(address indexed lockedAccount)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address previousContract, address reservePrimaryWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.