This contract is being backfilled. You may encounter incomplete storage history.

PledgeMint

Verified contract

Active on Ethereum with 565 txns
Deployed by via 0x16baad93 at 15833113
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3.07
0x2517be88cb01c855de0d70affff04df9feda5f820c53f7265086f77791c72a44
0x9c792c03b6532297b8082abef303af8f644b286685ea533709f8719f8149ec52
0xb90864d22c6aef6d7ec6bdff8ca106616e151093bccd21b5a83f35a7cff12162
0x56b57537487129f203b113d799b51c2dc1a11261a75b209f0ad45c867fbc67af
0xc7f5aca3b9ffa4b175fa3ed1774db55039033dbc197f8cd5f257f6d94c7ca1d5
0x0170e6d8b7083ffc05b6494049a25e218524f49bc98e720df4073923f7d42db5
0xf347b15b83887fe23331a43e1570731a56a808a5d38671b3ac3eebae3aac55a7
0x36857a30001ddb59dd3c9b76f6c6c32df41fe676b44b7d39370536a8724f42a7
0x9da79875aefbe6d248ed06bd891ebd1a3c17e7fa96c99c9460f27344b79cad81
0x58eea6ab3a7e4172b88d3c8bc08249936a2aa4e5d53c148bbe8011c6013c7e3a

Functions
Getter at block 21214379
owner(view returns (address)
0xac047cf33cbaced70e77efb41cff705a31031d26
pledgeMintRevenue(view returns (uint256)
0
Read-only
allowlists(uint16addressview returns (bool)
currentPhaseStats(uint16 phaseIdview returns (uint256 nbPledgesuint256 nbNFTsPledgeduint256 amountPledgeduint256 nbAllowedPledgesuint256 nbNAllowedFTsPledgeduint256 allowedAmountPledged)
phases(uint256view returns (address adminaddress mintContractuint256 mintPriceuint8 maxPerWalletuint16 feeuint16 capuint256 startTimeuint256 endTime)
pledgers(uint16uint256view returns (address)
pledges(uint16addressview returns (uint8)
State-modifying
addPhase(address adminaddress mintContractuint256 mintPriceuint8 maxPerWalletuint16 feeuint16 capuint256 startTimeuint256 endTime
allowAddresses(uint16 phaseIdaddress[] allowlist_
emergencyRefund(uint16 phaseIduint256 startIdxuint256 count
mintAllPledgesInPhase(uint16 phaseId
mintPhase(uint16 phaseId
mintPhase(uint16 phaseIdaddress[] selectPledgers
mintPhase(uint16 phaseIduint256 startIdxuint256 length
pledge(uint16 phaseIduint8 numberpayable 
pledgeWithCap(uint16 phaseIduint8 numberpayable 
refundAll(
refundPhase(uint16 phaseId
refundPhasePledger(uint16 phaseIdaddress pledger
renounceOwnership(
setAdmin(uint16 phaseIdaddress admin
setCap(uint16 phaseIduint16 cap
setEndTime(uint16 phaseIduint256 endTime
setFee(uint16 phaseIduint16 fee
setMaxPerWallet(uint16 phaseIduint8 maxPerWallet
setMintContract(uint16 phaseIdaddress mintContract_
setPrice(uint16 phaseIduint256 price
setStartTime(uint16 phaseIduint256 startTime
transferOwnership(address newOwner
unpledge(uint16 phaseId
withdrawRevenue(
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyPledged(
AmountMismatch(
AmountNeedsToBeGreaterThanZero(
CallerIsContract(
CallerIsNotOwner(
NFTAmountNotAllowed(
NothingWasPledged(
OverPhaseCap(
PhaseNotActive(
UnableToSendValue(