Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
24 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $2,583.14 |
$0 | |
RCT | ERC-20 | 123.643857B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112673 | 21 days ago | | | 0 | 0.0000048014505 | |
| 20942949 | 25 days ago | | | 0 | 1.8994962e-7 | |
| 17730755 | 3 months ago | | | 0 | 1.8301756e-7 | |
| 17558215 | 3 months ago | | | 0 | 1.4165517e-7 | |
| 16198529 | 4 months ago | | | 0 | 0.000000019294049806 | |
| 16166572 | 4 months ago | | | 0 | 0.000000035871466586 | |
| 13760709 | 6 months ago | | | 0 | 1.8713351e-7 | |
| 13692317 | 6 months ago | | | 0 | 0.0000027431261 | |
| 13594906 | 6 months ago | | | 0 | 0.0000048014505 | |
| 13594865 | 6 months ago | | | 0 | 0.0000025053107 |
ABI
ABI objects
Getter at block 22041085
MASK() view returns (uint256)
340282366920938463463374607431768211455
WETH() view returns (address)
0x4200000000000000000000000000000000000006
_maxTxAmount() view returns (uint256)
1000000000000000000000000
autoBuybackEnabled() view returns (bool)
false
autoLiquidityReceiver() view returns (address)
0x3aea32995623c459533bb13067a211a88d95eeea
decimals() pure returns (uint8)
9
distributorAddress() view returns (address)
0xbce464703fbac06df8e738a4642d2f3585513255
getCirculatingSupply() view returns (uint256)
1000000000000000000000000
getMultipliedFee() view returns (uint256)
5
launchedAt() view returns (uint256)
13044455
launchedAtTimestamp() view returns (uint256)
1712878257
marketingFeeReceiver() view returns (address)
0x3aea32995623c459533bb13067a211a88d95eeea
name() pure returns (string)
RicochetFi
owner() view returns (address)
0x3aea32995623c459533bb13067a211a88d95eeea
pair() view returns (address)
0x2775620d68ec13d6204aa771cbf31f1bee726063
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
161199069931876000000000
symbol() pure returns (string)
RCT
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLiquidityBacking(uint256 accuracy) view returns (uint256)
getTotalFee(bool selling) view returns (uint256)
isOverLiquified(uint256 target, uint256 accuracy) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
clearBuybackMultiplier()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceOwnership()
setAutoBuybackSettings(bool _enabled, uint256 _cap, uint256 _amount, uint256 _period)
setBuybackMultiplierSettings(uint256 numerator, uint256 denominator, uint256 length)
setDistributionCriteria(uint256 _minPeriod, uint256 _minDistribution)
setDistributorSettings(uint256 gas)
setFeeReceivers(address _autoLiquidityReceiver, address _marketingFeeReceiver)
setFees(uint256 _liquidityFee, uint256 _buybackFee, uint256 _reflectionFee, uint256 _marketingFee, uint256 _feeDenominator)
setIsDividendExempt(address holder, bool exempt)
setIsFeeExempt(address holder, bool exempt)
setIsTxLimitExempt(address holder, bool exempt)
setSwapBackSettings(bool _enabled, uint256 _amount)
setTargetLiquidity(uint256 _target, uint256 _denominator)
setTxLimit(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
triggerZeusBuyback(uint256 amount, bool triggerBuybackMultiplier)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountETH, uint256 amountTOK)
BuybackMultiplierActive(uint256 duration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)