SelfServiceEditionCurationV4
Verified contract
Active on
Ethereum with 12,655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfbee…4b7d
0x848b…c639
0xec13…3ff0
0x971d…dc38
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AZP | ERC-20 | 0.41 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453088 | 3 months ago | | | 0 | 0.000026705000 | |
| 13177309 | 3 years ago | | | 0 | 0.0019554510 | |
| 13080279 | 3 years ago | | | 0 | 0.0013028401 | |
| 13079301 | 3 years ago | | | 0 | 0.034238717 | |
| 13078856 | 3 years ago | | | 0 | 0.020137653 | |
| 13078640 | 3 years ago | | | 0 | 0.021199880 | |
| 13078555 | 3 years ago | | | 0 | 0.015445658 | |
| 13078475 | 3 years ago | | | 0 | 0.015510068 | |
| 13078302 | 3 years ago | | | 0 | 0.019749694 | |
| 13078160 | 3 years ago | | | 0 | 0.017377940 |
ABI
ABI objects
Getter at block 21198677
ROLE_WHITELISTED() view returns (string)
whitelist
accessControls() view returns (address)
0xec133df5d806a9069aee513b8be01eeee2f03ff0
auction() view returns (address)
0x848b0ea643e5a352d78e2c0c12a2dd8c96fec639
frequencyControls() view returns (address)
0x971d5a272b671c7936d03b66ab89da76c0f8dc38
koCommission() view returns (uint256)
15
kodaV2() view returns (address)
0xfbeef911dc5821886e1dda71586d90ed28174b7d
maxEditionSize() view returns (uint256)
100
minPricePerEdition() view returns (uint256)
10000000000000000
owner() view returns (address)
0x3f8c962eb167ad2f80c72b5f933511ccdf0719d4
paused() view returns (bool)
true
Read-only
canCreateAnotherEdition(address account) view returns (bool)
checkRole(address _operator, string _role) view
hasRole(address _operator, string _role) view returns (bool)
isEnabledForAccount(address account) view returns (bool)
isFrozen(address account) view returns (bool)
whitelist(address _operator) view returns (bool)
State-modifying
Events addAddressToWhitelist(address _operator)
addAddressesToWhitelist(address[] _operators)
createEdition(bool _enableAuction, address _optionalSplitAddress, uint256 _optionalSplitRate, uint256 _totalAvailable, uint256 _priceInWei, uint256 _startDate, uint256 _endDate, uint256 _artistCommission, uint256 _editionType, string _tokenUri) returns (uint256 _editionNumber)
createEditionFor(address _artist, bool _enableAuction, address _optionalSplitAddress, uint256 _optionalSplitRate, uint256 _totalAvailable, uint256 _priceInWei, uint256 _startDate, uint256 _endDate, uint256 _artistCommission, uint256 _editionType, string _tokenUri) returns (uint256 _editionNumber)
createEditionSimple(bool _enableAuction, uint256 _totalAvailable, uint256 _priceInWei, uint256 _startDate, uint256 _endDate, uint256 _artistCommission, uint256 _editionType, string _tokenUri) returns (uint256 _editionNumber)
pause()
removeAddressFromWhitelist(address _operator)
removeAddressesFromWhitelist(address[] _operators)
renounceOwnership()
setAuction(address _auction)
setKoCommission(uint256 _koCommission)
setKodavV2(address _kodaV2)
setMaxEditionSize(uint256 _maxEditionSize)
setMinPricePerEdition(uint256 _minPricePerEdition)
transferOwnership(address _newOwner)
unpause()
withdrawStuckEther(address _withdrawalAccount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
SelfServiceEditionCreated(uint256 indexed _editionNumber, address indexed _creator, uint256 _priceInWei, uint256 _totalAvailable, bool _enableAuction)
Unpause()
constructor(address _kodaV2, address _auction, address _accessControls, address _frequencyControls)
This contract contains no fallback and receive objects.
This contract contains no error objects.