ENSCustody
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ENSCustody"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ENSCustody"
ABI
ABI objects
Getter at block 21178511
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
NAME() view returns (string)
ENS Custody
VERSION() view returns (string)
0.1.3
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isMinter(address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
makeCommitment(string name, address owner, uint256 duration, bytes32 secret, address resolver, bytes[] data, bool reverseRecord, uint16 ownerControlledFuses, bool selfCustody) view returns (bytes32)
nonceOf(uint256 tokenId) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
rentPrice(string name, uint256 duration) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
verify(struct IForwarderForwardRequest req, bytes signature) view returns (bool)
State-modifying
Events addMinter(address account)
addMinters(address[] accounts)
closeMinter(address receiver) payable
commit(bytes32 commitment)
execute(struct IForwarderForwardRequest req, bytes signature) returns (bytes)
grantRole(bytes32 role, address account)
initialize(address controller, address wrapper, address registrar)
onERC1155BatchReceived(address, address, uint256[] tokenIds, uint256[], bytes data) returns (bytes4)
onERC1155Received(address, address from, uint256 tokenId, uint256, bytes data) returns (bytes4)
onERC721Received(address, address, uint256 tokenId, bytes data) returns (bytes4)
register(string name, address owner, uint256 duration, bytes32 secret, address resolver, bytes[] data, bool reverseRecord, uint16 ownerControlledFuses, bool selfCustody)
removeMinter(address account)
removeMinters(address[] accounts)
renew(string name, uint256 duration)
renounceMinter()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rotateMinter(address receiver) payable
safeTransfer(address to, uint256 tokenId)
setBaseRegistrar(address baseRegistrar)
transferOwnership(address newOwner)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Parked(uint256 indexed tokenId, address indexed owner)
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)
constructor()
receive()
CustodyNotEnoughBalance()
InvalidForwardedToken(uint256 tokenId)
InvalidOwner(address addr)
InvalidSignature()
InvalidToken(uint256 tokenId)
OperationProhibited()
Unauthorised(uint256 tokenId, address addr)
UnknownToken(uint256 tokenId)