WorldShards
Verified contract
Active on
Ethereum with 3,041 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#17165903541974821431760638512438280467979900550289505134452689339936) | WS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305834 | 3 hours ago | | | 0 | 0.00086043748 | |
| 21305828 | 3 hours ago | | | 0 | 0.0017975891 | |
| 21303280 | 12 hours ago | | | 0 | 0.0023617845 | |
| 21301877 | 16 hours ago | | | 0 | 0.0019082440 | |
| 21301846 | 17 hours ago | | | 0 | 0.0027355498 | |
| 21301471 | 18 hours ago | | | 0 | 0.0012200839 | |
| 21301468 | 18 hours ago | | | 0 | 0.0013316229 | |
| 21301463 | 18 hours ago | | | 0 | 0.0012979014 | |
| 21301346 | 18 hours ago | | | 0 | 0.0012798134 | |
| 21301338 | 18 hours ago | | | 0 | 0.0011646277 |
ABI
ABI objects
Getter at block 21306781
ISSUANCE_BITS() view returns (uint8)
216
MAX_ISSUANCE() view returns (uint216)
105312291668557186697918027683670432318895095400549111254310977535
MAX_OPTIONS() view returns (uint40)
1099511627775
OPTIONS_BITS() view returns (uint8)
40
baseURI() view returns (string)
https://api.openloot.com/v2/metadata/WS0/
isComplete() view returns (bool)
false
itemsCount() view returns (uint256)
413
name() view returns (string)
WorldShards
owner() view returns (address)
0x225124dbcfbd9fc3092fbe8839f89e22198bc71c
symbol() view returns (string)
WS
totalSupply() view returns (uint256)
1592
Read-only
allowed(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getItemKey(string _itemId) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
issued(bytes32) view returns (uint256)
items(uint256) view returns (string)
maxIssuance(bytes32) view returns (uint256)
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 addItem(string _itemId, uint256 _maxIssuance)
addItems(bytes32[] _itemIds, uint256[] _maxIssuances)
approve(address to, uint256 tokenId)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
completeCollection()
issueToken(address _beneficiary, uint256 _optionId, uint256 _issuedId)
issueTokens(address[] _beneficiaries, uint256[] _optionIds, uint256[] _issuedIds)
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _tokenIds)
safeBatchTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowed(address _operator, bool _allowed)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AddItem(bytes32 indexed _itemIdKey, string _itemId, uint256 _maxIssuance)
Allowed(address indexed _operator, bool _allowed)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string _oldBaseURI, string _newBaseURI)
Complete()
Issue(address indexed _beneficiary, uint256 indexed _tokenId, bytes32 indexed _itemIdKey, string _itemId, uint256 _issuedId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _operator, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.