Skip to content

WATER Token API

This is the staking-integration view of the WATER contract. The full categorized ABI reference is under Developer Function Reference.

0xE26505E856fB1Ee6Ad85D433E2Ac3C3516C676a5

stakingController() view returns (address)
setStakingController(address controller)
maxWalletAmount()
maxBuyAmount()
limitsEnabled()
setMaxWalletAmount(uint256)
setMaxBuyAmount(uint256)
removeLimits()
excludeFromFees(address,bool)
excludeFromLimits(address,bool)
excludeFromDividends(address,bool)
pendingBNBRewards(address)
claimDividends()
isReflectionEligible(address)
holdTimeRemaining(address)
totalEligibleHolders()
totalBNBDistributed()
burnFee()
swapEnabled()
swapTokensAtAmount()
liquidityTokensAtAmount()
pendingReflectionTokens()
pendingMarketingTokens()
pendingLiquidityTokens()
pendingReflectionBNB()
totalSupply()
totalTokensBurned()
manualBurn(uint256)

Token-owner powers are governed by WATER’s own ownership rules and are independent from the staking controller’s operator role.