Gooble DAO
Verified contract
Active on
Ethereum with 340 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.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOOB | ERC-20 | 43.021068K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17840252 | a year ago | | | 0 | 0.00063666354 | |
| 16484673 | 2 years ago | | | 0 | 0.00084370553 | |
| 16460263 | 2 years ago | | | 0 | 0.00072008502 | |
| 16074132 | 2 years ago | | | 0 | 0.00055222959 | |
| 15938714 | 2 years ago | | | 0 | 0.00099128224 | |
| 15930861 | 2 years ago | | | 0 | 0.0014215200 | |
| 15929781 | 2 years ago | | | 0 | 0.0010327950 | |
| 15929774 | 2 years ago | | | 0 | 0.0010609306 | |
| 15929647 | 2 years ago | | | 0 | 0.0011473159 | |
| 15913351 | 2 years ago | | | 0 | 0.00053236042 |
ABI
ABI objects
Getter at block 21230020
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
fee() view returns (uint256)
50
feeWallet() view returns (address)
0x8e00b5bc06c703299b5c9c928400c67142ff12ac
limitsInEffect() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
20000000000000000000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000000000000000000
name() view returns (string)
Gooble DAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000
symbol() view returns (string)
GOOB
tokensForFee() view returns (uint256)
43021068021810881191750
totalSupply() view returns (uint256)
1000000000000000000000000
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x192032e7103f64710ebeb03d113d0e741dc9dc43
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(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)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAccount(address account, bool isBlacklisted)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
resetLimitsBackIntoEffect() returns (bool)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _fee)
updateFeeWallet(address newFeeWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP()
BoughtEarly(address indexed sniper)
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
feeWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.