Eolas ☴

Unverified contract

Proxy

Active on Base with 1,630 txns
Deployed by via 0xaff9cf3f at 22614684
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#1449)
ERC-721
--
0x9602b318c4c0a2d03907afb300ad845b6fa17df817e8cfca3a2a2c78a10b8471
0x53066ff8f3a54bd487c2e0fb901aceb014b7c6e6c6d18847e6d55b9ef9219d87
0x0bbbb4484832916d97e55b0845e37ac6da9b5253577e9448304ca4578c7cca2a
0xecf5202671314f1fd516fadf96d0e1fc4b35487ff807633cb2ba0cfc31cfa218
0x163ae3bf6ce5b389a5c5d5d8edff803c3197106c8854c91b57c5692c67c5c4f0
0xec807072c956173de5e340512b87f2cc7595ecc138085a1f5163ccbcd89f868e
0x179f9203f74964975eac571ec18e6720895119848b6e56b3196666a3d9ea507b
0x2220e2c35064a92a9c3595dec2ca93f588ce1bc9665da7e6bd494fbda4a2e69a
0x0f14754cb774df8cb7e456182d0b5536286ecc4fca2d8aa84e4e0c8cc525d404
0x0e5321e210b150d2955c526fdf8a5268c0eed4b3521987e555abbc7d0b04708d

Functions
Getter at block 22749829
adminSellFeePercent(view returns (uint8)
10
ansTokenID(view returns (uint256)
1449
bondingCurve(view returns (address)
0x15c9277ee00427a2d795d23fa113c768234419a7
creatorSellFeePercent(view returns (uint8)
20
decimals(view returns (uint8)
18
hasLaunched(view returns (bool)
true
name(view returns (string)
Eolas ☴
owner(view returns (address)
0x4b375d4694b21a5346c3a304347b6fc7c9c86267
pair(view returns (address)
0xf5211ba5aad081f05386d45ac5fcf7f51c8dbd77
router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
EOLAS
totalSupply(view returns (uint256)
21000000000000000000000000
treasury(view returns (address)
0xf6e76bd170097e7f305d9ecd098632ab69b69c07
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(