EditionsFactory
Verified contract
Active on
Ethereum with 68 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 "EditionsFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14345605 | 3 years ago | | | 0 | 0.010627021 | |
| 14345308 | 3 years ago | | | 0 | 0.010081440 | |
| 14344335 | 3 years ago | | | 0 | 0.0092344259 | |
| 14344282 | 3 years ago | | | 0 | 0.0094475749 | |
| 14341081 | 3 years ago | | | 0 | 0.025911727 | |
| 14337400 | 3 years ago | | | 0 | 0.016779526 | |
| 14337393 | 3 years ago | | | 0 | 0.020237209 | |
| 14337384 | 3 years ago | | | 0 | 0.018990449 | |
| 14337375 | 3 years ago | | | 0 | 0.018307883 | |
| 14337369 | 3 years ago | | | 0 | 0.018300414 |
ABI
ABI objects
Getter at block 21306679
implementation() view returns (address)
0xc85af08e5d890499c380ffda696ad68945ed7bd2
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
owner() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
tributaryRegistry() view returns (address)
0x1171b858777120a59a6cc8148edda8982f187cd8
Read-only
predictDeterministicAddress(address implementation_, bytes32 salt) view returns (address)
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
create(address owner_, address tributary, string name_, string symbol_, string contentURI_, string contractURI_, struct IEditionsEdition edition_, uint256 nonce, bool paused_) returns (address clone)
renounceOwnership()
setImplementation(address implementation_)
setTributaryRegistry(address tributaryRegistry_)
transferOwnership(address nextOwner_)
EditionsDeployed(address indexed owner, address indexed clone, address indexed implementation)
ImplementationSet(address indexed oldImplementation, address indexed newImplementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TributaryRegistrySet(address indexed oldTributaryRegistry, address indexed newTributaryRegistry)
constructor(address owner_, address implementation_, address tributaryRegistry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.