ShellFactory
Verified contract
Active on
Ethereum with 3 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 "ShellFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14318498 | 3 years ago | | | 0 | 0.00090997401 | |
| 14218838 | 3 years ago | | | 0 | 0.013353841 | |
| 14218828 | 3 years ago | | | 0 | 0.0041296192 |
ABI
ABI objects
Getter at block 21379718
owner() view returns (address)
0x303eefedee1ba8e5d507a55465d946b2fea18583
Read-only
implementations(string) view returns (address)
State-modifying
Events createCollection(string name, string symbol, string implementationName, address engine, address owner) returns (address)
registerImplementation(string name, address implementation)
renounceOwnership()
transferOwnership(address newOwner)
CollectionCreated(address collection, address implementation)
ImplementationRegistered(string name, address implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
ImplementationExists()
ImplementationNotFound()
InvalidImplementation()