PRESALE
Verified contract
Active on
Ethereum with 5,975 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 "PRESALE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256142 | 7 hours ago | | | 0 | 0.00037583736 | |
| 21225033 | 5 days ago | | | 0 | 0.00026951426 | |
| 21179679 | 11 days ago | | | 0 | 0.0039898568 | |
| 20983885 | a month ago | | | 0 | 0.0017723862 | |
| 20982276 | a month ago | | | 0 | 0.00022935429 | |
| 20573508 | 3 months ago | | | 0 | 0.000034814295 | |
| 20263069 | 5 months ago | | | 0 | 0.00033063036 | |
| 19788709 | 7 months ago | | | 0 | 0.00014650939 | |
| 19752606 | 7 months ago | | | 0 | 0.00011970499 | |
| 19581951 | 8 months ago | | | 0 | 0.00080626719 |
ABI
ABI objects
Getter at block 21258365
CLAIMED_SUPPLY() view returns (uint256)
10000
DUTCH_AUCTION_END() view returns (uint256)
250000000000000000
DUTCH_AUCTION_INCREMENT() view returns (uint256)
1
DUTCH_AUCTION_START() view returns (uint256)
250000000000000000
DUTCH_AUCTION_STEP_TIME() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
MAX_SUPPLY() view returns (uint256)
10000
PRESALE_PRICE() view returns (uint256)
250000000000000000
claimedSupply() view returns (uint256)
10000
dutchAuctionPrice() view returns (uint256)
250000000000000000
getAuctionInformation() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(0, 250000000000000000, 250000000000000000, 1, 115792089237316195423570985008687907853269984665640564039457584007913129639935, 10000, 10000, 250000000000000000, 250000000000000000, false, false)
getStartingPrice() view returns (uint256)
250000000000000000
hasPreSaleStarted() view returns (bool)
false
hasPublicSaleStarted() view returns (bool)
false
owner() view returns (address)
0xd885d4667f4bdf62ab02c8872016465004ae90b9
paused() view returns (bool)
true
startTimestamp() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isWalletWhitelisted(address wallet) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
enablePreSale(uint256 presale_price)
enablePublicSale()
ownerMint(uint256 numberOfTokens) payable
pause()
preSaleMint(uint256 numberOfTokens) payable
publicSaleMint(uint256 numberOfTokens) payable
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)
setDutchAuctionPrice(uint256 dutch_auction_start, uint256 dutch_auction_end, uint256 dutch_auction_increment, uint256 dutch_auction_step_time)
setPublicSaleTimestamp(uint256 timestamp)
setStartingPrice(uint256 _newPrice)
setURI(string newuri)
setWhitelisted(address[] addresses, uint8 numAllowedToMint)
stopPreSale()
stopPublicSale()
transferOwnership(address newOwner)
unpause()
withdrawAll() payable
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()
fallback()
receive()
This contract contains no error objects.