AllocatedEditionsFactory
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "AllocatedEditionsFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13128312 | 3 years ago | | | 0 | 0.11751467 | |
| 13124281 | 3 years ago | | | 0 | 0.11346978 |
ABI
ABI objects
Getter at block 21223978
governor() view returns (address)
0x0000000000000000000000000000000000000000
isGovernor() view returns (bool)
false
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
logic() view returns (address)
0xa8023f3e6d45257d1a7ae0523249c196c454e6f9
minFeePercentage() view returns (uint256)
250
owner() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
parameters() view returns (bytes nftMetaData, uint256 allocation, uint256 quantity, uint256 price, bytes adminData)
(nftMetaData=0x, allocation=0, quantity=0, price=0, adminData=0x)
proxyRegistry() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
tributaryRegistry() view returns (address)
0x1171b858777120a59a6cc8148edda8982f187cd8
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
changeGovernor(address governor_)
createEdition(struct AllocatedEditionsStorageNFTMetadata metadata, struct AllocatedEditionsStorageEditionData editionData, struct AllocatedEditionsStorageAdminData adminData) returns (address allocatedEditionsProxy)
renounceOwnership()
setLogic(address newLogic)
setMinimumFeePercentage(uint256 newMinFeePercentage)
setProxyRegistry(address newProxyRegistry)
setTreasuryConfig(address newTreasuryConfig)
setTributaryRegistry(address newTributaryRegistry)
transferOwnership(address nextOwner_)
AllocatedEditionDeployed(address allocatedEditionProxy, string name, string symbol, address operator)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner_, address logic_, address tributaryRegistry_, address treasuryConfig_, string baseURI_, address proxyRegistry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.