AION 5100
Unverified contract
Proxy
Active on
Base with 1,649 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($545.90)
Native
Value
$545.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.140725 | $3,879.20 |
$545.9 | |
AION | ERC-20 | 855.627K | -- | -- | |
BAION | ERC-20 | 800K | -- | -- | |
ANS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23701353 | 12 minutes ago | | | 0 | 5.3790984e-7 | |
| 23701152 | 19 minutes ago | | | 0 | 4.6653115e-7 | |
| 23701056 | 22 minutes ago | | | 0 | 5.2111483e-7 | |
| 23700918 | 27 minutes ago | | | 0 | 2.2483811e-7 | |
| 23700874 | 28 minutes ago | | | 0 | 3.7336660e-7 | |
| 23700766 | 32 minutes ago | | | 0 | 5.1094181e-7 | |
| 23700726 | 33 minutes ago | | | 0 | 4.1821074e-7 | |
| 23700285 | an hour ago | | | 0 | 5.1580618e-7 | |
| 23700222 | an hour ago | | | 0 | 5.1331292e-7 | |
| 23700176 | an hour ago | | | 0 | 4.3488720e-7 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getCooldown(address _user, uint256 _cooldownIndex) view returns (struct AgentKeyCooldown)
getMembership(address _user) view returns (uint256)
getStuckETHTokens(address _address) view returns (uint256)
getTotalCooldowns(address _user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
cancel(uint256 _cooldownIndex)
claim(uint256 _cooldownIndex)
claimStuckETH(address _receiver)
initialize(address _bondingCurve, address _router, string name_, uint256 _ansTokenID, address _treasury, uint8 _adminSellFeePercent, uint8 _creatorSellFeePercent)
launch()
setPair(address _pair)
subscribe(uint256 _amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unsubscribe(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Cancelled(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
Claimed(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
ETHTransferFailed(address indexed account, uint256 amount)
FeesCollected(uint256 tokensSwapped, uint256 adminAmount, uint256 creatorAmount)
Initialized()
Initialized(uint64 version)
Launched()
PairUpdated(address pair)
StuckETHClaimed(address indexed account, address indexed receiver, uint256 amount)
Subscribed(address indexed account, uint256 ak)
Transfer(address indexed from, address indexed to, uint256 value)
Unsubscribed(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
This contract contains no constructor objects.
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidAddress()
InvalidAmount()
InvalidIndex()
InvalidInitialization()
NotInitializing()
NothingStuck()
PrematureExecution()
ReentrancyGuardReentrantCall()
TransferFailed(address account, uint256 amount)
Unauthorized()
Unavailable()