Baseid
Verified contract
Proxy
Active on
Base with 234 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Baseid"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7895442 | a year ago | | | 0 | 0.000000003656834560 | |
| 6236207 | a year ago | | | 0.0004 | 0.000000057628369760 | |
| 6205874 | a year ago | | | 0.004 | 0.000000000082620640 | |
| 6205062 | a year ago | | | 0.0004 | 0.000000000414545020 | |
| 6200774 | a year ago | | | 0.004 | 0.000013847479 | |
| 6200745 | a year ago | | | 0.0004 | 0.0000059233765 | |
| 6200716 | a year ago | | | 0.002 | 0.000015857404 | |
| 6170868 | a year ago | | | 0.0004 | 0.000000000541752028 | |
| 6170792 | a year ago | | | 0.002 | 0.000000001205458867 | |
| 6155436 | a year ago | | | 0.002 | 0.000000000060490637 |
ABI
ABI objects
Getter at block 22831399
name() view returns (string)
Baseid
owner() view returns (address)
0xee1893accb9bbb0cb41bcf90c8ba214fc22ea4cd
symbol() view returns (string)
BID
tld() view returns (string)
base
Read-only
balanceOf(address owner) view returns (uint256)
domains(string) view returns (address owner, uint256 tokenId)
getApproved(uint256 tokenId) view returns (address)
getAssociatedName(address user) view returns (string)
getDomainAddress(string name) view returns (address)
getRecord(string name) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(string name) view returns (uint256)
records(string) view returns (bool isRecordSet, string record)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToDomain(uint256) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
userAssociatedName(address) view returns (string)
State-modifying
Events adminDomain(string name)
approve(address to, uint256 tokenId)
initialize(string _tld)
registerDomain(string name) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdminWhitelist(address addr, bool value)
setApprovalForAll(address operator, bool approved)
setAssociatedName(string name) payable
setBaseURI(string newBaseURI)
setRecord(string name, string record) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AssociatedNameSet(address indexed owner, string name, uint256 timestamp)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
DomainRegistered(address indexed owner, uint256 tokenId, string domainName)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.