CEKKE Base

Verified contract

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

No balances found for "CEKKE Base"

0xc42dd1a23d0369df4c34be39ce323f5cffcb2b356c2f04354fad259dfa1241d1
0xf5449b0b805caecb903f5cd533f4d7269599eb1a0d876c162a43d648dada727a
0xa0c50ad7b6edd680049b3fd7770d1dbbded8682a691d70ef04ad97689f85e613
0xf69d8b69d9bd7be3e2ad192f8293975e4c2f578d15b62f0ea08c04ecab982182
0xcbec7c0b44e8ba78d301c64c35c5607ecd87a974799a1fc5d77f3861d46a3ca8
0xee99be753bf779e711d7c1ea5516ef54edd000060006e5c8a1fc68edd0f8f40e
0xff77f3d92f527cd7fcae7b3f9cc28683e86ab681dd6887c5ab7a829fc6f4740c
0x5b9adb1e2590c0add355c0a8eb6ec832bc8ad025f1bcd1e285bcb68dadea9ed8
0x07ed1689e9dfc9999e1ab42876e83b0a926d95ed9d4832d69c18e47f9af70345
0x6df7438372d9165ed6ac21c4ec6466b6d22d2601d9ea167a5e548e440c0785c4

Functions
Getter at block 23074023
decimals(view returns (uint8)
18
name(view returns (string)
CEKKE Base
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CEKKE
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account