Wrapped StarBlock Genesis Pass
Verified contract
Active on
Ethereum with 8 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 |
---|---|---|---|---|---|
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- | |
SGPass | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16726177 | 2 years ago | | | 0 | 0.00097182151 | |
| 16119685 | 2 years ago | | | 0 | 0.0015278103 | |
| 16044279 | 2 years ago | | | 0 | 0.00051590903 | |
| 15009080 | 2 years ago | | | 0 | 0.00083433699 | |
| 14960446 | 2 years ago | | | 0 | 0.0018946234 | |
| 14913140 | 2 years ago | | | 0 | 0.0020927098 | |
| 14889029 | 2 years ago | | | 0 | 0.0022801932 | |
| 14888808 | 2 years ago | | | 0 | 0.0015311132 |
ABI
ABI objects
Getter at block 21125427
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 StarBlock Genesis Pass
nft() view returns (address)
0xf446831fb5727341d8542436f9c5307917a02850
owner() view returns (address)
0x8e7c04dd4dc02f8dfe97c1885bbe6825e1d43e18
symbol() view returns (string)
WSGPass
totalSupply() view returns (uint256)
16
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.