MemecoinFactory
Verified contract
Active on
Base with 5 txns
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 "MemecoinFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12422513 | 8 months ago | | | 0 | 0.0012172749 | |
| 12087728 | 8 months ago | | | 0 | 0.0012849399 | |
| 12087475 | 8 months ago | | | 0 | 0.000090156802 | |
| 10537723 | 9 months ago | | | 0 | 0.0010731812 | |
| 10441250 | 9 months ago | | | 0 | 0.0010806033 |
ABI
ABI objects
Getter at block 22761027
$factory() view returns (address)
0xe0860f5a472a4a58b7c25397a0f2dfca468c5505
$implementation() view returns (address)
0x48a0aa974d0be0d6d358940634ecbed8b0b5cc30
owner() view returns (address result)
0x737ccbeb95eac1f772ec13d036a7d4b085589f48
ownershipHandoverValidFor() view returns (uint64)
172800
Read-only
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
createMemecoinButWithPicture(string uri, address bondingCurve, uint128 delta, uint96 fee, uint128 spotPrice) returns (address pair, address memecoin)
renounceOwnership() payable
requestOwnershipHandover() payable
transferOwnership(address newOwner) payable
updateImplementation(address implementation)
ImplementationChanged(address indexed implementation)
NewMemecoin(address pair, address memecoin)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(address implementation, address factory)
This contract contains no fallback and receive objects.
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()