King Kovu

Unverified contract

Proxy

Active on Base with 166 txns
Deployed by via 0x2f67d27e at 22680346
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#1429)
ERC-721
--
0x9fa14cbe8a40cce13cca4e06567b26a155ee61d432276480b543eba0175449de
0x0ecc839f9cf77a9d8b57d24a60045ed555f95a4db32eceabbc39877af4bbbbde
0x8f737536e944ccb7fbdb8f624ed1d64e179584e11f984b3965cd91b923915f00
0x6f00b074574f7da74f23f302f85f6efc17020e7a04e243c0cb3cabf054f48162
0xceb88a353fb4d9070b0dbd9aab88f220bd66067787d518a5225e5f06e3b3c380
0xf5dbed809c903f314d9e773cc576082751a2352e999d4c74f0b405eddc847408
0x93143a0275dfc00411ad5d294011c2cbc3bb0895e5735cca1e29a085110486a7
0xc01b713f72454827f5d73ccccae9ca0314dc79ba2f6142c879abef575cd44598
0x3db0ec793497c01925735f5a69165baccf6774f70080bce4bc524e929e6c44e1
0xd75989fedb7e9f21d35b5e31bd076caa6449b3cefbadeea166ac9e01783c1321

Functions
Getter at block 22696007
adminSellFeePercent(view returns (uint8)
10
ansTokenID(view returns (uint256)
1429
bondingCurve(view returns (address)
0xa43372d47178b4dcdacb8637e235bedf56238ca5
creatorSellFeePercent(view returns (uint8)
20
decimals(view returns (uint8)
18
hasLaunched(view returns (bool)
true
name(view returns (string)
King Kovu
owner(view returns (address)
0x987a94c0fe1d25606617186d18c511b32f13c44b
pair(view returns (address)
0x4356dd25897d8a804a7c7af024d27229d21d3bef
router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
LAZY
totalSupply(view returns (uint256)
21000000000000000000000000
treasury(view returns (address)
0x076b7c20df8c81108ec2635014b06cc88b859f9a
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getCooldown(address _useruint256 _cooldownIndexview returns (struct AgentKeyCooldown)
getMembership(address _userview returns (uint256)
getStuckETHTokens(address _addressview returns (uint256)
getTotalCooldowns(address _userview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
cancel(uint256 _cooldownIndex
claim(uint256 _cooldownIndex
claimStuckETH(address _receiver
initialize(address _bondingCurveaddress _creatoraddress _routerstring name_uint256 _ansTokenIDaddress _treasuryuint8 _adminSellFeePercentuint8 _creatorSellFeePercent
launch(
renounceOwnership(
setPair(address _pair
subscribe(uint256 _amount
transfer(address touint256 valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferOwnership(address newOwner
unsubscribe(uint256 _amount
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Cancelled(address indexed accountuint256 cooldownIndexstruct AgentKeyCooldown cooldown
Claimed(address indexed accountuint256 cooldownIndexstruct AgentKeyCooldown cooldown
ETHTransferFailed(address indexed accountuint256 amount
FeesCollected(uint256 tokensSwappeduint256 adminAmountuint256 creatorAmount
Initialized(
Initialized(uint64 version
Launched(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PairUpdated(address pair
StuckETHClaimed(address indexed accountaddress indexed receiveruint256 amount
Subscribed(address indexed accountuint256 ak
Transfer(address indexed fromaddress indexed touint256 value
Unsubscribed(address indexed accountuint256 cooldownIndexstruct AgentKeyCooldown cooldown
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidAddress(
InvalidAmount(
InvalidIndex(
InvalidInitialization(
NotInitializing(
NothingStuck(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PrematureExecution(
ReentrancyGuardReentrantCall(
TransferFailed(address accountuint256 amount
Unauthorized(
Unavailable(