NFTLootbox
Verified contract
Active on
Ethereum with 3,897 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 "NFTLootbox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15297933 | 2 years ago | | | 0 | 0.0012433210 | |
| 15068386 | 2 years ago | | | 0 | 0.0011589950 | |
| 15068382 | 2 years ago | | | 0 | 0.0012725100 | |
| 15061651 | 2 years ago | | | 0 | 0.0010312767 | |
| 15061647 | 2 years ago | | | 0 | 0.0016544274 | |
| 15061593 | 2 years ago | | | 0 | 0.00086515941 | |
| 15061589 | 2 years ago | | | 0 | 0.0011989194 | |
| 15061588 | 2 years ago | | | 0 | 0.00071430671 | |
| 15061577 | 2 years ago | | | 0 | 0.0011982551 | |
| 15061463 | 2 years ago | | | 0 | 0.00094895144 |
ABI
ABI objects
Getter at block 21161277
authAddress() view returns (address)
0x0633e36952d2f85675a340984baa532949793c7d
owner() view returns (address)
0x0633e36952d2f85675a340984baa532949793c7d
totalBets() view returns (uint256)
2076
transferAddress() view returns (address)
0x0633e36952d2f85675a340984baa532949793c7d
Read-only
claimedBet(uint256) view returns (address)
claimedBetAmount(uint256) view returns (uint256)
lootboxPaymentToken(uint256) view returns (address)
lootboxPrice(uint256) view returns (uint256)
State-modifying
Events redeemBulk(address junkAsset, uint256 junkAmount, address nftAsset, uint256[] id, uint256[] nftAmount, uint256 bet, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setAuthAddress(address _address)
setTransferAddress(address _address)
submitBet(uint256 lootboxID, uint256 seed, uint256 bets)
transferOwnership(address newOwner)
updateLootbox(uint256 id, address paymentTokenAddress, uint256 price)
Bet(uint256 indexed bet, uint256 amount, address user, uint256 lootboxID, uint256 seed, uint256 nonce)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateLootbox(uint256 indexed id, address paymentToken, uint256 price)
constructor(address _transferAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.