GanNamCAT
Verified contract
Active on
Ethereum with 3,592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 24.268108 | $1.001 |
$24.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153146 | 19 hours ago | | | 0 | 0.00063996294 | |
| 21147659 | 2 days ago | | | 0 | 0.00016874920 | |
| 21140248 | 3 days ago | | | 0 | 0.00055727664 | |
| 21140235 | 3 days ago | | | 0 | 0.00033218342 | |
| 21139413 | 3 days ago | | | 0 | 0.00043651342 | |
| 21134171 | 3 days ago | | | 0 | 0.00025917859 | |
| 21133100 | 4 days ago | | | 0 | 0.00066807580 | |
| 21132773 | 4 days ago | | | 0 | 0.00074950036 | |
| 21122061 | 5 days ago | | | 0 | 0.00034851605 | |
| 21116686 | 6 days ago | | | 0 | 0.00030001498 |
ABI
ABI objects
Getter at block 21158692
decimals() view returns (uint8)
9
name() view returns (string)
GanNamCAT
owner() view returns (address)
0x0000000000000000000000000000000000000000
startTx() view returns (bool)
true
symbol() view returns (string)
GNCAT
totalSupply() view returns (uint256)
420680000000000000000000
uniswapPair() view returns (address)
0x42619f1eb89b993f7f5193de6ab1423a703fc344
uniswapV2Router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMarketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceOwnership()
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(string name_, string symbol_, address owner_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.