House Of Bandits
Verified contract
Active on
Ethereum with 793 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 "House Of Bandits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655629 | 3 months ago | | | 0 | 0.000026643100 | |
| 18331877 | a year ago | | | 0 | 0.00029561066 | |
| 18328305 | a year ago | | | 0 | 0.00080362463 | |
| 16671699 | 2 years ago | | | 0 | 0.0018342230 | |
| 16597770 | 2 years ago | | | 0 | 0.00093429520 | |
| 16492158 | 2 years ago | | | 0 | 0.00098918920 | |
| 16460656 | 2 years ago | | | 0 | 0.00036429318 | |
| 16441252 | 2 years ago | | | 0 | 0.00040669882 | |
| 16421121 | 2 years ago | | | 0 | 0.00063593431 | |
| 16258660 | 2 years ago | | | 0 | 0.00049369461 |
ABI
ABI objects
Getter at block 21304448
alphalistMintEndTime() view returns (uint256)
1658006400
alphalistMintStartTime() view returns (uint256)
1657920000
maxTxs() view returns (uint8)
1
merkleRoot() view returns (bytes32)
0xa94516639ee115bbf980fef6e292bcaabd279341da71da776ba6d71d5484b9a9
mintPrice() view returns (uint256)
123000000000000000
name() view returns (string)
House Of Bandits
ogMintEndTime() view returns (uint256)
1657916400
ogMintStartTime() view returns (uint256)
1657830000
owner() view returns (address)
0xb34eba47ffdcf33153928f3c64baafa269059006
paused() view returns (bool)
false
publicRaffleMintEndTime() view returns (uint256)
1658174400
publicRaffleMintStartTime() view returns (uint256)
1658010000
symbol() view returns (string)
HOB
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintTxs(address) view returns (uint256)
shares(address _address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
unreleasedShares(address _address) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events alphalistMint(uint8 _amountMaster, uint8 _amountHouse, bytes32[] _merkleProof) payable
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
ogMint(uint8 _amountMaster, uint8 _amountHouse, bytes32[] _merkleProof) payable
pause()
publicRaffleMint(uint8 _amountMaster, uint8 _amountHouse, bytes32[] _merkleProof) payable
release(address _address)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setMintingWindows(uint256 _ogMintStartTime, uint256 _ogMintEndTime, uint256 _alphalistMintStartTime, uint256 _alphalistMintEndTime, uint256 _publicSaleMintStartTime, uint256 _publicSaleMintEndTime)
setPrice(uint256 _mintPrice)
setURI(string baseURI)
teamMint(address _address, uint16 _amountMaster, uint16 _amountHouse)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.