OpenSeaENSResolver
Verified contract
Active on
Ethereum with 2,154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3141…259b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCD | ERC-20 | 1.106378B | -- | -- | |
OPT | ERC-20 | 3M | -- | -- | |
ApeOnly | ERC-20 | 5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10388932 | 4 years ago | | | 0 | 0.0010757250 | |
| 9918798 | 5 years ago | | | 0 | 0.00025817400 | |
| 9918288 | 5 years ago | | | 0 | 0.00025810200 | |
| 9917500 | 5 years ago | | | 0 | 0.00022875841 | |
| 9916190 | 5 years ago | | | 0 | 0.00058089150 | |
| 9915893 | 5 years ago | | | 0 | 0.00038726100 | |
| 9915772 | 5 years ago | | | 0 | 0.00047331900 | |
| 9915620 | 5 years ago | | | 0 | 0.00043029000 | |
| 9915586 | 5 years ago | | | 0 | 0.00039414565 | |
| 9915519 | 5 years ago | | | 0 | 0.00034423200 |
ABI
ABI objects
Getter at block 21160576
baseURI() view returns (string)
https://opensea.io/assets/0xfac7bea255a6990f749363002136af6556b31e04/
isOwner() view returns (bool)
false
openSeaVersion() pure returns (string)
1.0.0
owner() view returns (address)
0x30dd12344ce6bb4596c37f68b507028fabfe2e0f
Read-only
ABI(bytes32 node, uint256 contentTypes) view returns (uint256, bytes)
addr(bytes32 node) view returns (address)
authorisations(bytes32, address, address) view returns (bool)
contenthash(bytes32 node) view returns (bytes)
getTokenId(bytes32 node) view returns (uint256)
interfaceImplementer(bytes32 node, bytes4 interfaceID) view returns (address)
name(bytes32 node) view returns (string)
pubkey(bytes32 node) view returns (bytes32 x, bytes32 y)
supportsInterface(bytes4 interfaceID) pure returns (bool)
text(bytes32 node, string key) view returns (string)
State-modifying
Events addTokenId(uint256 tokenId)
renounceOwnership()
setABI(bytes32 node, uint256 contentType, bytes data)
setAddr(bytes32 node, address addr)
setAuthorisation(bytes32 node, address target, bool isAuthorised)
setBaseURI(string uri)
setContenthash(bytes32 node, bytes hash)
setInterface(bytes32 node, bytes4 interfaceID, address implementer)
setName(bytes32 node, string name)
setPubkey(bytes32 node, bytes32 x, bytes32 y)
setText(bytes32 node, string key, string value)
transferOwnership(address newOwner)
ABIChanged(bytes32 indexed node, uint256 indexed contentType)
AddrChanged(bytes32 indexed node, address a)
AuthorisationChanged(bytes32 indexed node, address indexed owner, address indexed target, bool isAuthorised)
ContenthashChanged(bytes32 indexed node, bytes hash)
InterfaceChanged(bytes32 indexed node, bytes4 indexed interfaceID, address implementer)
NameChanged(bytes32 indexed node, string name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PubkeyChanged(bytes32 indexed node, bytes32 x, bytes32 y)
TextChanged(bytes32 indexed node, string indexedKey, string key)
constructor(address _ens)
This contract contains no fallback and receive objects.
This contract contains no error objects.