Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae52…f532
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HAS | ERC-20 | 3.5B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HASBROS"
ABI
ABI objects
Getter at block 21193254
decimals() pure returns (uint8)
18
dividendTokenTotalSupply() view returns (uint256)
32387742817727380050471176003
dividendTracker() view returns (address)
0xae52e9f481383e41a85c1a131d7117d294f9f532
gasForProcessing() view returns (uint256)
300000
getAllPending() view returns (uint256)
0
getClaimWait() view returns (uint256)
3600
getLastProcessedIndex() view returns (uint256)
30
getNumberOfDividendTokenHolders() view returns (uint256)
50
getSwapThresholdAmount() view returns (uint256)
54097432997162206446408938
getTotalDividendsDistributed() view returns (uint256)
1155460121521507585
maxBuyAmount() view returns (uint256)
90000000000000000000000000000
maxSellAmount() view returns (uint256)
90000000000000000000000000000
name() view returns (string)
HASBROS
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xc10e5da154507a1970ddce9ce6d6e05ef7c678fb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
10
symbol() view returns (string)
HAS
totalSupply() view returns (uint256)
90000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
rewardsFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim() returns (bool)
claimWaitSetup(uint256 claimWait)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account, bool isExcluded)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
gasForProcessingSetup(uint256 _gasForProcessing)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
process(uint256 gas) returns (uint256 iterations, uint256 claims)
renounceOwnership()
rewardsFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
DeployedDividendTracker(address indexed dividendTracker)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 gasForProcessing)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
rewardsFeeSent(uint256 amount)
rewardsFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.