BrandAI
Unverified contract
Proxy
Active on
Base with 191 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc0c9…6e9c
Balances ($363.19)
Native
Value
$363.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.1 | $3,631.89 |
$363.19 | |
BRAND | ERC-20 | 149.530143K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13423436 | 7 months ago | | | 0 | 0.0000010982286 | |
| 13031707 | 8 months ago | | | 0 | 0.000014886148 | |
| 13031567 | 8 months ago | | | 0.1 | 5.3326366e-7 | |
| 12992415 | 8 months ago | | | 0 | 0.000014552021 | |
| 12992221 | 8 months ago | | | 0 | 0.0000010995750 | |
| 12992107 | 8 months ago | | | 0 | 7.2651356e-7 | |
| 12992042 | 8 months ago | | | 0 | 0.0000011156670 | |
| 12991864 | 8 months ago | | | 0 | 0.0000010982286 | |
| 12991835 | 8 months ago | | | 0 | 0.0000059944752 | |
| 12991825 | 8 months ago | | | 0 | 0.000013627921 |
ABI
ABI objects
Getter at block 22985310
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0xc0c9b0028c205f4efcaaf46aad5f0cb542706e9c
liquidityFee() view returns (uint256)
0
marketingFee() view returns (uint256)
20
maxSupply() view returns (uint256)
1000000000000000000000000
name() view returns (string)
BrandAI
owner() view returns (address)
0xdb267bbfa2385a80bf746d8733abeab50b89343f
rewardToken() view returns (address)
0x4200000000000000000000000000000000000006
swapTokensAtAmount() view returns (uint256)
1000000000000000000000
symbol() view returns (string)
BRAND
tokenRewardsFee() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000
trackerImplementation() view returns (address)
0xce23235929c88bca718d43f3bd8daf2d045ead5c
uniswapV2Pair() view returns (address)
0x4d4ce539aea81b4a3cee54114d320293a9134633
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
_isBlacklisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account, bool value)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_, address _mintTarget, string name_, string symbol_, uint8 decimals_, uint256 initialSupply_, address router_, address rewardToken_, uint256 tokenRewardsFee_, address liquidityWallet_, address marketingWallet_, uint256 liquidityFee_, uint256 marketingFee_, uint256 minimumTokenBalanceForDividendsPct_, address[] _prep)
processDividendTracker(uint256 gas)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setLiquidityFee(uint256 value)
setMarketingFee(uint256 value)
setMarketingWallet(address wallet)
setRewardsFee(uint256 value)
setSwapTokensAtAmount(uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateClaimWait(uint256 claimWait)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
Initialized(uint8 version)
LiquidityWalletUpdated(address indexed newLiquidityWallet, address indexed oldLiquidityWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
This contract contains no error objects.