BASERegistrarController
Verified contract
Active on
Base with 26,494 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($438.51)
Native
Value
$438.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.131163 | $3,342.26 |
$438.38 | |
GRG | ERC-20 | 0.1 | $1.26 |
$0.13 | |
USA | ERC-20 | 1 | $0.000826 |
$0 | |
MAG | ERC-20 | 1.413227 | $0.000077 |
$0 | |
BROGE | ERC-20 | 10K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
NOB | ERC-20 | 2K | -- | -- | |
OHNO | ERC-20 | 299.619048 | -- | -- | |
fart | ERC-20 | 10 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18627223 | 3 months ago | | | 0 | 0.0000015842106 | |
| 18624080 | 3 months ago | | | 0.001132889 | 0.0000010293423 | |
| 18622543 | 3 months ago | | | 0.001135604 | 0.0000012471844 | |
| 18612129 | 3 months ago | | | 0.002243229 | 0.0000017533809 | |
| 18608206 | 3 months ago | | | 0.0011269538 | 0.0000025983635 | |
| 18604912 | 3 months ago | | | 0.0011182043 | 0.0000017128692 | |
| 18591147 | 3 months ago | | | 0.0011415699 | 0.0000017478041 | |
| 18587553 | 3 months ago | | | 0.0011468242 | 0.0000014899959 | |
| 18575812 | 3 months ago | | | 0.001144121 | 0.0000013483137 | |
| 18571636 | 3 months ago | | | 0.001145787 | 0.0000018370162 |
ABI
ABI objects
Getter at block 22743397
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MIN_REGISTRATION_DURATION() view returns (uint256)
2419200
REGISTER_ROLE() view returns (bytes32)
0xd1f21ec03a6eb050fba156f5316dad461735df521fb446dd42c5a4728e9c70fe
RENEW_ROLE() view returns (bytes32)
0x9197dd77c3b208b74f83a48e85a4c0476bfe6cfd546ee252688a2989e8fc11e7
getChainID() view returns (uint256)
8453
nameWrapper() view returns (address)
0xbd9bab0a97b2cc6aa28b9c902d7c656b121d5f9f
owner() view returns (address)
0x4fb3f133951bf1b2d52ff6ceab2c703fbb6e98cc
reverseRegistrar() view returns (address)
0x0363696b6d369859f5fb4994a5ade574cd91d220
Read-only
available(string name) view returns (bool)
commitments(bytes32) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceID) view returns (bool)
valid(string name) pure returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
recoverFunds(address _token, address _to, uint256 _amount)
registerWithSignature(struct BASERegistrarControllerRegisterRequest request, bytes[] data) payable
renewWithSignature(struct BASERegistrarControllerRenewRequest request) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
withdraw()
NameRegistered(string name, bytes32 indexed label, address indexed owner, uint256 baseCost, uint256 premium, uint256 expires)
NameRenewed(string name, bytes32 indexed label, uint256 cost, uint256 expires)
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)
constructor(address _base, address _reverseRegistrar, address _nameWrapper, address _ens)
This contract contains no fallback and receive objects.
DurationTooShort(uint256 duration)
InsufficientValue()
NameNotAvailable(string name)