WATER Token API
WATER Token API
Section titled “WATER Token API”This is the staking-integration view of the WATER contract. The full categorized ABI reference is under Developer Function Reference.
Contract
Section titled “Contract”0xE26505E856fB1Ee6Ad85D433E2Ac3C3516C676a5
Staking integration
Section titled “Staking integration”stakingController() view returns (address)setStakingController(address controller)Limits and exclusions
Section titled “Limits and exclusions”maxWalletAmount()maxBuyAmount()limitsEnabled()setMaxWalletAmount(uint256)setMaxBuyAmount(uint256)removeLimits()excludeFromFees(address,bool)excludeFromLimits(address,bool)excludeFromDividends(address,bool)Dividends
Section titled “Dividends”pendingBNBRewards(address)claimDividends()isReflectionEligible(address)holdTimeRemaining(address)totalEligibleHolders()totalBNBDistributed()Taxes, swap and liquidity
Section titled “Taxes, swap and liquidity”burnFee()swapEnabled()swapTokensAtAmount()liquidityTokensAtAmount()pendingReflectionTokens()pendingMarketingTokens()pendingLiquidityTokens()pendingReflectionBNB()Supply and burn
Section titled “Supply and burn”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.