0x3519a636a01c39cd5d77b68c6c61d3adb9189ba5

Unverified contract

Proxy

Active on Base with 1,400 txns
Deployed by via 0x2e5e79be at 21718458
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $429.31
ERC-20
Value $1.36
ERC-20
--
 (#813)
ERC-721
--
0xe96e1b54b8fa8466648f676ada6eb85e5c111b7e05a77c85387bb29efd00dd44
0xa51e15e2a6cfdc328ba6dab509e8a66e301552d96910e77c34524c7cccc55126
0xb1521fd827c051588bfdcd12739f78bd6bf06641346d8ec381d3cb2804d7c69d
0x3e36af553380d4afffd7890d0424a2263e58213c40ef27d264583cff82ff8642
0x3fa55019d37c6ccd29137fb4cecd400b5db0c77dbbfbf3c24abb7627d5b043da
0xcb7ce7317a4deaedba761df90fb78257038a329d78a6b512b76a340d359cbc93
0x5774cce994cfd19bf4f5fefc93830e0b4d5c9862cb7f5cce35b56ae842e23752
0x6b135ab9096a2e8179179705265396c91cf7a5bebd7eb5752cd22e5d83dcd485
0x56c625d544398624bbacf267996e615a6cd5bc2beac7b2e1017d7b1ab5bbe5ce
0xb15f0d8a593c04c432c76e195d21f4232ecd43f1ecf98b7a74036c5030b0bcfc

Functions
Getter at block 22918489
adminSellFeePercent(view returns (uint8)
10
ansTokenID(view returns (uint256)
813
bondingCurve(view returns (address)
0x6c92dd3afb580c7dfadf3ff74102491dd6b4bb5d
creatorSellFeePercent(view returns (uint8)
20
decimals(view returns (uint8)
18
hasLaunched(view returns (bool)
true
name(view returns (string)
Base Intern
owner(view returns (address)
0x0000000000000000000000000000000000000000
pair(view returns (address)
0x1d7c6f8afbae3466e27f2adc23f4bd95d9880bc3
router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
INTERN
totalSupply(view returns (uint256)
21000000000000000000000000
treasury(view returns (address)
0x164db75084847e49a37a27e2fff7db8244bd355b
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(