Base Domain Name
Verified contract
Active on
Base with 2,132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x576e…52a9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21807820 | 2 days ago | | | 0 | 3.9978451e-7 | |
| 21801954 | 2 days ago | | | 0 | 3.9978451e-7 | |
| 21635146 | 6 days ago | | | 0 | 2.7515064e-7 | |
| 21456244 | 10 days ago | | | 0 | 1.5018073e-7 | |
| 21420872 | 10 days ago | | | 0 | 2.7351411e-7 | |
| 21403466 | 11 days ago | | | 0 | 1.4766733e-7 | |
| 21348843 | 12 days ago | | | 0 | 2.4607302e-7 | |
| 21348832 | 12 days ago | | | 0 | 2.4555140e-7 | |
| 21276451 | 14 days ago | | | 0 | 2.7373189e-7 | |
| 21221765 | 15 days ago | | | 0 | 0.000000103049400000 |
ABI
ABI objects
Getter at block 21873343
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
contractURI() view returns (string)
ar://vFTF3cpr4r-oqBpeIlpd0VpGU-8AzGS2AQqNgnDXWAM
extension() view returns (string)
.base
getExtension() view returns (string)
.base
name() view returns (string)
Base Domain Name
owner() view returns (address)
0x0e56328c0ab5cb79af9df2f76c0479ba46155075
soulboundIdentity() view returns (address)
0x576e82208df807b07b9e4b4bdbd7f7862f1152a9
symbol() view returns (string)
BDN
totalSupply() view returns (uint256)
28487
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSoulNames(address owner) view returns (string[] sbtNames)
getSoulNames(uint256 identityId) view returns (string[] sbtNames)
getTokenData(string name) view returns (string sbtName, bool linked, uint256 identityId, uint256 tokenId, uint256 expirationDate, bool active)
getTokenId(string name) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isAvailable(string name) view returns (bool available)
nameData(string) view returns (bool exists, uint256 tokenId)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenData(uint256) view returns (string name, uint256 expirationDate)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(string name) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address to, string name, uint256 yearsPeriod, string _tokenURI) returns (uint256)
renewYearsPeriod(uint256 tokenId, uint256 yearsPeriod)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setExtension(string _extension)
setSoulboundIdentity(address _soulboundIdentity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
YearsPeriodRenewed(uint256 tokenId, uint256 yearsPeriod, uint256 newExpirationDate)
constructor(address admin, string name, string symbol, address _soulboundIdentity, string _extension, string _contractURI)
This contract contains no fallback and receive objects.
AddressDoesNotHaveIdentity(address to)
CallerNotOwner(address caller)
InvalidTokenURI(string tokenURI)
NameAlreadyExists(string name)
NameNotFound(string name)
NameRegisteredByOtherAccount(string name, uint256 tokenId)
SameValue()
TokenNotFound(uint256 tokenId)
URIAlreadyExists(string tokenURI)
ZeroAddress()
ZeroLengthName(string name)
ZeroYearsPeriod(uint256 yearsPeriod)