X SOLDIERS Collections
Verified contract
Active on
Ethereum with 3,151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "X SOLDIERS Collections"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257009 | 10 days ago | | | 0 | 0.00038534432 | |
| 20602833 | 3 months ago | | | 0 | 0.000048811592 | |
| 20602830 | 3 months ago | | | 0 | 0.000054096224 | |
| 20602826 | 3 months ago | | | 0 | 0.000075125904 | |
| 20591592 | 3 months ago | | | 0 | 0.000041696098 | |
| 20518880 | 4 months ago | | | 0 | 0.000062847520 | |
| 20518379 | 4 months ago | | | 0 | 0.000045296529 | |
| 20101277 | 6 months ago | | | 0 | 0.000068755334 | |
| 20052068 | 6 months ago | | | 0 | 0.00018781611 | |
| 20047014 | 6 months ago | | | 0 | 0.00038520626 |
ABI
ABI objects
Getter at block 21330763 contractURI() view returns (string)
getContractStatus() view returns (uint256)
0
getCurrentIndex() view returns (uint256)
1502
getSeason() view returns (uint256)
0
getWlResetIndex() view returns (uint256)
0
isPsEnabled() view returns (bool)
false
isRevealed() view returns (bool)
true
isSBTEnabled() view returns (bool)
false
isWlEnabled() view returns (bool)
false
maxMintsPerPS() view returns (uint256)
3
maxMintsPerWL() view returns (uint256)
2
maxMintsPerWL1() view returns (uint256)
0
maxMintsPerWL2() view returns (uint256)
0
maxSupply() view returns (uint256)
1501
name() view returns (string)
X SOLDIERS Collections
owner() view returns (address)
0x0d6006268fd8b3a1aa7160f067d6552410f60695
psMintPrice() view returns (uint256)
50000000000000000
symbol() view returns (string)
XSOLDIERS
totalSupply() view returns (uint256)
1501
wlMintPrice() view returns (uint256)
30000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCustomTokenURI(uint256 _tokenId) view returns (string)
getSeasonByTokenId(uint256 _tokenId) view returns (uint256)
getWhitelistedMaxMints(address address_, bytes32[] proof_, bytes32[] proof1_, bytes32[] proof2_) view returns (uint256)
hasWhitelistedOneWL(address address_, bytes32[] proof_) view returns (bool)
hasWhitelistedOneWL1(address address_, bytes32[] proof_) view returns (bool)
hasWhitelistedOneWL2(address address_, bytes32[] proof_) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isRevealedBySeason(uint256 _season) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_, bytes32[] proof1_, bytes32[] proof2_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
psMinted(address _address) view returns (uint256)
psMintedBySeason(address _address, uint256 _season) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
seasonStartTokenId(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
userExpires(uint256 tokenId) view returns (uint256)
userOf(uint256 tokenId) view returns (address)
walletOfOwner(address owner) view returns (uint256[])
wlMinted(address _address) view returns (uint256)
wlMintedBySeason(address _address, uint256 _season) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
incrementSeason()
ownerMint(uint256 _amount, address _address)
publicMint(uint256 _amount) payable
renounceOwnership()
resetWlMinted()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setBaseURIBySeason(string uri_, uint256 _season)
setContractStatus(uint256 status_)
setCustomTokenURI(uint256 _tokenId, string uri_)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setHiddenBaseURI(string uri_)
setHiddenBaseURIBySeason(string uri_, uint256 _season)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 merkleRoot_)
setMerkleRoot1(bytes32 merkleRoot_)
setMerkleRoot2(bytes32 merkleRoot_)
setPsMaxMints(uint256 _max)
setPsPrice(uint256 newPrice)
setPublicSale(bool bool_)
setReveal(bool bool_)
setRevealBySeason(bool bool_, uint256 _season)
setSBTMode(bool)
setUser(uint256 tokenId, address user, uint64 expires)
setWhitelistSale(bool bool_)
setWithdrawWallet(address _owner)
setWlMaxMints(uint256 _max)
setWlMaxMints1(uint256 _max)
setWlMaxMints2(uint256 _max)
setWlPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] proof_, bytes32[] proof1_, bytes32[] proof2_) payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateUser(uint256 indexed tokenId, address indexed user, uint64 expires)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SetUserCallerNotOwnerNorApproved()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()