TitlesPublisherV1
Verified contract
Active on
Base with 33,214 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000817 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16917463 | 4 months ago | | | 0 | 0.0000084152397 | |
| 16846932 | 4 months ago | | | 0 | 0.0000016892755 | |
| 16803960 | 4 months ago | | | 0 | 0.0000023817229 | |
| 16780791 | 4 months ago | | | 0 | 0.0000016975656 | |
| 16594929 | 5 months ago | | | 0 | 0.0000021130432 | |
| 16586450 | 5 months ago | | | 0 | 0.0000021841190 | |
| 16571494 | 5 months ago | | | 0 | 0.0000030232962 | |
| 16446901 | 5 months ago | | | 0 | 0.0000048809151 | |
| 16393664 | 5 months ago | | | 0 | 0.0000022783593 | |
| 16389684 | 5 months ago | | | 0 | 0.0000020263639 |
ABI
ABI objects
Getter at block 22737070
controller() view returns (address)
0xa3a5bbf67471d3d0b8d507d864f17634395bbefe
owner() view returns (address)
0xa3a5bbf67471d3d0b8d507d864f17634395bbefe
secondaryRoyalty() view returns (uint96)
1000
splitDistributorFee() view returns (uint32)
5000
splitMain() view returns (address)
0x2ed6c4b5da6378c7897ac67ba9e43102feb694ee
titlesEditionImplementation() view returns (address)
0x211ab61d71212a482c0393d80140506899551d89
Read-only
This contract contains no read-only function objects.
State-modifying
Events publishEdition(address _creator, string _name, string _symbol, string _uri, address[] creatorProceedAccounts, uint32[] creatorProceedAllocations, address[] derivativeFeeAccounts, uint32[] derivativeFeeAllocations, uint256 _price, uint256 _maxSupply, uint256 _mintLimitPerWallet, uint256 _saleEndTime)
renounceOwnership()
setController(address _controller)
setSecondaryRoyalty(uint96 _secondaryRoyalty)
setSplitDistributorFee(uint32 _distributorFee)
transferOwnership(address newOwner)
EditionPublished(address indexed creator, address remixContractAddress, address creatorProceedRecipient, address derivativeFeeRecipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _splitMainAddress, address _controller, uint32 _distributorFee, uint96 _secondaryRoyalty, address _implementation)
This contract contains no fallback and receive objects.
This contract contains no error objects.