HomiesStorefront
Verified contract
Active on
Ethereum with 4,555 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf22d…6f1d
Balances ($0.00)
No balances found for "HomiesStorefront"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14638156 | 3 years ago | | | 0.142 | 0.0015616356 | |
| 14180102 | 3 years ago | | | 0.284 | 0.0083401702 | |
| 14144542 | 3 years ago | | | 0.142 | 0.0034586059 | |
| 14144542 | 3 years ago | | | 0.142 | 0.0034586059 | |
| 14144542 | 3 years ago | | | 0.142 | 0.0034586059 | |
| 14144542 | 3 years ago | | | 0.142 | 0.0034586059 | |
| 14144541 | 3 years ago | | | 0.142 | 0.0035168858 | |
| 14144541 | 3 years ago | | | 0.142 | 0.0032094881 | |
| 14144541 | 3 years ago | | | 0.142 | 0.0035168858 | |
| 14144540 | 3 years ago | | | 0.142 | 0.0038160343 |
ABI
ABI objects
Getter at block 21316012
baseMintPrice() view returns (uint256)
142000000000000000
currentPresaleWave() view returns (uint8)
2
maxPurchaseCount() view returns (uint16)
5
owner() view returns (address)
0x534d6ac6598e36882ebe5cd40ea776938446c9af
paused() view returns (bool)
false
presaleHasStarted() view returns (bool)
true
presaleStart() view returns (uint64)
1643124000
presaleWaves() view returns (struct HomiesStorefrontPresaleWave[])
[(4, 0x0961811f0c5a3a52931b5eb62c4620da1bb3bfc1f81656392e4ce8ac65116ced), (3, 0xdf451578392218e11c4ddcba106b8fdf23e7e5812e5aec45de5ef42ceede98fe), (2, 0xcd8832e3f1436967d826c8280f493e936356a014b85f3250da90a41766c4ddf5)]
saleHasStarted() view returns (bool)
true
saleStart() view returns (uint64)
1643145600
totalReleased() view returns (uint256)
1463878000000000000000
totalShares() view returns (uint256)
10000
Read-only
maxPresaleMints(uint8 waveIndex) view returns (uint8)
mintPrice(uint256 numberOfTokens) view returns (uint256)
payee(uint256 index) view returns (address)
presalePurchases(address addr) view returns (uint8)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
totalReleased(address token) view returns (uint256)
State-modifying
Events mintPresale(uint8 numberOfTokens, bytes32[] merkleProof, uint8 presaleWave) payable
mintTokens(uint16 numberOfTokens) payable
pause()
release(address account)
release(address token, address account)
renounceOwnership()
setBaseMintPrice(uint256 price)
setMaxPurchaseCount(uint16 count)
setSaleStart(uint64 timestamp)
transferOwnership(address newOwner)
unpause()
updatePresaleWave(uint256 waveIndex, uint8 mintLimit, bytes32 merkleRoot)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Unpaused(address account)
constructor(uint64 saleStart_, address[] payees, uint256[] paymentShares, address tokenAddress, bytes32 wave0root, bytes32 wave1root, bytes32 wave2root)
receive()
This contract contains no error objects.