FixedPriceSaleModule
Verified contract
Active on
Ethereum with 1,387 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HRMB | ERC-20 | 1000T | -- | -- | |
(SCC) | ERC-20 | 10M | -- | -- | |
BEEP | ERC-20 | 10M | -- | -- | |
TITS | ERC-20 | 10M | -- | -- | |
BEEPL | ERC-20 | 10M | -- | -- | |
🦍 | ERC-20 | 1M | -- | -- | |
GHOST | ERC-20 | 1M | -- | -- | |
Y | ERC-20 | 1M | -- | -- | |
LOL | ERC-20 | 1M | -- | -- | |
TRILL | ERC-20 | 1M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18742903 | a year ago | | | 0 | 0.0024857023 | |
| 14661727 | 3 years ago | | | 0 | 0.0026013327 | |
| 13753870 | 3 years ago | | | 0 | 0.0045569156 | |
| 13744412 | 3 years ago | | | 0 | 0.0040479123 | |
| 13557554 | 3 years ago | | | 0 | 0.0084779388 | |
| 13459276 | 3 years ago | | | 0 | 0.0027581925 | |
| 13459276 | 3 years ago | | | 0 | 0.0027581925 | |
| 13459276 | 3 years ago | | | 0 | 0.0019656418 | |
| 13284989 | 3 years ago | | | 0 | 0.0026397081 | |
| 13277851 | 3 years ago | | | 0 | 0.0021010565 |
ABI
ABI objects
Getter at block 21396771
CURVE_PREMINT_RESERVE() view returns (address)
0x3cc5b802b34a42db4cbe41ae3ad5c06e1a4481c9
CURVE_TEMPLATE() view returns (bytes32)
0x3cec7c13345ae32e688f81840d184c63978bb776762e026e7e61d891bb2dd84b
PCT_ETH_TO_CURVE() view returns (bytes32)
0xd6b8be26fe56c2461902fe9d3f529cdf9f02521932f09d2107fe448477d59e9f
name() view returns (string)
FixedPriceSaleModule
walletTemplate() view returns (address)
0x176e2d1a1471b2307f03b38804e24b5a48666c44
Read-only
balance(address) view returns (uint256)
boughtShards(address, address) view returns (uint256)
deadline(address wallet) view returns (uint256)
premintShards(address, address) view returns (uint256)
prices(address) view returns (uint256)
recipients(address) view returns (address)
remainingShards(address) view returns (uint256)
State-modifying
Events buy(address wallet, address to) payable
cleanup(address wallet)
redeem(address wallet, address to)
setup(address wallet, address recipient, uint256 price, uint256 duration, uint256 totalSupply, struct Allocation[] premints)
withdraw(address wallet)
NewBondingCurve(address indexed wallet, address indexed curve)
OwnershipReclaimed(address indexed wallet, address indexed from, address to)
ShardsBought(address indexed wallet, address indexed from, address to, uint256 count)
ShardsPrebuy(address indexed wallet, address indexed receiver, uint256 count)
ShardsRedeemedFailure(address indexed wallet, address indexed from, address to, uint256 count)
ShardsRedeemedSuccess(address indexed wallet, address indexed from, address to, uint256 count)
TimerReset(bytes32 indexed timer)
TimerStarted(bytes32 indexed timer, uint256 deadline)
TimerStopped(bytes32 indexed timer)
Withdraw(address indexed wallet, address indexed from, address to, uint256 value)
constructor(address walletTemplate)
This contract contains no fallback and receive objects.
This contract contains no error objects.