Garfield Token
Verified contract
Active on
Ethereum with 381 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x00f5…c47e
0x00f5…c47e
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GARFIELD | ERC-20 | 44.80755B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222257 | 23 days ago | | | 0 | 0.00053658375 | |
| 20917033 | 2 months ago | | | 0 | 0.00047114351 | |
| 20338830 | 5 months ago | | | 0 | 0.00021580056 | |
| 20137510 | 6 months ago | | | 0 | 0.00016471816 | |
| 20103635 | 6 months ago | | | 0 | 0.00019017652 | |
| 19680178 | 8 months ago | | | 0 | 0.00049044399 | |
| 19441382 | 9 months ago | | | 0 | 0.0019501257 | |
| 19429979 | 9 months ago | | | 0 | 0.0023700797 | |
| 17467505 | a year ago | | | 0 | 0.00034839897 | |
| 15826831 | 2 years ago | | | 0 | 0.0082445317 |
ABI
ABI objects
Getter at block 21388057
amountInPool() view returns (uint256)
1
cooldownEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
name() pure returns (string)
Garfield Token
owner() view returns (address)
0x3952c0d703d2c66295b83d5243ad55e82d3609ce
snipersTaxed() view returns (uint256)
108
symbol() pure returns (string)
GARFIELD
thisBalance() view returns (uint256)
44807550016080880639
totalSupply() pure returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address ad) view returns (bool)
timeToBuy(address buyer) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
delBot(address notbot)
excludeFromFee(address ad)
includeToFee(address ad)
openTrading()
renounceOwnership()
setBots(address[] bots_)
setCooldownEnabled(bool onoff)
setMarketingWallet(address marketingWalletAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CooldownEnabledUpdated(bool _cooldown)
FeeMultiplierUpdated(uint256 _multiplier)
FeeRateUpdated(uint256 _rate)
MaxBuyAmountUpdated(uint256 _maxBuyAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address FeeAddress, address marketingWalletAddress)
receive()
This contract contains no error objects.