Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($61.03)
Native
Value
$58.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.017395 | $3,357.56 |
$58.4 | |
EDE | ERC-20 | 109.287842 | $0.022943 |
$2.51 | |
GRG | ERC-20 | 0.1 | $1.22 |
$0.12 | |
USA | ERC-20 | 1 | $0.000695 |
$0 | |
XBASE | ERC-20 | 451.261194K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17265407 | 4 months ago | | | 0 | 0.0000015341945 | |
| 17203517 | 4 months ago | | | 0 | 3.6434071e-7 | |
| 16412314 | 5 months ago | | | 0 | 0.0000010666896 | |
| 15907242 | 5 months ago | | | 0 | 3.1475252e-7 | |
| 14829734 | 6 months ago | | | 0 | 0.000060144500 | |
| 14363971 | 6 months ago | | | 0 | 0.0000027258580 | |
| 14168800 | 7 months ago | | | 0 | 0.000096622210 | |
| 14168794 | 7 months ago | | | 0 | 0.000096622210 | |
| 14168792 | 7 months ago | | | 0 | 0.00014392947 | |
| 14168790 | 7 months ago | | | 0 | 0.00014394775 |
ABI
ABI objects
Getter at block 22912732
ROCKETSWAP_PAIR() view returns (address)
0x8b22e5e66475e95201136a30f2c439bd0f317079
ROCKETSWAP_ROUTER() view returns (address)
0x327df1e6de05895d2ab08513aadd9313fe505d86
_maxTxAmount() view returns (uint256)
15000000000000000000000000
_totalProportion() view returns (uint256)
967363489171210471133383449
buyFee() view returns (uint8 reflection, uint8 lp, uint8 buyback, uint128 total)
(reflection=1, lp=1, buyback=1, total=5)
claimingFees() view returns (bool)
true
decimals() pure returns (uint8)
18
getCirculatingSupply() view returns (uint256)
289160466428083429810134568
launched() view returns (bool)
true
limitsEnabled() view returns (bool)
false
name() view returns (string)
X-BASE
owner() view returns (address)
0x955455ba7aede5476e86308e73b6b632980f637b
sellFee() view returns (uint8 reflection, uint8 lp, uint8 buyback, uint128 total)
(reflection=1, lp=1, buyback=1, total=5)
swapThreshold() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
XBASE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_rOwned(address) view returns (uint256)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
tokenFromReflection(uint256 proportion) view returns (uint256)
tokensToProportion(uint256 tokens) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
blacklist(address _address, bool _isBlacklisting)
changeFees(uint8 reflectionFeeBuy, uint8 lpFeeBuy, uint8 buybackFeeBuy, uint8 reflectionFeeSell, uint8 lpFeeSell, uint8 buybackFeeSell)
clearStuckBalance()
clearStuckToken()
launch(address _owner)
renounceOwnership()
setFeeReceivers(address lp_, address b_)
setIsFeeExempt(address holder, bool exempt)
setIsTxLimitExempt(address holder, bool exempt)
setLimitsEnabled(bool e_)
setMaxTxBasisPoint(uint256 p_)
setSwapBackSettings(bool _enabled, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
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)
Reflect(uint256 amountReflected, uint256 newTotalProportion)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)