The Wolf

Unverified contract

Proxy

Active on Base with 1,652 txns
Deployed by via 0x7601d112 at 21372348
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#101)
ERC-721
--
0xa465da511f1675089c60bb5d8c3d528371b11e5039fd2eec1f6caeb122a736e6
0xacb243dbe7c61e93228f5e2982fb4cfb7b32d5b2558248c83d081b5f4c6d2b22
0x62d7f04951cf569cbcd91185e5ebfe1c417f8fa25f4b373a00bfb182d6ada7c1
0x1abe6dea49f8d6820c4a481f8988d811df5f32429e72eb940314a25e7440c249
0x6b98e7cd73d66e92164a0ed31f3f05c16e66989d5ed8289e5dd68e4f86eaf52b
0x07b53db12651039daa6cf2a481d797042703b21bf32cbb9f310f3fda8b59c8b5
0x558fc190476132c6ef297c2ac4a680cd8b6086deef25d270ebee8a15e7ee40c6
0xae42c02df8e13d593ff285030d02af82070d10676e6ef4c86e4dbefd93fc4b14
0x4f54881cbbde203f1bf8b9389d1fd2c39af914105d0868353b50b02ec36d4f8f
0x817f13e8943e6f9c27a8ed4ad68cc2f0a14eaea658205bb344cb641e33674786

Functions
Getter at block 22754850
adminSellFeePercent(view returns (uint8)
10
ansTokenID(view returns (uint256)
101
bondingCurve(view returns (address)
0xcef2d2167f1f5d737e77f26008939041aa401eca
creatorSellFeePercent(view returns (uint8)
20
decimals(view returns (uint8)
18
hasLaunched(view returns (bool)
true
name(view returns (string)
The Wolf
owner(view returns (address)
0xdfa979e54b02413196457d1b4a12aa20710e8eea
pair(view returns (address)
0xdaa760ba65629de05fc7756dc25091aeeee79067
router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
WOLF
totalSupply(view returns (uint256)
21000000000000000000000000
treasury(view returns (address)
0x2859c35f18f71eb4dba17679355527675454b4bf
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(