Cartel
Unverified contract
Proxy
Active on
Base with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($48.50)
Native
Value
$48.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0125 | $3,880.35 |
$48.5 | |
CARTEL | ERC-20 | 36.148K | -- | -- | |
ANS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23436838 | 10 days ago | | | 0 | 7.2871946e-7 | |
| 23291666 | 13 days ago | | | 0 | 9.3906178e-7 | |
| 23199409 | 15 days ago | | | 0 | 9.4414298e-7 | |
| 21925368 | a month ago | | | 0 | 2.7702000e-7 | |
| 21925260 | a month ago | | | 0 | 2.1448160e-7 | |
| 21924542 | a month ago | | | 0 | 0.000030485400 | |
| 21677205 | 2 months ago | | | 0 | 2.4188712e-7 | |
| 21674956 | 2 months ago | | | 0 | 2.4238282e-7 | |
| 21672322 | 2 months ago | | | 0.0125 | 5.1231500e-7 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getCooldown(address _user, uint256 _cooldownIndex) view returns (struct AgentKeyCooldown)
getMembership(address _user) view returns (uint256)
getStuckETHTokens(address _address) view returns (uint256)
getTotalCooldowns(address _user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
cancel(uint256 _cooldownIndex)
claim(uint256 _cooldownIndex)
claimStuckETH(address _receiver)
initialize(address _bondingCurve, address _creator, address _router, string name_, uint256 _ansTokenID, address _treasury, uint8 _adminSellFeePercent, uint8 _creatorSellFeePercent)
launch()
renounceOwnership()
setPair(address _pair)
subscribe(uint256 _amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unsubscribe(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Cancelled(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
Claimed(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
ETHTransferFailed(address indexed account, uint256 amount)
FeesCollected(uint256 tokensSwapped, uint256 adminAmount, uint256 creatorAmount)
Initialized()
Initialized(uint64 version)
Launched()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairUpdated(address pair)
StuckETHClaimed(address indexed account, address indexed receiver, uint256 amount)
Subscribed(address indexed account, uint256 ak)
Transfer(address indexed from, address indexed to, uint256 value)
Unsubscribed(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
This contract contains no constructor objects.
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 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 account, uint256 amount)
Unauthorized()
Unavailable()