Ether Avatar
Verified contract
Proxy
Active on
Ethereum with 7,029 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157870 | 2 hours ago | | | 0 | 0.0024053250 | |
| 21156860 | 5 hours ago | | | 0 | 0.00084453540 | |
| 21148039 | a day ago | | | 0 | 0.00025441296 | |
| 21136165 | 3 days ago | | | 0 | 0.0010351899 | |
| 21130574 | 4 days ago | | | 0 | 0.0011724147 | |
| 21130045 | 4 days ago | | | 0 | 0.00089714324 | |
| 21127655 | 4 days ago | | | 0 | 0.0050660984 | |
| 21115578 | 6 days ago | | | 0 | 0.00078689725 | |
| 21114590 | 6 days ago | | | 0 | 0.00027430849 | |
| 21114587 | 6 days ago | | | 0 | 0.00028554300 |
ABI
ABI objects
Getter at block 21158325 proxiableUUID() view returns (bytes32)
etherCapsule() view returns (address)
0x6c952af158ec8d0fd94908e389c084394d9aebbb
name() view returns (string)
Ether Avatar
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x113cdcf0f439b698fd2b56f92b7a3ae07bf6d51e
symbol() view returns (string)
ETHR
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenLockups(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
initialize(string name, string symbol, address _capsule, address _royaltyReceiver)
redeem(address to, uint256 tokenId, uint256 lockupExpiration)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
setTokenLockup(uint256 tokenId, uint256 expiration)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
NotAuthorized()
TokenDoesNotExist()
TokenIsLocked(uint256 tokenId)