BEANZ DAO
Verified contract
Active on
Ethereum with 118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.34)
Native
Value
$0.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000094 | $3,649.01 |
$0.34 | |
$BEANZD | ERC-20 | 16.246362K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20542453 | 4 months ago | | | 0 | 0.00023766399 | |
| 16791438 | 2 years ago | | | 0 | 0.0016013885 | |
| 15432453 | 2 years ago | | | 0 | 0.00028392301 | |
| 15170506 | 2 years ago | | | 0 | 0.00063162069 | |
| 14816135 | 3 years ago | | | 0 | 0.00062267873 | |
| 14777949 | 3 years ago | | | 0 | 0.00048104788 | |
| 14734219 | 3 years ago | | | 0 | 0.0025057695 | |
| 14732546 | 3 years ago | | | 0 | 0.0024899026 | |
| 14725841 | 3 years ago | | | 0 | 0.0020215409 | |
| 14725821 | 3 years ago | | | 0 | 0.0021595744 |
ABI
ABI objects
Getter at block 21319298
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
_tTotal() view returns (uint256)
1000000000000000
buyLiquidityFee() view returns (uint256)
1
buyTxFee() view returns (uint256)
7
decimals() view returns (uint8)
9
dev() view returns (address)
0x5368f3737b9535184a11d3998bf6c36e77e6459e
isLaunched() view returns (bool)
true
maxTxLimit() view returns (uint256)
15000000000000
maxWalletLimit() view returns (uint256)
15000000000000
name() view returns (string)
BEANZ DAO
owner() view returns (address)
0x261b7f87027b94701a2dde462595a94f598e956c
sellLiquidityFee() view returns (uint256)
1
sellTxFee() view returns (uint256)
95
swapAtAmount() view returns (uint256)
5000000000000
symbol() view returns (string)
$BEANZD
tokensForLiquidity() view returns (uint256)
257933910199
tokensForTax() view returns (uint256)
15988428403201
totalSupply() view returns (uint256)
1000000000000000
uniswapV2Pair() view returns (address)
0x2a2d7ee8ead7a2fa169da3c239fa17c83fe7e436
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromTxLimit(address) view returns (bool)
isExcludedFromWalletLimit(address) view returns (bool)
State-modifying
Events addBlacklist(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromAllLimits(address account, bool value)
excludeFromFees(address account, bool value)
excludeFromTxLimit(address account, bool value)
excludeFromWalletLimit(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launchNow()
removeBlacklist(address account)
renounceOwnership()
setBuyFee(uint256 liquidityFee, uint256 txFee)
setMaxTxLimit(uint256 newLimit)
setMaxWalletLimit(uint256 newLimit)
setSellFee(uint256 liquidityFee, uint256 txFee)
setSwapAtAmount(uint256 amountToSwap)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _dev)
receive()
This contract contains no error objects.