CabbageOnBase.com
Unverified contract
Proxy
Active on
Base with 64 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
5 additional
variables
Balances ($0.42)
Native
Value
$0.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000116 | $3,605.08 |
$0.42 | |
CBBG | ERC-20 | 150K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15860644 | 6 months ago | | | 0 | 8.4444368e-7 | |
| 15860584 | 6 months ago | | | 0 | 8.6977454e-7 | |
| 15860494 | 6 months ago | | | 0 | 8.6977454e-7 | |
| 15860424 | 6 months ago | | | 0 | 9.5328372e-7 | |
| 13671896 | 7 months ago | | | 0 | 0.000010760455 | |
| 13233511 | 8 months ago | | | 0 | 0.0000019375089 | |
| 13153124 | 8 months ago | | | 0 | 0.0000035977638 | |
| 12994577 | 8 months ago | | | 0 | 0.000014590224 | |
| 12994508 | 8 months ago | | | 0 | 0.000014590224 | |
| 12994427 | 8 months ago | | | 0 | 0.000013325747 |
ABI
ABI objects
Getter at block 23219643
baseFeeData() view returns (uint8 liquidityFeeOnBuy, uint8 liquidityFeeOnSell, uint8 operationsFeeOnBuy, uint8 operationsFeeOnSell, uint8 burnFeeOnBuy, uint8 burnFeeOnSell, bool applyTaxOnTransfer)
(liquidityFeeOnBuy=1, liquidityFeeOnSell=1, operationsFeeOnBuy=3, operationsFeeOnSell=3, burnFeeOnBuy=1, burnFeeOnSell=1, applyTaxOnTransfer=false)
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
1000000000000000000000000000
maxTxAmount() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
1000000000000000000000
name() view returns (string)
CabbageOnBase.com
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CBBG
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x6c122fbc2f86978f0646560ab89884a76412b3df
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimETHOverflow()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(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 _routerV2, struct DeflationaryTokenFeeDataStorage baseTaxes, address liquidityWallet_, address operationsWallet_, address burnWallet_, uint256 maxWalletPct, uint256 maxTxPct, address[] _prep)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setFeesData(struct DeflationaryTokenFeeDataStorage taxData)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setWallets(address newLiquidityWallet, address newOperationsWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
This contract contains no error objects.