GLOW CAT

Verified contract

Active on Ethereum with 877 txns
Deployed by via 0x34519af4 at 20502509
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GLOW CAT"

0xeb6f3e66a92f2e2803acc2d09d07e8c8a4ec873a3eb18f54a6bf8f4be0414f14
0xbf151c509dab206a0cce0e6ca3fc2db40b3c3cdf62d9eb4fd64275f7f1893c89
0x937f0cc64536c3921708f42af3d4c94f33237368c215f7fa68563352d3ff7571
0xc230c8f91e782419129d0e2d358f542c1495b1985a44d40f9503aff9502551a3
0x303f2a07cb6c3bef78f13b8f5f51ad45e417aac918f8ca4eff73e88e3df4d7e3
0xd6f32f3309ce88cd2280e05d70e26bc31d7f3a28052911c73367955c391cb561
0xe28225bd205c921ae5b8da21713cc8e82c65d91bd3814e55564d9ddf9166bdbb
0x7746c78dae9b7af6310ad18b1b870067c043cf30c601a3b32c67bccd13843c3e
0x106365361eda9d45d2554e0e3c814295ce931113bf47c47e3ebe8df3cb12f01d
0x8529c722f33430c531458bcc463cc3ba7459cb35f9f690aace9316882cc2ce99

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
setAMM(address AMMbool isAMM
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidAMM(address AMM
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account