EightBit Loot Box
Verified contract
Active on
Ethereum with 1,727 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 "EightBit Loot Box"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21186266 | 5 days ago | | | 0 | 0.0094952744 | |
| 20655788 | 3 months ago | | | 0 | 0.000027011923 | |
| 20651293 | 3 months ago | | | 0 | 0.000031131199 | |
| 20581181 | 3 months ago | | | 0 | 0.000064306983 | |
| 20522128 | 3 months ago | | | 0 | 0.000068681145 | |
| 20269660 | 4 months ago | | | 0 | 0.00045963647 | |
| 20175193 | 5 months ago | | | 0 | 0.000093353135 | |
| 20045207 | 5 months ago | | | 0 | 0.00027860026 | |
| 20020956 | 5 months ago | | | 0 | 0.00068127965 | |
| 19893200 | 6 months ago | | | 0 | 0.00094862240 |
ABI
ABI objects
Getter at block 21220673
boxCount() view returns (uint256)
1
classCount() view returns (uint256)
4
lootAddress() view returns (address)
0x40eacc95097007fcac23a8ba33323bdfcd2dea7e
name() view returns (string)
EightBit Loot Box
owner() view returns (address)
0x02085755fa2636a2d6bfb11d98a07618231a1c8d
paused() view returns (bool)
false
price() view returns (uint256)
10000000000000000000
royaltyAddress() view returns (address)
0x02085755fa2636a2d6bfb11d98a07618231a1c8d
royaltyFee() view returns (uint96)
500
seed() view returns (uint256)
61440629972724654793530979173636752046122307583956976632101188418700031686280
symbol() view returns (string)
EBLB
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
boxOptions(uint256) view returns (uint256 quantityPerOpen)
classTokens(uint256, uint256) view returns (uint256)
getClassProbabilities(uint256 boxIdx) view returns (uint16[])
getQuantityPerOpen(uint256 boxIdx) view returns (uint256)
getTokensForClass(uint256 classIdx) view returns (uint256[])
hasAirdropRole(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events airdrop(uint256 boxIdx, uint256 amount, address[] holders)
createBox(uint256 _quantityPerOpen, uint16[] _classProbabilities)
createClass(uint256[] _tokenIds)
mint(address to, uint256 boxIdx, uint256 amount) payable
pause()
removeClass(uint256 _classIdx)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAirdropRole(address _address, bool _hasRole)
setApprovalForAll(address operator, bool approved)
setBoxOptions(uint256 _boxIdx, uint256 _quantityPerOpen, uint16[] _classProbabilities)
setClassForTokenId(uint256 _tokenId, uint256 _classIdx)
setLootAddress(address _newLootAddress)
setPrice(uint256 _newPrice)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _royaltyFee)
setSeed(uint256 _newSeed)
setTokenIdsForClass(uint256 _classIdx, uint256[] _tokenIds)
setURI(string _newURI)
transferOwnership(address newOwner)
unpack(uint256 boxIdx, address to, uint256 amount)
unpause()
withdraw()
AirDrop(uint256 boxIdx, address to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CreateBox(uint256 boxIdx)
CreateClass(uint256 classIdx)
Mint(address to, uint256 boxIdx, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveClass(uint256 classIdx)
ResetClass(uint256 classIdx)
SetBoxOptions(uint256 boxIdx, uint256 quantityPerOpen, uint16[] classProbabilities)
SetClassForTokenId(uint256 tokenId, uint256 classIdx)
SetLootAddress(address newLootAddress)
SetPrice(uint256 newPrice)
SetSeed(uint256 newSeed)
SetTokenIdsForClass(uint256 classIdx, uint256[] tokenIds)
SetURI(string newURI)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpack(uint256 indexed boxIdx, address from, address indexed to, uint256 amount)
Unpaused(address account)
Warning(string message, address account)
Withdraw(address to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.