SEER: Web3 Identity
Verified contract
Active on
Ethereum with 929 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c10…c9c5
Balances ($0.00)
No balances found for "SEER: Web3 Identity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21325969 | 13 days ago | | | 0 | 0.00045761952 | |
| 21104808 | a month ago | | | 0 | 0.000091523000 | |
| 20757017 | 3 months ago | | | 0 | 0.000050945082 | |
| 20704353 | 3 months ago | | | 0 | 0.000026493500 | |
| 20658755 | 3 months ago | | | 0 | 0.000037751186 | |
| 20541943 | 4 months ago | | | 0 | 0.000075508188 | |
| 20514380 | 4 months ago | | | 0 | 0.00018840806 | |
| 20505958 | 4 months ago | | | 0 | 0.000034383694 | |
| 20504718 | 4 months ago | | | 0 | 0.000027629578 | |
| 20411032 | 5 months ago | | | 0 | 0.000070984818 |
ABI
ABI objects
Getter at block 21417145
GRACE_PERIOD() view returns (uint256)
7776000
baseNode() view returns (bytes32)
0x587d09fe5fa45354680537d38145a28b772971e0f293af3ee0c536fc919710fb
ens() view returns (address)
0x6c106583b7079794aa80f947fc09febc5276c9c5
isOwner() view returns (bool)
false
name() view returns (string)
SEER: Web3 Identity
owner() view returns (address)
0x06a0a7ad5788984a10fd5b67b46be26d39447d9c
symbol() view returns (string)
SDID
uriPrefix() view returns (string)
https://metadata.seer.eco/sdidmetadata/sdid/mainnet/0xb11fD9A2bE38Af783A404e09597D0cdF8c8267B9/
Read-only
available(uint256 id) view returns (bool)
balanceOf(address owner) view returns (uint256)
controllers(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nameExpires(uint256 id) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceID) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addController(address controller)
approve(address to, uint256 tokenId)
reclaim(uint256 id, address owner)
register(uint256 id, address owner, uint256 duration) returns (uint256)
registerOnly(uint256 id, address owner, uint256 duration) returns (uint256)
removeController(address controller)
renew(uint256 id, uint256 duration) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setResolver(address resolver)
setUriPrefix(string _uriPrefix)
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)
ControllerAdded(address indexed controller)
ControllerRemoved(address indexed controller)
NameMigrated(uint256 indexed id, address indexed owner, uint256 expires)
NameRegistered(uint256 indexed id, address indexed owner, uint256 expires)
NameRenewed(uint256 indexed id, uint256 expires)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _ens, bytes32 _baseNode)
This contract contains no fallback and receive objects.
This contract contains no error objects.