Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $2,580.17 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21797349 | 12 minutes ago | | | 0 | 6.4497941e-7 | |
| 21797349 | 12 minutes ago | | | 0 | 6.4497941e-7 | |
| 21797102 | 20 minutes ago | | | 0 | 4.5922159e-7 | |
| 21796757 | 32 minutes ago | | | 0 | 4.6383792e-7 | |
| 21796487 | 41 minutes ago | | | 0 | 5.1576320e-7 | |
| 21793303 | 2 hours ago | | | 0 | 4.8759390e-7 | |
| 21792128 | 3 hours ago | | | 0 | 2.2996516e-7 | |
| 21790839 | 4 hours ago | | | 0 | 2.2081920e-7 | |
| 21790385 | 4 hours ago | | | 0 | 2.6288080e-7 | |
| 21790082 | 4 hours ago | | | 0 | 1.8747300e-7 |
ABI
ABI objects
Getter at block 21797702
baseNode() view returns (bytes32)
0xff1e3c0eb00ec714e34b6114125fbde1dea2f24a72fbf672e7b7fd5690328e10
contractURI() view returns (string)
https://base.org/api/basenames/contract-uri.json
name() pure returns (string)
Basenames
owner() view returns (address result)
0xf9bba2f07a2c95fc4225f1caec76e6bf04b463e9
registry() view returns (address)
0xb94704422c2a1e396835a571837aa5ae53285a95
symbol() pure returns (string)
BASENAME
Read-only
balanceOf(address owner) view returns (uint256 result)
controllers(address controller) view returns (bool isApproved)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
isAvailable(uint256 id) view returns (bool)
nameExpires(uint256 id) view returns (uint256 expiry)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceID) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addController(address controller)
approve(address account, uint256 id) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
reclaim(uint256 id, address owner)
register(uint256 id, address owner, uint256 duration) returns (uint256)
registerOnly(uint256 id, address owner, uint256 duration) returns (uint256)
registerWithRecord(uint256 id, address owner, uint256 duration, address resolver, uint64 ttl) returns (uint256)
removeController(address controller)
renew(uint256 id, uint256 duration) returns (uint256)
renounceOwnership() payable
requestOwnershipHandover() payable
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setBaseTokenURI(string baseURI_)
setContractURI(string collectionURI_)
setResolver(address resolver)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ContractURIUpdated()
ControllerAdded(address indexed controller)
ControllerRemoved(address indexed controller)
NameRegistered(uint256 indexed id, address indexed owner, uint256 expires)
NameRegisteredWithRecord(uint256 indexed id, address indexed owner, uint256 expires, address resolver, uint64 ttl)
NameRenewed(uint256 indexed id, uint256 expires)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address registry_, address owner_, bytes32 baseNode_, string baseURI_, string collectionURI_)
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
AlreadyInitialized()
BalanceQueryForZeroAddress()
Expired(uint256 tokenId)
NewOwnerIsZeroAddress()
NoHandoverRequest()
NonexistentToken(uint256 tokenId)
NotApprovedOwner(uint256 tokenId, address sender)
NotAvailable(uint256 tokenId)
NotOwnerNorApproved()
NotRegisteredOrInGrace(uint256 tokenId)
OnlyController()
RegistrarNotLive()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()