AION 5100

Unverified contract

Proxy

Active on Base with 1,649 txns
Deployed by via 0xf7fd0154 at 23653149
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $545.9
ERC-20
--
ERC-20
--
 (#2000)
ERC-721
--
0x6b85df2e6edc249a000e148a2b3821bacfa0970e84d5459e2ea7ed471cbd396b
0x508bab6ad87541af50954325cd0d23abd0eb531ed0124e6941f302b2dbba90ca
0x0d93157cdbedc6325afdb4c77d6defa6acd28e1e3151731db1af6d14bead0fc6
0x5c0fe5df9b39242b477ff568f9a110f96521fa5d3dc04440238a4925305ece41
0xc5e6a91d880457b0a6c1f9395734f9362a92509afe62ba01f9ff9e4b98c94497
0x4d68e10b813f7519a22d7429f85bf20352619cb8d1167e595ec84c72b654d8d3
0x205c0adee1b9fcabd539050d157c292b547d719574c8b3404a9dd8608354b169
0x959037ed52c52dc73ab94667182858a3b18b6452b12b9170e6dc0a385f6615d2
0x9fd10b3552bd781bcd9f3cd89ab99a3134efbb6ff100a63b017cf6674409408a
0x8fd7059fbfd1b472cea6d7eb01d16a0ceaa20f70c2d23fe33459e57db3d56a55

Functions
Getter at block 23701719
adminSellFeePercent(view returns (uint8)
10
ansTokenID(view returns (uint256)
2000
bondingCurve(view returns (address)
0x95b289cd80a6de84dd5564851a956d66dc0c26c8
creatorSellFeePercent(view returns (uint8)
20
decimals(view returns (uint8)
18
hasLaunched(view returns (bool)
true
name(view returns (string)
AION 5100
pair(view returns (address)
0xba1963bb6c0d0d60cea960aa37218d13b69503a1
router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
AION
totalSupply(view returns (uint256)
21000000000000000000000000
treasury(view returns (address)
0x311f920f60f9142610d83b111a768907f7c79c53
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 _routerstring name_uint256 _ansTokenIDaddress _treasuryuint8 _adminSellFeePercentuint8 _creatorSellFeePercent
launch(
setPair(address _pair
subscribe(uint256 _amount
transfer(address touint256 valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
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(
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(
PrematureExecution(
ReentrancyGuardReentrantCall(
TransferFailed(address accountuint256 amount
Unauthorized(
Unavailable(