Nekos Coin

Verified contract

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

No balances found for "Nekos Coin"

0xd2fd5e746ad63fc949c7f7035a3359c2656ea574a29ebd167276b9d824e48298
0x9677bdc752cd151f89f6a56a95d36d41ac55001727b3b482082ea107ebc1e6ba
0x683d58c52f22999dafe1bad805e0eeac953f66693e999627df047f0988075207
0x8f48a4ebe50b88fa54b88b4b9d077ac915a42507985c0e0ecb7fe6db79e8e547
0xa2b3247ef4a09ec38b78c3e66a9cf914e5ca5e052af987b252f5503c41324146
0x322d77e0b23baf0d1550a396dd8123f4cb355e619fc85b5964db07b5ad386224
0x12df40233f2ac2c12aba93fce786320ab1c2e624f34d3b8dc5eb1ede1e3879be
0x2de98a6a9b6a421c7bdd77e6316b64680fb1e51e742a7729dbadeb227ae67a57
0xa07205241d01162c134cc8f9a1346241ea071d031ab1c59ba97f78a3b9d02a94
0xffe211c1ab98ccb963d631090fc92e802bf256bf83b5edd035e976b10eee47dc

Functions
Getter at block 23178386
decimals(view returns (uint8)
18
limited(view returns (bool)
false
maxHoldingAmount(view returns (uint256)
0
minHoldingAmount(view returns (uint256)
0
name(view returns (string)
Nekos Coin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NEKOS
totalSupply(view returns (uint256)
1000000000000000000000000000
uniswapV2Pair(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
blacklists(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
blacklist(address _addressbool _isBlacklisting
burn(uint256 value
renounceOwnership(
setRule(bool _limitedaddress _uniswapV2Pairuint256 _maxHoldingAmountuint256 _minHoldingAmount
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(uint256 _initialSupplyaddress _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