Hive Alpha
Verified contract
Active on
Ethereum with 795 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 "Hive Alpha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20958966 | 2 months ago | | | 0 | 0.00088854165 | |
| 19479264 | 9 months ago | | | 0 | 0.0017811777 | |
| 19409154 | 9 months ago | | | 0 | 0.0010528248 | |
| 19310319 | 10 months ago | | | 0 | 0.0016887425 | |
| 19243549 | 10 months ago | | | 0 | 0.00094444293 | |
| 18824328 | a year ago | | | 0 | 0.00083931577 | |
| 18741300 | a year ago | | | 0 | 0.0016368706 | |
| 18310710 | a year ago | | | 0 | 0.00025016945 | |
| 18303654 | a year ago | | | 0 | 0.00027439771 | |
| 17774532 | a year ago | | | 0 | 0.00083690801 |
ABI
ABI objects
Getter at block 21379273
FOUNDERS_PRICE() view returns (uint256)
330000000000000000
PASS_PRICE() view returns (uint256)
250000000000000000
contractURI() view returns (string)
contractURIstr() view returns (string)
currentFoundersPassCount() view returns (uint256)
46
currentPassCount() view returns (uint256)
300
getName() view returns (string)
Hive Alpha
maxAlphaPasses() view returns (uint256)
325
maxFoundersPasses() view returns (uint256)
35
maxPerTransaction() view returns (uint256)
1
name() view returns (string)
Hive Alpha
owner() view returns (address)
0x8748d14addf8ee5831de1065b1b9c526bece97c2
saleIsActive() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
foundersAvailableToMint(address addr) view returns (uint8)
getPassPrice(uint256 tokenId) view returns (uint256)
getPassSupply(uint256 tokenId) view returns (uint256)
getPassTotalSupply(uint256 tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
passesAvailableToMint(address addr) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events changeSaleDetails(uint256 tokenId, uint256 _price, uint256 _maxSupply)
flipSaleState()
mintToken(uint8 tokenId, uint8 amount) payable
ownerMint(address[] addresses, uint256 tokenId, uint256 amount)
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)
setContractURI(string newuri)
setFoundersAllowList(address[] addresses, uint8 numAllowedToMint)
setName(string _name)
setPassAllowList(address[] addresses, uint8 numAllowedToMint)
setPassPrice(uint256 tokenId, uint256 price)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.