AeroWagmi
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
18
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AeroWagmi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AeroWagmi"
ABI
ABI objects
Getter at block 22731341
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
buyoutFeePct() view returns (uint256)
3
numTokens() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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)
constructor()
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)