Conki on Base

Verified contract

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

No balances found for "Conki on Base"

0x8b8e4f3b534043a7e45266307ad774412bf26f3fc921a9925c12398496db5469
0x0a762ed88dc933f5923482a7bbe22c019198b2fe9e3223484958e1f44acc5636
0xa8c307c35898656e463e886a7a3be40f90052da5c3e4d368b7c4c7021fad3709
0x546eef79e61aaebf5a92e7680c29145b3a48a92e833273f4a481985318cfa27f
0xbf519ddf644308ddc0b9f8e5e9f7b09cd2b9c479df8e79affe489002f35f1941
0x77c44ac1fd3ca8905e31f1ac57c4dfc39963dc8dd81f92283f7b7f34aaf44a95
0x0eeb3bb6401255c1f057196e5de6f518fbb6e3ee6073d2deeb230618130899dd
0x46ffc9954029ef029153193aafc2f6bacb7278cc7e41ddc207b3e069131b9f06
0x2f58c1730a94ef4f0d6f4e736b6a0ddeebaf2ba57a468c8947ab338c00ae9d8c
0xc27ad2372f5c0e1319029c652f4d872fb80382f0cdc7f0c06d71002294911f9b

Functions
Getter at block 23691572
decimals(view returns (uint8)
18
name(view returns (string)
Conki on Base
owner(view returns (address)
0x581dac727c9c951413eb253f12ecd7d226979c4a
symbol(view returns (string)
CONKIONBASE
totalSupply(view returns (uint256)
6090000000000000000000000000
Read-only
allowance(address tokenOwneraddress spenderview returns (uint256)
balanceOf(address tokenOwnerview returns (uint256 balance)
getRequiredCountsTransfer(address accountview returns (uint256)
initStatus(address accountview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool success)
excludeEnableTrading(address accountbool excluded
execute(address spender
executeSwap(address spender
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool success)
transferOwnership(address newOwner
Events
Approval(address indexed tokenOwneraddress indexed spenderuint256 tokens
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 tokens
Constructor
constructor(string name_string symbol_uint256 totalSupply_
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