ShatnerTimelessVoyagerPrePay
Verified contract
Active on
Ethereum with 61 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "ShatnerTimelessVoyagerPrePay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17242012 | 2 years ago | | | 0.05 | 0.0061197444 | |
| 17210532 | 2 years ago | | | 0.1 | 0.013782485 | |
| 17201770 | 2 years ago | | | 0.05 | 0.012901660 | |
| 17187343 | 2 years ago | | | 0.05 | 0.0082232494 | |
| 17187098 | 2 years ago | | | 0.05 | 0.0068688954 | |
| 17184386 | 2 years ago | | | 0.05 | 0.0065615709 | |
| 17183824 | 2 years ago | | | 0.05 | 0.0067463557 | |
| 17182522 | 2 years ago | | | 0.05 | 0.0096052934 | |
| 17177846 | 2 years ago | | | 0.05 | 0.0077238074 | |
| 17177275 | 2 years ago | | | 0.05 | 0.0068370006 |
ABI
ABI objects
Getter at block 21220645
administrator() view returns (address)
0x0000000000000000000000000000000000000000
beneficiary() view returns (address)
0x47ccadffa2df4b0d25517f32698708e929d7841c
isOpen() view returns (bool)
false
maxSupply() view returns (uint256)
1000
owner() view returns (address)
0x6c54d92e15cdd55af5167ae7454a2409de1b05c7
redeemPointer() view returns (uint256)
0
reserveSupply() view returns (uint256)
500
saleConfig() view returns (struct CometPrePaySaleConfig)
(1682630352, 1684965600, 50000000000000000, true, https://www.crossmint.com/collections/william-shatner-timeless-voyager/prepay)
totalPurchased() view returns (uint256)
67
totalSupply() view returns (uint256)
567
Read-only
This contract contains no read-only function objects.
State-modifying
Events prePay(uint256 quantity) payable
redeem(uint256 quantity)
renounceOwnership()
setAdministrator(address wallet)
setBeneficiary(address wallet)
setIsOpen(bool value)
setMaxSupply(uint256 value)
setPrice(uint256 price)
setReserveSupply(uint256 value)
setSaleConfig(struct CometPrePaySaleConfig config)
setTokenAddress(address newTokenAddress)
transferOwnership(address newOwner)
AdministratorUpdated(address newAdministrator)
BeneficiaryUpdated(address newBeneficiary)
MaxSupplyUpdated(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrePayCompleted(uint256 quantity, address sender)
PriceUpdated(uint256 newPrice)
Redeem(uint256 reservations, uint256 redeemPointer, uint256 tokens)
ReserveSupplyUpdated(uint256 newReserveSupply)
SaleConfigUpdated(struct CometPrePaySaleConfig newSaleConfig)
SaleIsOpenUpdated(bool isOpen)
TokenAddressUpdated(address newTokenAddress)
constructor(uint256 initialMaxSupply, uint256 price, string slug)
This contract contains no fallback and receive objects.
AdministratorCannotBeNullAddress()
BeneficiaryCannotBeNullAddress()
IncorrectPayment(uint256 received, uint256 needs)
MaxSupplyExceeded()
OnlyOwnerOrAdministrator()
PreSaleNotOpen()
TokenCannotBeNullAddress()