Wrapped Strikers
Verified contract
Active on
Ethereum with 7,250 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdcaa…ed7e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- | |
STRK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163702 | 8 days ago | | | 0 | 0.00087096904 | |
| 21163702 | 8 days ago | | | 0 | 0.00087253544 | |
| 21163530 | 8 days ago | | | 0 | 0.00064348631 | |
| 21145158 | 11 days ago | | | 0 | 0.00082925148 | |
| 21131637 | 13 days ago | | | 0 | 0.00096661341 | |
| 21131618 | 13 days ago | | | 0 | 0.0010902510 | |
| 21129677 | 13 days ago | | | 0 | 0.0010006280 | |
| 21119309 | 14 days ago | | | 0 | 0.00015608389 | |
| 21082861 | 19 days ago | | | 0 | 0.00034448878 | |
| 21072252 | 21 days ago | | | 0 | 0.0012385679 |
ABI
ABI objects
Getter at block 21221411
name() view returns (string)
Wrapped Strikers
owner() view returns (address)
0x96fa266108150305df209e8c4cc6a363f0a0b04a
strikersContract() view returns (address)
0xdcaad9fd9a74144d226dbf94ce6162ca9f09ed7e
symbol() view returns (string)
wSTRK
totalSupply() view returns (uint256)
4225
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)
tokenIdsForOwner(address owner) view returns (uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unwrap(uint256 tokenId)
wrap(uint256 tokenId)
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)
Unwrapped(uint256 indexed tokenId)
Wrapped(uint256 indexed tokenId)
constructor(address _strikersContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.