Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,933,532.74)
Native
Value
$1,932,419.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 615.671082 | $3,138.72 |
$1,932,419.14 | |
AAVE | ERC-20 | 5.891 | $186.47 |
$1,098.49 | |
MATIC | ERC-20 | 37.556176 | $0.402295 |
$15.11 | |
APU | ERC-20 | 2 | $0.001011 |
$0 | |
LOFE | ERC-20 | 11.889449K | -- | -- | |
RX | ERC-20 | 60 | -- | -- | |
FEARNOT | ERC-20 | 18.108864 | -- | -- | |
Pandora GPT | ERC-20 | 1.55 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- | |
OPT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163000 | a few seconds ago | | | 0.0032534429 | 0.0029622009 | |
| 21162994 | 2 minutes ago | | | 0 | 0.00054966217 | |
| 21162989 | 3 minutes ago | | | 0.0032534429 | 0.0058996261 | |
| 21162983 | 4 minutes ago | | | 0 | 0.00052606298 | |
| 21162953 | 10 minutes ago | | | 0.052055087 | 0.0010413538 | |
| 21162950 | 11 minutes ago | | | 0.0017 | 0.0030684774 | |
| 21162944 | 12 minutes ago | | | 0.0016235505 | 0.00099739202 | |
| 21162944 | 12 minutes ago | | | 0 | 0.00054210111 | |
| 21162888 | 23 minutes ago | | | 0.0048706514 | 0.0048120776 | |
| 21162879 | 25 minutes ago | | | 0 | 0.00049385973 |
ABI
ABI objects
Getter at block 21163001
MIN_REGISTRATION_DURATION() view returns (uint256)
2419200
maxCommitmentAge() view returns (uint256)
86400
minCommitmentAge() view returns (uint256)
60
nameWrapper() view returns (address)
0xd4416b13d2b3a9abae7acd5d6c2bbdbe25686401
owner() view returns (address)
0xfe89cc7abb2c4183683ab71653c4cdc9b02d44b7
prices() view returns (address)
0x7542565191d074ce84fbfa92cae13acb84788ca9
reverseRegistrar() view returns (address)
0xa58e81fe9b61b5c3fe2afd33cf304c454abfc7cb
Read-only
available(string name) view returns (bool)
commitments(bytes32) view returns (uint256)
makeCommitment(string name, address owner, uint256 duration, bytes32 secret, address resolver, bytes[] data, bool reverseRecord, uint16 ownerControlledFuses) pure returns (bytes32)
rentPrice(string name, uint256 duration) view returns (struct IPriceOraclePrice price)
supportsInterface(bytes4 interfaceID) pure returns (bool)
valid(string name) pure returns (bool)
State-modifying
Events commit(bytes32 commitment)
recoverFunds(address _token, address _to, uint256 _amount)
register(string name, address owner, uint256 duration, bytes32 secret, address resolver, bytes[] data, bool reverseRecord, uint16 ownerControlledFuses) payable
renew(string name, uint256 duration) payable
renounceOwnership()
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)
constructor(address _base, address _prices, uint256 _minCommitmentAge, uint256 _maxCommitmentAge, address _reverseRegistrar, address _nameWrapper, address _ens)
This contract contains no fallback and receive objects.
CommitmentTooNew(bytes32 commitment)
CommitmentTooOld(bytes32 commitment)
DurationTooShort(uint256 duration)
InsufficientValue()
MaxCommitmentAgeTooHigh()
MaxCommitmentAgeTooLow()
NameNotAvailable(string name)
ResolverRequiredWhenDataSupplied()
UnexpiredCommitmentExists(bytes32 commitment)