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 "G"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209674 | 2 days ago | | | 0 | 0.00026457523 | |
| 21209662 | 2 days ago | | | 0 | 0.00044382313 | |
| 21209566 | 2 days ago | | | 0 | 0.00058638149 | |
| 21209552 | 2 days ago | | | 0 | 0.00060972274 | |
| 21209451 | 3 days ago | | | 0 | 0.00076554502 | |
| 21209444 | 3 days ago | | | 0 | 0.00071177587 | |
| 21209443 | 3 days ago | | | 0 | 0.00071589172 | |
| 21209418 | 3 days ago | | | 0 | 0.00040557553 | |
| 21209398 | 3 days ago | | | 0 | 0.00038368842 | |
| 21209397 | 3 days ago | | | 0 | 0.00066915916 |
ABI
ABI objects
Getter at block 21227467
decimals() view returns (uint8)
18
name() view returns (string)
Andrew Tate's Dog
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xf582618bdca53814781b12e0acf81602d91f10c3
symbol() view returns (string)
G
totalSupply() view returns (uint256)
9619740499329811408341558
tradingOpen() view returns (bool)
true
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTrading(address _pair, bool _enabled)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)