Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#7990) | BBITS | ERC-721 | 1 | -- | -- |
(#7982) | BBITS | ERC-721 | 1 | -- | -- |
(#7971) | BBITS | ERC-721 | 1 | -- | -- |
(#7947) | BBITS | ERC-721 | 1 | -- | -- |
(#7945) | BBITS | ERC-721 | 1 | -- | -- |
(#7940) | BBITS | ERC-721 | 1 | -- | -- |
(#7938) | BBITS | ERC-721 | 1 | -- | -- |
(#7936) | BBITS | ERC-721 | 1 | -- | -- |
(#7833) | BBITS | ERC-721 | 1 | -- | -- |
(#7485) | BBITS | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23647677 | 2 hours ago | | | 0 | 4.9204719e-7 | |
| 23619872 | 17 hours ago | | | 0 | 0.0000015129109 | |
| 23619761 | 17 hours ago | | | 0 | 0.0000015129109 | |
| 23619646 | 17 hours ago | | | 0 | 0.0000015129109 | |
| 23593466 | a day ago | | | 0 | 2.9773230e-7 | |
| 23593420 | a day ago | | | 0 | 6.6245373e-7 | |
| 23593419 | a day ago | | | 0 | 6.9328286e-7 | |
| 23593417 | a day ago | | | 0 | 6.9328286e-7 | |
| 23593415 | a day ago | | | 0 | 6.9328286e-7 | |
| 23593413 | a day ago | | | 0 | 6.9328286e-7 |
ABI
ABI objects
Getter at block 23650523
collection() view returns (address)
0x617978b8af11570c2dab7c39163a8bde1d282407
conversionRate() view returns (uint256)
1024000000000000000000
count() view returns (uint256 _count)
630
decimals() view returns (uint8)
18
name() view returns (string)
Based Bits
symbol() view returns (string)
BBITS
totalSupply() view returns (uint256)
645120000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenIdAtIndex(uint256 _index) view returns (uint256 _tokenId)
tokenIds(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
exchangeNFTsForTokens(uint256[] _tokenIds)
exchangeTokensForNFTs(uint256 _amount)
exchangeTokensForSpecificNFTs(uint256 _amount, uint256[] _indices)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address _user, uint256 _tokenId)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawal(address _user, uint256 _tokenId)
constructor(address _collection, uint256 _conversionRate)
This contract contains no fallback and receive objects.
DepositZero()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
IndexOutOfBounds()
IndicesMustBeMonotonicallyDecreasing()
IndicesMustEqualNumberToBeExchanged()
PartialRedemptionDisallowed()
ReentrancyGuardReentrantCall()