X Rabbits Club
Verified contract
Active on
Ethereum with 19,886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "X Rabbits Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105585 | 8 days ago | | | 0 | 0.00016977782 | |
| 21105435 | 8 days ago | | | 0 | 0.00020316586 | |
| 21086273 | 11 days ago | | | 0 | 0.0014365528 | |
| 21071918 | 13 days ago | | | 0 | 0.00068564168 | |
| 21025326 | 19 days ago | | | 0 | 0.00016875726 | |
| 21014939 | 21 days ago | | | 0 | 0.00057477845 | |
| 21006176 | 22 days ago | | | 0 | 0.00017933065 | |
| 20983365 | 25 days ago | | | 0 | 0.00042960114 | |
| 20981200 | 25 days ago | | | 0 | 0.00022134029 | |
| 20967028 | a month ago | | | 0 | 0.00083291022 |
ABI
ABI objects
Getter at block 21162112
PRICE() view returns (uint256)
50200000000000000
balanceWithdrawn() view returns (bool)
true
baseURI() view returns (string)
https://xrabbits.club/api/metadata/
maxMint() view returns (uint256)
2
maxSupply() view returns (uint256)
7502
name() view returns (string)
X Rabbits Club
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x09505e48acf7c4b42ab3e1052c47439dd1ff67e4
reserveAmount() view returns (uint256)
502
status() view returns (uint8)
3
symbol() view returns (string)
XRC
tokensReserved() view returns (uint256)
502
totalSupply() view returns (uint256)
7502
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (bool)
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 approve(address to, uint256 tokenId)
mint() payable
presaleMint(uint256 amount, string salt, bytes token) payable
renounceOwnership()
reserve(address recipient, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setOwnersExplicit(uint256 quantity)
setSigner(address signer)
setStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReservedToken(address minter, address recipient, uint256 amount)
SignerChanged(address signer)
StatusChanged(uint8 status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, address signer, uint256 _maxBatchSize, uint256 _collectionSize, uint256 _reserveAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.