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 "GLOW CAT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136101 | 3 days ago | | | 0 | 0.00037464387 | |
| 21069953 | 12 days ago | | | 0 | 0.00035850070 | |
| 21018707 | 19 days ago | | | 0 | 0.00030795653 | |
| 21018235 | 20 days ago | | | 0 | 0.00015203977 | |
| 20994478 | 23 days ago | | | 0 | 0.00092931030 | |
| 20943926 | a month ago | | | 0 | 0.00097145377 | |
| 20897729 | a month ago | | | 0 | 0.00024554839 | |
| 20877919 | a month ago | | | 0 | 0.00047243201 | |
| 20868669 | a month ago | | | 0 | 0.00042304713 | |
| 20839678 | a month ago | | | 0 | 0.00026301891 |
ABI
ABI objects
Getter at block 21158071
decimals() pure returns (uint8)
18
name() view returns (string)
GLOW CAT
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x7e09ff08d97c4350eb090cb6a77dae28ab036a44
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
GLOW
totalSupply() view returns (uint256)
69000000420000000000000000000
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidAMM(address AMM)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)