WowFactoryImpl
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "WowFactoryImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WowFactoryImpl"
ABI
ABI objects
Getter at block 22745310
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
bondingCurve() view returns (address)
0x91c1863ed54809c45b53bb6090eb437036c792c4
implementation() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
tokenImplementation() view returns (address)
0x7145f8aeef1f6510e92164038e1b6f8cb2c42cbb
Read-only
This contract contains no read-only function objects.
State-modifying
Events deploy(address _tokenCreator, address _platformReferrer, string _tokenURI, string _name, string _symbol) payable returns (address)
initialize(address _owner)
renounceOwnership()
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
WowTokenCreated(address indexed factoryAddress, address indexed tokenCreator, address platformReferrer, address protocolFeeRecipient, address bondingCurve, string tokenURI, string name, string symbol, address tokenAddress, address poolAddress)
constructor(address _tokenImplementation, address _bondingCurve)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1167FailedCreateClone()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)