Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GOATED"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19655052 | 7 months ago | | | 0 | 0.00067336343 | |
| 19654976 | 7 months ago | | | 0 | 0.00070647532 | |
| 16012695 | 2 years ago | | | 0 | 0.0010440882 | |
| 15826228 | 2 years ago | | | 0 | 0.0020765242 | |
| 15615814 | 2 years ago | | | 0 | 0.00053705004 | |
| 15577632 | 2 years ago | | | 0 | 0.00047426223 | |
| 15151862 | 2 years ago | | | 0 | 0.00040335309 | |
| 15151628 | 2 years ago | | | 0 | 0.0010680724 | |
| 14973924 | 2 years ago | | | 0 | 0.0026672092 | |
| 14910356 | 2 years ago | | | 0 | 0.0050539097 |
ABI
ABI objects
Getter at block 21205236
MAX_BURN_FEE() view returns (uint16)
500
MAX_COMMUNITY_FEE() view returns (uint16)
500
MAX_STAKING_FEE() view returns (uint16)
500
MAX_TREASURY_FEE() view returns (uint16)
500
MAX_TX_AMOUNT_MIN_LIMIT() view returns (uint256)
1000000000000000000
MAX_WALLET_AMOUNT_MIN_LIMIT() view returns (uint256)
100000000000000000000
_burnFee() view returns (uint16)
500
_communityFee() view returns (uint16)
500
_communityPool() view returns (address)
0x3d31d7ace262c7ce2c889fe778c5cceeff67ea99
_maxTxAmount() view returns (uint256)
100000000000000000000000000
_maxWalletAmount() view returns (uint256)
100000000000000000000000000
_stakingFee() view returns (uint16)
500
_stakingPool() view returns (address)
0xb01cb3fa5a01ee0c4499828105c581783e8c8e6a
_treasuryFee() view returns (uint16)
500
_treasuryPool() view returns (address)
0xed08ef86be990ced0441dd4e1ccd0ea5b0efdaf7
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x7a984c84f0fafadaab7d0395e6abe560e26ff370
name() view returns (string)
GOATED
owner() view returns (address)
0x7a984c84f0fafadaab7d0395e6abe560e26ff370
symbol() view returns (string)
GOATD
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromAntiWhales(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isGoatPair(address lpAddress) view returns (bool)
isIncludedInBlacklist(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromAntiWhales(address account)
excludeFromBlacklist(address account)
excludeFromFee(address account)
excludeFromGoatPair(address lpAddress)
includeInAntiWhales(address account)
includeInBlacklist(address account)
includeInFee(address account)
includeInGoatPair(address lpAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverToken(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setAllFeePercent(uint16 burnFee, uint16 treasuryFee, uint16 stakingFee, uint16 communityFee)
setAntiWhalesConfiguration(uint256 maxTxAmount, uint256 maxWalletAmount)
setPoolAddresses(address treasuryPool, address stakingPool, address communityPool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromAntiWhales(address indexed account)
ExcludedFromBlacklist(address indexed account)
IncludedInAntiWhales(address indexed account)
IncludedInBlacklist(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.