Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x738a…0898
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xb56d…d6d3 | ERC-20 | 1,000,000T | $0.000759 |
$758,630,000,000,000 | |
0x1925…a6d2 | ERC-20 | 9,975,000,000T | -- | -- | |
0x91fa…5715 | ERC-20 | 1,000,000,000T | -- | -- | |
0xc425…b182 | ERC-20 | 426,900,000T | -- | -- | |
0x1fe2…f0bd | ERC-20 | 1,000,000T | -- | -- | |
0xf17a…b47e | ERC-20 | 1,000,000T | -- | -- | |
0xace5…7093 (#115791695821894543508526581242157833089023287259036572219984743068128607372695) | ERC-721 | 1 | -- | -- | |
0xace5…7093 (#115791259135092801762026548339260951392695110096347221839868006297337362251313) | ERC-721 | 1 | -- | -- | |
0xace5…7093 (#115790067969782405922571518180952299168544685841472255659504762311331546978981) | ERC-721 | 1 | -- | -- | |
0xace5…7093 (#115788285078391162858614252578089014964156451429847779808871379561326490711017) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22750140 | 4 hours ago | | | 0 | 0.0000054145016 | |
| 22708426 | a day ago | | | 0 | 4.4711816e-7 | |
| 22625493 | 3 days ago | | | 0 | 4.4639309e-7 | |
| 22530451 | 5 days ago | | | 0 | 6.5502100e-7 | |
| 22530423 | 5 days ago | | | 0 | 6.6362939e-7 | |
| 22530362 | 5 days ago | | | 0 | 6.7562967e-7 | |
| 22527377 | 5 days ago | | | 0 | 4.4794454e-7 | |
| 22457097 | 7 days ago | | | 0 | 6.8985213e-7 | |
| 22409723 | 8 days ago | | | 0 | 6.8798244e-7 | |
| 22302678 | 11 days ago | | | 0 | 0.000000076389145625 |
ABI
ABI objects
Getter at block 22756467
ens() view returns (address)
0xecbae6e54baa669005b93342e5650d5886d54fc7
metadataService() view returns (address)
0x738a9f0584e34fde65dae770f88bf510b4450898
name() view returns (string)
NameWrapper
owner() view returns (address)
0x4fb3f133951bf1b2d52ff6ceab2c703fbb6e98cc
registrar() view returns (address)
0xace5602d169edeb874bfe584a651801b8ac67093
upgradeContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_tokens(uint256) view returns (uint256)
allFusesBurned(bytes32 node, uint32 fuseMask) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
canExtendSubnames(bytes32 node, address addr) view returns (bool)
canModifyName(bytes32 node, address addr) view returns (bool)
controllers(address) view returns (bool)
getApproved(uint256 id) view returns (address operator)
getData(uint256 id) view returns (address owner, uint32 fuses, uint64 expiry)
isApprovedForAll(address account, address operator) view returns (bool)
isWrapped(bytes32 node) view returns (bool)
isWrapped(bytes32 parentNode, bytes32 labelhash) view returns (bool)
names(bytes32) view returns (bytes)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
extendExpiry(bytes32 parentNode, bytes32 labelhash, uint64 expiry) returns (uint64)
onERC721Received(address to, address, uint256 tokenId, bytes data) returns (bytes4)
recoverFunds(address _token, address _to, uint256 _amount)
registerAndWrapETH2LD(string label, address wrappedOwner, uint256 duration, address resolver, uint16 ownerControlledFuses) returns (uint256 registrarExpiry)
renew(uint256 tokenId, uint256 duration) returns (uint256 expires)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setChildFuses(bytes32 parentNode, bytes32 labelhash, uint32 fuses, uint64 expiry)
setController(address controller, bool active)
setFuses(bytes32 node, uint16 ownerControlledFuses) returns (uint32)
setMetadataService(address _metadataService)
setRecord(bytes32 node, address owner, address resolver, uint64 ttl)
setResolver(bytes32 node, address resolver)
setSubnodeOwner(bytes32 parentNode, string label, address owner, uint32 fuses, uint64 expiry) returns (bytes32 node)
setSubnodeRecord(bytes32 parentNode, string label, address owner, address resolver, uint64 ttl, uint32 fuses, uint64 expiry) returns (bytes32 node)
setTTL(bytes32 node, uint64 ttl)
setUpgradeContract(address _upgradeAddress)
transferOwnership(address newOwner)
unwrap(bytes32 parentNode, bytes32 labelhash, address controller)
unwrapETH2LD(bytes32 labelhash, address registrant, address controller)
upgrade(bytes name, bytes extraData)
wrap(bytes name, address wrappedOwner, address resolver)
wrapETH2LD(string label, address wrappedOwner, uint16 ownerControlledFuses, address resolver) returns (uint64 expiry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ControllerChanged(address indexed controller, bool active)
ExpiryExtended(bytes32 indexed node, uint64 expiry)
FusesSet(bytes32 indexed node, uint32 fuses)
NameUnwrapped(bytes32 indexed node, address owner)
NameWrapped(bytes32 indexed node, bytes name, address owner, uint32 fuses, uint64 expiry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _ens, address _registrar, address _metadataService)
This contract contains no fallback and receive objects.
CannotUpgrade()
IncompatibleParent()
IncorrectTargetOwner(address owner)
IncorrectTokenType()
LabelMismatch(bytes32 labelHash, bytes32 expectedLabelhash)
LabelTooLong(string label)
LabelTooShort()
NameIsNotWrapped()
OperationProhibited(bytes32 node)
Unauthorised(bytes32 node, address addr)