0x8166a7a6fcf57fd0583659cc7bd0b0c36a8bc07c
Verified contract
Proxy
Active on
Base with 57 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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#2835248) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2681430) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2572696) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2540315) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2522397) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2517673) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2516628) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2501806) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2461527) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
(#2372156) | AERO-CL-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22697127 | 19 hours ago | | | 0.002 | 0.000049495242 | |
| 22539845 | 4 days ago | | | 0.0001 | 0.0000067560913 | |
| 22428716 | 7 days ago | | | 0.0001 | 0.0000068846573 | |
| 22393864 | 8 days ago | | | 0.0001 | 0.0000066418523 | |
| 22375543 | 8 days ago | | | 0.0001 | 0.0000067567110 | |
| 22370633 | 8 days ago | | | 0.001948 | 0.0000069903594 | |
| 22369477 | 8 days ago | | | 0.0013 | 0.0000067528917 | |
| 22352298 | 9 days ago | | | 0.003 | 0.0000064759139 | |
| 22310598 | 10 days ago | | | 0.01 | 0.0000068813655 | |
| 22234693 | 11 days ago | | | 0.03 | 0.0000068691694 |
ABI
ABI objects
Getter at block 22731341 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
buyoutFeePct() view returns (uint256)
3
numTokens() view returns (uint256)
55
owner() view returns (address)
0xb0cc739c2f7e1232408a2d4e3329fce1693f7713
supply() view returns (uint256)
1000000000000000000000000000
Read-only
tokenInfo(address token) view returns (struct IAeroWagmiTokenInfo)
tokens(uint256) view returns (address)
State-modifying
Events calcDeploySalt(string name, string symbol) returns (bytes32 deploySalt)
initialize(address _owner)
launch(uint256 marketcapUsd, int24 tickSpacing, bytes32 deploySalt, string name, string symbol) payable returns (address token, uint256 buyoutTokenAmount)
renounceOwnership()
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Initialized(uint64 version)
NewToken(address token, address pool, address creator, uint256 buyoutEthAmount, uint256 buyoutTokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
fallback()
receive()
AddressEmptyCode(address target)
BadDeploySalt(address token)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
LaunchWithoutBuyout()
MathOverflowedMulDiv()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
R()
T()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)