RocketX Exchange V2
Verified contract
Active on
Ethereum with 7,706 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($34.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RVF | ERC-20 | 199.418 | $0.172251 |
$34.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240557 | an hour ago | | | 0 | 0.00047839064 | |
| 21240094 | 3 hours ago | | | 0 | 0.00042658208 | |
| 21240023 | 3 hours ago | | | 0 | 0.00052857576 | |
| 21239932 | 4 hours ago | | | 0 | 0.00057677218 | |
| 21239222 | 6 hours ago | | | 0 | 0.00064128787 | |
| 21238721 | 8 hours ago | | | 0 | 0.00086884487 | |
| 21238711 | 8 hours ago | | | 0 | 0.00088994395 | |
| 21237596 | 11 hours ago | | | 0 | 0.0010413196 | |
| 21237495 | 12 hours ago | | | 0 | 0.00080745180 | |
| 21237358 | 12 hours ago | | | 0 | 0.00080421040 |
ABI
ABI objects
Getter at block 21240991
burnFee() view returns (uint256)
70
burned() view returns (uint256)
890320018372943604378075
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
devFee() view returns (uint256)
30
name() view returns (string)
RocketX Exchange V2
owner() view returns (address)
0x6a6c8d542044a0edaa0c550c214090c20df56a8e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
0
symbol() view returns (string)
RVF
totalSupply() view returns (uint256)
91431859981627056395621925
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excluded(address) view returns (bool)
pool(address) view returns (bool)
State-modifying
Events acceptOwnership()
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)
mint(uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateExcluded(address tExcluded, bool status)
updateFee(uint256 fBurn, uint256 fDev)
updatePool(address tPool, bool status)
updateTax(uint256 tBuy, uint256 tSell)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
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.