Cartel

Unverified contract

Proxy

Active on Base with 9 txns
Deployed by via 0xa1526a5b at 21528414
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $48.5
ERC-20
--
 (#871)
ERC-721
--
0xbdefe4b0e539462e9d2cb6c830b715f5daee1c74ff6339303303b5cda033b0e9
0x4faa044772f5ed5ac336be3112cf0819ad64cb61c11bfb86dd3fe12739002161
0xf515d627312f4d342926ef5da26079d672af8c66871773f3343f73eccb40c2b0
0x1c59fa6b418d253e58b3727385408fc7662040e461c48f6529771a3b6aa41ef6
0x18c47c140110e0e1883f666cb226b1aaa53906cdaef17f8236f4344029afa1a2
0x26ee032f094dc37f665e9d5be52a2042aa9363384cfe0baa62f94bcda3b8dabb
0x6305b5654ff53f161be6f5bf0a9a3eb6ed4643401e1374502a401c5e504dc902
0x044e33371b9d25a685c90dcad7752158b49cda72d3c51ee96e40401e8201c154
0xe5295960be28e8040669a5ab4b8f4014d697b881ec39f137484022e5501c26a3

Functions
Getter at block 23865580
adminSellFeePercent(view returns (uint8)
10
ansTokenID(view returns (uint256)
871
bondingCurve(view returns (address)
0xcf6097c04364944ccb1b8bae8c81265b964e255a
creatorSellFeePercent(view returns (uint8)
20
decimals(view returns (uint8)
18
hasLaunched(view returns (bool)
false
name(view returns (string)
Cartel
owner(view returns (address)
0xdf5341b4b92da66aee30d5e605321b981ac502e1
pair(view returns (address)
0x0000000000000000000000000000000000000000
router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
CARTEL
totalSupply(view returns (uint256)
21000000000000000000000000
treasury(view returns (address)
0x3a0f75490aaafc01cf100849812d37fb8125d5c9
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(