MintingManager
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "MintingManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MintingManager"
ABI
ABI objects
Getter at block 22766252
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
NAME() view returns (string)
UNS: Minting Manager
VERSION() view returns (string)
0.5.1
cnsMintingController() view returns (address)
0x0000000000000000000000000000000000000000
cnsResolver() view returns (address)
0x0000000000000000000000000000000000000000
cnsURIPrefixController() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
unsOperator() view returns (address)
0x0000000000000000000000000000000000000000
unsRegistry() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isBlocked(uint256 tokenId) view returns (bool)
isMinter(address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addMinter(address account)
addMinters(address[] accounts)
addProxyReaders(address[] addrs)
addTld(string tld, bool isExpirable)
buy(address owner, string[] labels, string[] keys, string[] values, uint64 expiry, uint256 price, bytes signature) payable
buyForErc20(address owner, string[] labels, string[] keys, string[] values, uint64 expiry, address token, uint256 price, bytes signature)
claim(uint256 tld, string label)
claimTo(address to, uint256 tld, string label)
claimToWithRecords(address to, uint256 tld, string label, string[] keys, string[] values)
closeMinter(address receiver) payable
grantRole(bytes32 role, address account)
initialize(address unsRegistry_, address cnsMintingController_, address cnsURIPrefixController_, address cnsResolver_, address unsOperator_, address forwarder)
issueExpirableWithRecords(address to, string[] labels, string[] keys, string[] values, uint64 expiry, bool withReverse)
issueWithRecords(address to, string[] labels, string[] keys, string[] values, bool withReverse)
pause()
removeMinter(address account)
removeMinters(address[] accounts)
removeTld(uint256 tld)
renew(uint64 expiry, uint256 tokenId)
renounceMinter()
renounceOwnership()
renounceRole(bytes32 role, address account)
revoke(uint256 tokenId)
revokeRole(bytes32 role, address account)
rotateMinter(address receiver) payable
setForwarder(address forwarder)
setOperator(address operator)
setTokenURIPrefix(string prefix)
transferOwnership(address newOwner)
unpause()
withdraw(address recepient)
withdraw(address token, address recepient)
AdminChanged(address previousAdmin, address newAdmin)
Blocked(uint256 tokenId)
BlocklistDisabled(address account)
BlocklistEnabled(address account)
DomainPurchase(uint256 indexed tokenId, address indexed sender, address indexed owner, uint256 price, address token)
Initialized(uint8 version)
NewTld(uint256 indexed tokenId, string tld)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveTld(uint256 indexed tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdrawal(address recepient, uint256 value, address token)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.