Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($477.18)
Native
Value
$477.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.15 | $3,181.17 |
$477.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20803604 | 2 months ago | | | 0 | 0.00035183325 | |
| 20418981 | 3 months ago | | | 0 | 0.00046801048 | |
| 20267727 | 4 months ago | | | 0 | 0.00056006047 | |
| 20060716 | 5 months ago | | | 0 | 0.00045045472 | |
| 19824048 | 6 months ago | | | 0 | 0.00069916468 | |
| 19467878 | 8 months ago | | | 0 | 0.0085532451 | |
| 19225782 | 9 months ago | | | 0 | 0.0021566577 | |
| 19150043 | 9 months ago | | | 0 | 0.0023896276 | |
| 19150041 | 9 months ago | | | 0 | 0.0023896276 | |
| 19150036 | 9 months ago | | | 0 | 0.0023896276 |
ABI
ABI objects
Getter at block 21160568 getFiatMinter() view returns (address) getMerkleRootA() view returns (bytes32) getMerkleRootB() view returns (bytes32)
baseURI() view returns (string)
ipfs://QmbKEAwuP43qjHHy2eXfEyDwRQ9JcMChu53TZvrKVR7Pcg/
mintPrice() view returns (uint256)
150000000000000000
name() view returns (string)
XBetters
notRevealedUri() view returns (string)
ipfs://QmTSq1ini2popkUZez3vm8qrfpcHZE33T9RNyhfgV5aA8M/XB_unrevealed.json
owner() view returns (address)
0x3b4e71d67768dae4284cdce29a4dac6025532285
phase() view returns (uint8)
3
revealed() view returns (bool)
true
symbol() view returns (string)
XBET
totalSupply() view returns (uint256)
529
whitelistAMintPrice() view returns (uint256)
120000000000000000
whitelistBMintPrice() view returns (uint256)
120000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPhaseMaxValue(int256 _phase) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
fiatMint(address _account, uint256 _quantity)
publicMint(uint256 _quantity) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFiatMinter(address _fiatMinter)
setMerkleRootA(bytes32 _merkleRoot)
setMerkleRootB(bytes32 _merkleRoot)
setMintPrice(uint256 _mintPrice)
setNotRevealedUri(string _newNotRevealedUri)
setPhase(int256 _phase)
setPhaseMaxValue(int256 _phase, uint256 _value)
setWhitelistAMintPrice(uint256 _whitelistAMintPrice)
setWhitelistBMintPrice(uint256 _whitelistBMintPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistAMint(uint256 _quantity, bytes32[] _proof) payable
whitelistBMint(uint256 _quantity, bytes32[] _proof) 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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()