BasedGoatCoin
Verified contract
Active on
Base with 102 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 |
---|---|---|---|---|---|
GOAT | ERC-20 | 72.378517K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21526170 | 2 months ago | | | 0 | 1.2636754e-7 | |
| 21526154 | 2 months ago | | | 0 | 1.2628425e-7 | |
| 21526149 | 2 months ago | | | 0 | 1.2604797e-7 | |
| 21526097 | 2 months ago | | | 0 | 1.1644426e-7 | |
| 21526066 | 2 months ago | | | 0 | 1.2512279e-7 | |
| 21526053 | 2 months ago | | | 0 | 1.2463057e-7 | |
| 21526027 | 2 months ago | | | 0 | 1.1281355e-7 | |
| 21096603 | 2 months ago | | | 0 | 2.4384845e-7 | |
| 14174188 | 7 months ago | | | 0 | 9.9434861e-7 | |
| 13090266 | 8 months ago | | | 0 | 5.6540372e-7 |
ABI
ABI objects
Getter at block 23874509
buyDonationFee() view returns (uint256)
4
buyLiquidityFee() view returns (uint256)
1
buyTotalFees() view returns (uint256)
5
decimals() view returns (uint8)
18
donationWallet() view returns (address)
0xd075caa6e58702e028d0e43cb796b73d23ab3ea5
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
500000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000
name() view returns (string)
based goats
owner() view returns (address)
0xb8a69feeec86c1356f0aa6a077439c2348499897
sellDonationFee() view returns (uint256)
4
sellLiquidityFee() view returns (uint256)
1
sellTotalFees() view returns (uint256)
5
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
GOAT
tokensForDonation() view returns (uint256)
57891039566394454472667
tokensForLiquidity() view returns (uint256)
14472759891598613618166
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x7761cf037c9f92ebaf9f237f4a6ec2ba9438715e
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _donationFee, uint256 _liquidityFee)
updateDonationWallet(address newDonationWallet)
updateSellFees(uint256 _donationFee, uint256 _liquidityFee)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DonationWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
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)
constructor(address routerAddress, address _donationWallet)
receive()
This contract contains no error objects.