Xworld Alpha Pass
Verified contract
Active on
Base with 2,854 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001641 |
$0 | |
WORLD | ERC-20 | 13 | -- | -- | |
Xworld Alpha Pass | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21571165 | 6 days ago | | | 0 | 0.000000088271228084 | |
| 20984597 | 20 days ago | | | 0 | 1.7084944e-7 | |
| 20454440 | a month ago | | | 0 | 1.6667699e-7 | |
| 20357623 | a month ago | | | 0 | 1.5329163e-7 | |
| 18667775 | 2 months ago | | | 0 | 1.7084944e-7 | |
| 18648945 | 2 months ago | | | 0 | 1.7115137e-7 | |
| 17933624 | 3 months ago | | | 0 | 1.7024249e-7 | |
| 17781108 | 3 months ago | | | 0 | 1.7175576e-7 | |
| 17594474 | 3 months ago | | | 0 | 1.7085368e-7 | |
| 17593752 | 3 months ago | | | 0 | 1.6724253e-7 |
ABI
ABI objects
Getter at block 21833808
baseURI() view returns (string)
https://nft.xworld.store/data/
getNumMinted() view returns (uint256)
3692
name() view returns (string)
Xworld Alpha Pass
owner() view returns (address)
0x573703139e5c61a2c2df68f4fed38547a7eef84f
symbol() view returns (string)
Xworld Alpha Pass
totalSupply() view returns (uint256)
3692
transferable() view returns (bool)
true
Read-only
_hash(address _account, uint256 _cid, uint256 _dummyId) view returns (bytes32)
_verify(bytes32 hash, bytes signature) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCid(uint256 tokenId) view returns (uint256)
hasMinted(uint256) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
minters(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address minter)
approve(address to, uint256 tokenId)
burn(address account, uint256 id)
burnBatch(address account, uint256[] ids)
claim(uint256 cid, uint256 dummyId, bytes signature) returns (uint256)
mint(address account, uint256 cid) returns (uint256)
mintBatch(address account, uint256 amount, uint256[] cidArr) returns (uint256[])
removeMinter(address minter)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setName(string newName)
setSymbol(string newSymbol)
setTransferable(bool transferable)
setURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EventMinterAdded(address indexed newMinter)
EventMinterRemoved(address indexed oldMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string Name, string Symbol, string URI)
This contract contains no fallback and receive objects.
This contract contains no error objects.