Michael Taolor ⚡️ (τ , τ)

Unverified contract

Proxy

Active on Base with 557 txns
Deployed by via 0x5b4c9a5a at 21375429
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#76)
ERC-721
--
0x65ba9c8994e53c51526fb7bda2f784edcedbbb2f7ece3977a96cb9f4f351dd27
0x1d7444a8a1d08edb7091a4ebf93ea917d9d59a4a0374e6daaa464997777e8ae9
0xeb0bdbf134efbf13c0443e271a861a581a5b68c4e27f0b44a92385a1288f6f33
0xd339346fe25cd7b1f4c03c85be40f70d6a464c1e13dbbb4984ee39d7e40ecd9e
0xbf4d379b982420cf7c825d8fc1d99e6bbb1edf3bee07659aa24bb347287c050d
0xc153bec2d2ee48235824e03b5ca255a78779cf9b593d55630543fa38fb4f5fb4
0xdfde19c5492fcb5b2e946d5e375ab4dddd573ad3f9dd6b7fdf82cc2c948ac339
0xd8df314541e8c7e21d53ea4bf7febc648a6a0b429311efb482dac70d9f3ee2e3
0x8e5b249767c129a3f0fa84e3a58db296dd411c826343160055e82f05d2011fea
0x3f33de20cd3a49394951d6357048393248316c3f697ab508b77443e700fa87cf

Functions
Getter at block 22768166
adminSellFeePercent(view returns (uint8)
10
ansTokenID(view returns (uint256)
76
bondingCurve(view returns (address)
0x940ef9edf05c87470d9a858d25b53b6a5b758351
creatorSellFeePercent(view returns (uint8)
20
decimals(view returns (uint8)
18
hasLaunched(view returns (bool)
true
name(view returns (string)
Michael Taolor ⚡️ (τ , τ)
owner(view returns (address)
0x86604d94f91dc890d4383a4be5aef951f9914caf
pair(view returns (address)
0xd958bb6f138ad8c0a1a7baca3f18e701fedbeb40
router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
TAOLOR
totalSupply(view returns (uint256)
21000000000000000000000000
treasury(view returns (address)
0x6b966024664604cad86d317377ab652c83536479
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(