RING
Verified contract
Proxy
Active on
Ethereum with 994 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$RING | ERC-20 | 947.867913K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19486429 | 8 months ago | | | 0 | 0.0021998129 | |
| 18852252 | a year ago | | | 0 | 0.00083884972 | |
| 18852252 | a year ago | | | 0 | 0.0017950078 | |
| 18379417 | a year ago | | | 0 | 0.0010093970 | |
| 17542989 | a year ago | | | 0 | 0.0018578032 | |
| 16742601 | 2 years ago | | | 0 | 0.0030656892 | |
| 16485940 | 2 years ago | | | 0 | 0.0029988760 | |
| 16485894 | 2 years ago | | | 0 | 0.0012336171 | |
| 16485890 | 2 years ago | | | 0 | 0.0013513829 | |
| 16485795 | 2 years ago | | | 0 | 0.0014705093 |
ABI
ABI objects
Getter at block 21295356
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x332a891233951296104e04e71b405326177a4fe8
maxWallet() view returns (uint256)
1281767934333333333333333333
name() view returns (string)
RING
owner() view returns (address)
0x439142de0d4224d8af6123ae339a8a564fc6035a
pair() view returns (address)
0x4c6d94e91d6912283e1466cdc5254d0a9884c5e1
symbol() view returns (string)
$RING
totalSupply() view returns (uint256)
2021743670800741108545539
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getData(address account) view returns (uint256[] dividendInfo, uint256 referralCode, int256 buyFee, uint256 sellFee, address biggestBuyerCurrentGame, uint256 biggestBuyerAmountCurrentGame, uint256 biggestBuyerRewardCurrentGame, address lastBuyerCurrentGame, uint256 lastBuyerRewardCurrentGame, uint256 gameEndTime, uint256 blockTimestamp)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnLiquidityTokens()
claimDividends(bool enterTheRing, uint256 minimumAmountOut) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
handleGame()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwapAccumulatedFees()
renounceOwnership()
setPrivateSaleParticipants(address[] privateSaleParticipants, uint256 amountInFullTokens)
setSwapTokensParams(uint256 atAmount, uint256 maxAmount)
start()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeDestinationPercents(uint256 dividendsFactor, uint256 liquidityFactor, uint256 marketingFactor, uint256 burnFactor, uint256 teamFactor, uint256 devFactor)
updateFeeSettings(uint256 baseFee, uint256 maxFee, uint256 sellImpact, uint256 timeImpact)
updateGameParams(uint256 gameMinimumBuy, uint256 gameLength, uint256 gameTimeIncrease)
updateGameRewardFactors(uint256 biggestBuyerRewardFactor, uint256 lastBuyerRewardFactor)
updateReferrals(uint256 referralBonus, uint256 referredBonus, uint256 tokensNeeded)
updateReinvestBonus(uint256 bonus)
withdraw()
zapInTheWellEther(address recipient, uint256 minimumAmountOut) payable
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimTokens(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StepInTheWell(address indexed account, uint256 amount, bool isReinvest)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.