Wrapped Ghost Pirate
Verified contract
Active on
Ethereum with 245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- | |
PIRATE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997271 | 18 days ago | | | 0 | 0.00020379914 | |
| 18295770 | a year ago | | | 0 | 0.00016457629 | |
| 17699647 | a year ago | | | 0 | 0.00084687665 | |
| 17378637 | a year ago | | | 0 | 0.0024621838 | |
| 17376386 | a year ago | | | 0 | 0.0012897941 | |
| 17375692 | a year ago | | | 0 | 0.0015108632 | |
| 17245542 | a year ago | | | 0 | 0.0029390293 | |
| 17157634 | 2 years ago | | | 0 | 0.0014609407 | |
| 17157614 | 2 years ago | | | 0 | 0.0016161419 | |
| 17157537 | 2 years ago | | | 0 | 0.0019808492 |
ABI
ABI objects
Getter at block 21125457
NAME_PREFIX() view returns (string)
Wrapped
SYMBOL_PREFIX() view returns (string)
W
delegator() view returns (address)
0xbbf9cc5decdb8e1d9895b7d98793136798bd512e
factory() view returns (address)
0x6df4a699ac7086ee4a8d0602f2d00a0054a0930a
isEnumerable() view returns (bool)
false
name() view returns (string)
Wrapped Ghost Pirate
nft() view returns (address)
0x190398a13ff82cc3ef16079c948985b069af2726
owner() view returns (address)
0x8e7c04dd4dc02f8dfe97c1885bbe6825e1d43e18
symbol() view returns (string)
WPIRATE
totalSupply() view returns (uint256)
2207
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
deleteDefaultRoyalty()
deposit(address _forUser, uint256[] _tokenIds)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setDelegator(address _delegator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _forUser, uint256[] _wnftTokenIds)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DelegatorChanged(address _delegator)
Deposit(address _forUser, uint256[] _tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address _forUser, uint256[] _wnftTokenIds)
constructor(address _nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.