BrainLootbox
Verified contract
Active on
Ethereum with 3 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 "BrainLootbox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11138541 | 4 years ago | | | 0 | 0.034154967 | |
| 11047446 | 4 years ago | | | 0 | 0.16572740 | |
| 11046566 | 4 years ago | | | 0 | 0.0015472500 |
ABI
ABI objects
Getter at block 21299880
NFTAddress() view returns (address)
0x618dc60c5cae3b42a3983f4c870bdf57a8037186
owner() view returns (address)
0x2f608bc2956864690aa8f848996a36b24188b5e9
Read-only
getPrice(uint256 _id) view returns (uint256)
isFarmAddress(address) view returns (bool)
lootbox(uint256) view returns (uint256 seed, string name, uint256 price, uint256 totalCards)
remainingCards(uint256 _id) view returns (uint256)
State-modifying
Events addLootBox(string _name, uint256 _price, uint256[] _cardAmounts) returns (uint256[])
redeem(uint256 id, address to)
renounceOwnership()
transferOwnership(address newOwner)
AddLootBox(uint256 id)
CardRedeemed(address user, uint256 id, uint256 card)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _brainFarm, address _lockedLPFarm, address _NFTAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.