CUTE GIRL

Verified contract

Active on Base with 19 txns
Deployed by via 0xdd325ee1 at 18615015
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CUTE GIRL"

0x6d41829458cb4e3303d93e47c85cf3d5c694e605fa9c05a6b214ea853058801e
0x3259af33a5e7c701f49f7ba865184d8ff1a5c2cb3d6d784183bbd5eb282fe100
0xf2e7f4d3ba615d08051cbe7939daebbe7841c45c61b4d3c2d5b9200d8390e27c
0xbb472f886f405a92d5a922e86549f38b654162b89d2fd035ffce653b7a1212db
0xc668be89cfb1a388507a5d11a6801b5c462803bd230f1778e37cba1bfcee6da0
0x275b448d686a4be889c8bdd317d3fa82ebdacd1500f81ddd3877418787afc76b
0x6ac65ed3d7567c6cf27947114617c8d03bd72e43f8549f518006d490c346eab0
0x18d2c1f9ee444813350151fef0d3b3a98c3aecf21aa524597061a510a948ad76
0x670640980db6d5c4cf0eaac954d51d2c2d911148ba3ecdc88652a4bbdd6ea9a0
0x30f0f2ba8fa4763ad69fae8f3759fead88f4f5f9d4f19c52312774b52e12608e

Functions
Getter at block 22326115
decimals(view returns (uint8)
6
name(view returns (string)
CUTE GIRL
owner(view returns (address)
0x8b5c6f6ec3bd2014a6158a9d45f9355defc542a5
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
poolContract(view returns (address)
0x8b5c6f6ec3bd2014a6158a9d45f9355defc542a5
symbol(view returns (string)
CUTE
totalSupply(view returns (uint256)
1000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
mint(address touint256 amount
renounceOwnership(
setPoolContract(address _poolContract
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboladdress initialOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account