EyeVerseWrap
Verified contract
Active on
Ethereum with 567 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x249b…d401
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- | |
Eyeverse | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21359961 | 6 days ago | | | 0 | 0.00058891252 | |
| 21347786 | 8 days ago | | | 0 | 0.00093981842 | |
| 21229979 | 24 days ago | | | 0 | 0.0011922982 | |
| 21149060 | a month ago | | | 0 | 0.00068787614 | |
| 21043137 | 2 months ago | | | 0 | 0.0010386233 | |
| 20793625 | 3 months ago | | | 0 | 0.00095051042 | |
| 20793599 | 3 months ago | | | 0 | 0.0019415430 | |
| 20726851 | 3 months ago | | | 0 | 0.00020886249 | |
| 20680245 | 3 months ago | | | 0 | 0.00035589786 | |
| 20322966 | 5 months ago | | | 0 | 0.00067746686 |
ABI
ABI objects
Getter at block 21404192
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
https://metadata.eyeverse.world/eyeverse/
name() view returns (string)
EyeVerseWrap
owner() view returns (address)
0xe2371bef47037bdb57960ca21cf810edb1535310
symbol() view returns (string)
EVW
totalSupply() view returns (uint256)
1294
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
multiplrMintWrap(uint256[] tokenId)
multiplrUnWrap(uint256[] tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
singleMintWrap(uint256 tokenId)
singleUnwrap(uint256 _tokenId)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)