SelfServiceFrequencyControls
Verified contract
Active on
Ethereum with 1,051 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 "SelfServiceFrequencyControls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16176785 | 2 years ago | | | 0 | 0.00099244283 | |
| 15932060 | 2 years ago | | | 0 | 0.0020098424 | |
| 15932055 | 2 years ago | | | 0 | 0.0020202220 | |
| 15916677 | 2 years ago | | | 0 | 0.00050857362 | |
| 14841972 | 3 years ago | | | 0 | 0.0012068774 | |
| 14644653 | 3 years ago | | | 0 | 0.00087969594 | |
| 14558138 | 3 years ago | | | 0 | 0.0014482778 | |
| 14520006 | 3 years ago | | | 0 | 0.0031701580 | |
| 14494225 | 3 years ago | | | 0 | 0.0022948309 | |
| 14464531 | 3 years ago | | | 0 | 0.00080856318 |
ABI
ABI objects
Getter at block 21266907
ROLE_WHITELISTED() view returns (string)
whitelist
freezeWindow() view returns (uint256)
60
owner() view returns (address)
0xdb6e076ea582fbe875f6998b610422b9b162a42a
Read-only
canCreateNewEdition(address artist) view returns (bool)
checkRole(address _operator, string _role) view
frequencyOverride(address) view returns (bool)
frozenTil(address) view returns (uint256)
hasRole(address _operator, string _role) view returns (bool)
whitelist(address _operator) view returns (bool)
State-modifying
Events addAddressToWhitelist(address _operator)
addAddressesToWhitelist(address[] _operators)
recordSuccessfulMint(address artist, uint256 totalAvailable, uint256 priceInWei) returns (bool)
removeAddressFromWhitelist(address _operator)
removeAddressesFromWhitelist(address[] _operators)
renounceOwnership()
setFreezeWindow(uint256 _freezeWindow)
setFrequencyOverride(address artist, bool value)
transferOwnership(address _newOwner)
withdrawStuckEther(address _withdrawalAccount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.