ETHRegistrarLinageeWrapper
Verified contract
Active on
Ethereum with 162,699 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5564…f561
Balances ($1.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUSD | ERC-20 | 2 | $0.979468 |
$1.96 | |
LNR | ERC-20 | 2.611135M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136913 | 3 days ago | | | 0 | 0.0033795250 | |
| 21123919 | 5 days ago | | | 0 | 0.00035157030 | |
| 21110232 | 7 days ago | | | 0 | 0.000081347149 | |
| 21107483 | 7 days ago | | | 0 | 0.0010090292 | |
| 21106673 | 7 days ago | | | 0 | 0.000094680300 | |
| 21106616 | 7 days ago | | | 0 | 0.000098634568 | |
| 21106566 | 7 days ago | | | 0 | 0.000099535700 | |
| 21106311 | 7 days ago | | | 0 | 0.00010681880 | |
| 21105872 | 7 days ago | | | 0 | 0.000076573940 | |
| 21105365 | 7 days ago | | | 0 | 0.00010924650 |
ABI
ABI objects
Getter at block 21157995
name() view returns (string)
ETHRegistrarLinageeWrapper
nameBytes() view returns (address)
0x5564886ca2c518d1964e5fcea4f423b41db9f561
owner() view returns (address)
0x9ff81de5f866f4691f18392792be16f63f586ff7
symbol() view returns (string)
ERLW
totalSupply() view returns (uint256)
69648
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNameOwner(bytes32 nameId) view returns (address)
idToName(uint256) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
nameToId(bytes32) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
waitForWrap(bytes32) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
changeProxyAvail()
changeWrapEnabled()
createWrapper(bytes32 _name)
proxySetAddress(uint256 _tokenId, address _param2, bool _param3)
proxySetContent(uint256 _tokenId, bytes32 _hash)
proxySetSubRegistrar(uint256 _tokenId, address _param2) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unwrap(uint256 _tokenId)
wrap(bytes32 _name)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unwrapped(uint256 indexed pairId, address indexed owner, bytes32 namer)
Wrapped(uint256 indexed pairId, address indexed owner, bytes32 namer)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.