Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d35…5253
Balances ($0.00)
No balances found for "RaBits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19860849 | 6 months ago | | | 0 | 0.00017108929 | |
| 19856325 | 6 months ago | | | 0 | 0.00016760766 | |
| 19545312 | 8 months ago | | | 0 | 0.0010157375 | |
| 18910231 | 10 months ago | | | 0 | 0.00056401165 | |
| 18810759 | a year ago | | | 0 | 0.0016249604 | |
| 18799396 | a year ago | | | 0 | 0.0013122374 | |
| 18711027 | a year ago | | | 0 | 0.0019912378 | |
| 18295126 | a year ago | | | 0 | 0.00034469066 | |
| 18294538 | a year ago | | | 0 | 0.00014826457 | |
| 17825967 | a year ago | | | 0 | 0.00069227403 |
ABI
ABI objects
Getter at block 21192343 totalSupply() view returns (uint256)
canUpdateSeed() view returns (bool)
true
creator() view returns (address)
0xa0e22e1da5e2790c04e358bfa01ac393ec37de31
descriptor() view returns (address)
0x5d35d067a48fca4b90f4d7871da043ef3aa85253
locked() view returns (bool)
true
maxSupply() view returns (uint256)
10000
minting() view returns (bool)
false
name() view returns (string)
RaBits
owner() view returns (address)
0xbf13215f5267441581e0811c09dcd5786370ec19
symbol() view returns (string)
RBT
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disableSeedUpdate()
lockMaxSupply()
mint(uint32 count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDescriptor(address newDescriptor)
setMaxSupply(uint256 _supply)
setMinting(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSeed(uint256 tokenId, uint256 seed)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SeedUpdated(uint256 indexed tokenId, uint256 seed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address newDescriptor)
This contract contains no fallback and receive objects.
This contract contains no error objects.