Wrapped Gazers by Matt Kane
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
) | BLOCKS | ERC-721 | 1 | -- | -- |
) | BLOCKS | ERC-721 | 1 | -- | -- |
) | BLOCKS | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19999391 | 5 months ago | | | 0 | 0.00061320998 | |
| 19997497 | 5 months ago | | | 0 | 0.00097645228 | |
| 19776800 | 6 months ago | | | 0 | 0.0012499108 | |
| 19719291 | 7 months ago | | | 0 | 0.0024230000 | |
| 19719171 | 7 months ago | | | 0 | 0.0029162101 | |
| 19717935 | 7 months ago | | | 0 | 0.0010561010 | |
| 19400297 | 8 months ago | | | 0 | 0.0080887227 | |
| 17178528 | 2 years ago | | | 0 | 0.0075694198 | |
| 17128241 | 2 years ago | | | 0 | 0.0016412594 | |
| 17128237 | 2 years ago | | | 0 | 0.0050108745 |
ABI
ABI objects
Getter at block 21200531
COLLECTION() view returns (address)
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270
name() view returns (string)
Wrapped Gazers by Matt Kane
symbol() view returns (string)
GAZERS
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeUnwrap(uint256 tokenId)
safeWrap(uint256 tokenId)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
SafeUnwrap(address from, address to, uint256 tokenId)
SafeWrap(address from, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.