GOBBL
Verified contract
Proxy
Active on
Ethereum with 227 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.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,155.16 |
$0 | |
GOBBL | ERC-20 | 724.573109K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787731 | 2 months ago | | | 0 | 0.00016717926 | |
| 20532209 | 3 months ago | | | 0 | 0.000071158410 | |
| 19993475 | 6 months ago | | | 0 | 0.00029347536 | |
| 19898528 | 6 months ago | | | 0 | 0.00024366077 | |
| 19849827 | 6 months ago | | | 0 | 0.00025431828 | |
| 19833521 | 6 months ago | | | 0 | 0.00017591858 | |
| 19357919 | 8 months ago | | | 0 | 0.0025082366 | |
| 19308966 | 9 months ago | | | 0 | 0.0014296529 | |
| 19223884 | 9 months ago | | | 0 | 0.00081268097 | |
| 18991991 | 10 months ago | | | 0 | 0.0022540965 |
ABI
ABI objects
Getter at block 21201066
baseFeeData() view returns (uint8 liquidityFeeOnBuy, uint8 liquidityFeeOnSell, uint8 operationsFeeOnBuy, uint8 operationsFeeOnSell, uint8 burnFeeOnBuy, uint8 burnFeeOnSell, bool applyTaxOnTransfer)
(liquidityFeeOnBuy=0, liquidityFeeOnSell=0, operationsFeeOnBuy=0, operationsFeeOnSell=1, burnFeeOnBuy=0, burnFeeOnSell=2, applyTaxOnTransfer=true)
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
69069069069000000000000000000
maxTxAmount() view returns (uint256)
690690690690000000000000000
maxWalletAmount() view returns (uint256)
690690690690000000000000000
minimumTokensBeforeSwap() view returns (uint256)
69069069069000000000000
name() view returns (string)
GOBBL
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GOBBL
totalSupply() view returns (uint256)
53466241111999999998210985857
uniswapV2Pair() view returns (address)
0x519fccc20a0d1b11b898f78ba481be19e639d0c2
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
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, string _name, string _symbol, uint8 _decimals, uint256 _initialSupply, address _routerV2, struct DeflationaryTokenFeeDataStorage baseTaxes, address liquidityWallet_, address operationsWallet_, address burnWallet_, uint256 maxWalletPct, uint256 maxTxPct)
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.