Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcf7f…05be
Balances ($13,566,540.45)
Native
Value
$13,491,098.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.21871K | $3,197.92 |
$13,491,098.26 | |
WETH | ERC-20 | 17.585958 | $3,200.56 |
$56,284.91 | |
stETH | ERC-20 | 2.016553 | $3,198.24 |
$6,449.42 | |
APE | ERC-20 | 4.397375K | $1.15 |
$5,056.98 | |
USDC | ERC-20 | 2.685875K | $1.00 |
$2,685.87 | |
Metis | ERC-20 | 40.3283 | $50.78 |
$2,047.87 | |
USDT | ERC-20 | 1.142525K | $1.001 |
$1,143.67 | |
cETH | ERC-20 | 8.972851 | $64.33 |
$577.22 | |
ENS | ERC-20 | 20 | $20.11 |
$402.2 | |
DAI | ERC-20 | 397.663574 | $1.001 |
$398.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154833 | 9 hours ago | | | 0.001749451 | 0.0015752252 | |
| 21154821 | 9 hours ago | | | 0 | 0.00042610426 | |
| 21153068 | 15 hours ago | | | 0.017848096 | 0.00070890494 | |
| 21152039 | 18 hours ago | | | 0.0037238684 | 0.00055022000 | |
| 21151173 | 21 hours ago | | | 0 | 0.00046397439 | |
| 21150959 | a day ago | | | 0.0036227961 | 0.0028011937 | |
| 21150951 | a day ago | | | 0 | 0.00051550715 | |
| 21149574 | a day ago | | | 0.0018044794 | 0.0023597841 | |
| 21149561 | a day ago | | | 0 | 0.00037782085 | |
| 21149508 | a day ago | | | 0.0018056782 | 0.0016308252 |
ABI
ABI objects
Getter at block 21157414
MIN_REGISTRATION_DURATION() view returns (uint256)
2419200
isOwner() view returns (bool)
false
maxCommitmentAge() view returns (uint256)
604800
minCommitmentAge() view returns (uint256)
60
owner() view returns (address)
0xfe89cc7abb2c4183683ab71653c4cdc9b02d44b7
Read-only
available(string name) view returns (bool)
commitments(bytes32) view returns (uint256)
makeCommitment(string name, address owner, bytes32 secret) pure returns (bytes32)
makeCommitmentWithConfig(string name, address owner, bytes32 secret, address resolver, address addr) pure returns (bytes32)
rentPrice(string name, uint256 duration) view returns (uint256)
supportsInterface(bytes4 interfaceID) pure returns (bool)
valid(string name) pure returns (bool)
State-modifying
Events commit(bytes32 commitment)
register(string name, address owner, uint256 duration, bytes32 secret) payable
registerWithConfig(string name, address owner, uint256 duration, bytes32 secret, address resolver, address addr) payable
renew(string name, uint256 duration) payable
renounceOwnership()
setCommitmentAges(uint256 _minCommitmentAge, uint256 _maxCommitmentAge)
setPriceOracle(address _prices)
transferOwnership(address newOwner)
withdraw()
NameRegistered(string name, bytes32 indexed label, address indexed owner, uint256 cost, uint256 expires)
NameRenewed(string name, bytes32 indexed label, uint256 cost, uint256 expires)
NewPriceOracle(address indexed oracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _base, address _prices, uint256 _minCommitmentAge, uint256 _maxCommitmentAge)
This contract contains no fallback and receive objects.
This contract contains no error objects.