Rocket Vault
Verified contract
Active on
Ethereum with 42,325 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8cbf…a767
Balances ($2,296.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.25775K | $0.997562 |
$1,254.68 | |
USDC | ERC-20 | 938 | $0.997076 |
$935.26 | |
UNIBOT | ERC-20 | 13.765662 | $7.71 |
$106.13 | |
FEG | ERC-20 | 22.829624B | -- | -- | |
RVF | ERC-20 | 33.134696K | -- | -- | |
0x0823…4874 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274663 | 2 hours ago | | | 0 | 0.00050859740 | |
| 21274273 | 3 hours ago | | | 0 | 0.0011035805 | |
| 21274121 | 3 hours ago | | | 0 | 0.00080618732 | |
| 21273539 | 5 hours ago | | | 0 | 0.00082264583 | |
| 21273518 | 5 hours ago | | | 0 | 0.00055416999 | |
| 21273210 | 6 hours ago | | | 0 | 0.00077242427 | |
| 21272455 | 9 hours ago | | | 0 | 0.00081451040 | |
| 21272318 | 9 hours ago | | | 0 | 0.00067810888 | |
| 21270174 | 17 hours ago | | | 0 | 0.00044193688 | |
| 21269769 | 18 hours ago | | | 0 | 0.00085556045 |
ABI
ABI objects
Getter at block 21275124
decimals() view returns (uint8)
18
locker() view returns (address)
0x8cbf407de11e55492e8e9e66eadd28040667a767
name() view returns (string)
Rocket Vault
owner() view returns (address)
0x6a6c8d542044a0edaa0c550c214090c20df56a8e
symbol() view returns (string)
RVF
totalSupply() view returns (uint256)
71300000000000000000000000
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)
renounceOwnership()
setLocker(address _locker)
transfer(address recipient, uint256 amount) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.